docker-offlineimap/offlineimap/folder
Sebastian Spaeth 953c58a9c9 Robustify (&fix) error throwing on APPEND
If APPEND raises abort(), the (typ, dat) variables will not be set, so
we should not be using it for the  OfflineImapError Exception
string. Fixing and prettifying the string formatting a bit at the same
time.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-09-26 15:57:35 +02:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py Folder: Force top-level folder visiblename to '' 2011-09-23 14:31:49 +02:00
Gmail.py Remove visiblename as parameter to IMAPFolder creation 2011-09-16 12:54:29 +02:00
IMAP.py Robustify (&fix) error throwing on APPEND 2011-09-26 15:57:35 +02:00
LocalStatus.py Don't pass in 'root' as para to LocalStatusFolders 2011-09-16 12:54:12 +02:00
LocalStatusSQLite.py Don't pass in 'root' as para to LocalStatusFolders 2011-09-16 12:54:12 +02:00
Maildir.py Folder.Maildir: No need to store 'uid' in messagelist dict. 2011-09-19 10:01:31 +02:00
UIDMaps.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00