docker-offlineimap/offlineimap/folder
Sebastian Spaeth 4c558c1b69 Error proof IMAP.APPEND against dropped connections
Make sure that when a connection is dropped during append, we really
discard the broken connection and get a new one, retrying. We retry
indefinitely on the specific abort() Exception, as this is what imaplib2
suggests us to do.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-09-06 20:03:33 +02:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py Allow empty foldernames 2011-08-19 18:37:00 +02:00
Gmail.py Rework undocumented listjoin to create UID sequences 2011-09-06 20:03:33 +02:00
IMAP.py Error proof IMAP.APPEND against dropped connections 2011-09-06 20:03:33 +02:00
LocalStatus.py Allow empty foldernames 2011-08-19 18:37:00 +02:00
LocalStatusSQLite.py Allow empty foldernames 2011-08-19 18:37:00 +02:00
Maildir.py Support maildir for windows 2011-07-12 21:53:33 +02:00
UIDMaps.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00