docker-offlineimap/offlineimap/repository
Sebastian Spaeth a280a905ca Fix "getfolders() asked to get nonexisting folder" bug
When a new remote folder was detected, we tried to create the folder
locally on the Maildir and called repository.forgetfolders() to force a
new scanning of the Maildir. However, that implementation used the
inherited base function that did nothing. We simply needed to implement
forgetfolders() to set self.folder=None, so we would force a new read in
of the updated local folder structure.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-01-05 14:23:33 +01:00
..
__init__.py Create an abstract Repository class 2011-03-03 18:19:42 +01:00
Base.py Do not create folders on readonly repositories 2012-01-05 14:05:51 +01:00
Gmail.py repository.Gmail.getfolder() 2011-09-19 14:22:03 +02:00
IMAP.py Sanity check to notify us when we call IMAPRepository.getsep() too early 2011-12-01 09:49:09 +01:00
LocalStatus.py Don't pass in 'root' as para to LocalStatusFolders 2011-09-16 12:54:12 +02:00
Maildir.py Fix "getfolders() asked to get nonexisting folder" bug 2012-01-05 14:23:33 +01:00