docker-offlineimap/offlineimap/repository
Sebastian Spaeth fa18968642 Catch folderfilter errors in repository.IMAP.getfolders()
Rather than throwing ValueError, we now properly throw OfflineImapError
when selecting a folder in folderincludes. So we also need to catch
OfflineImapErrors here. If they are of severity FOLDER, just ignore the
invalid folder and continue. If the error is more severe, bubble it up.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-08-12 18:28:49 +02:00
..
__init__.py Create an abstract Repository class 2011-03-03 18:19:42 +01:00
Base.py Allow to specify remote hostname even for the Gmail case 2011-06-08 17:19:07 +02:00
Gmail.py Allow to specify remote hostname even for the Gmail case 2011-06-08 17:19:07 +02:00
IMAP.py Catch folderfilter errors in repository.IMAP.getfolders() 2011-08-12 18:28:49 +02:00
LocalStatus.py fix magicline import 2011-05-25 21:54:55 +02:00
Maildir.py repository/Maildir.py: Fix typo 'sudir' 2011-06-23 18:30:55 +02:00