docker-offlineimap/offlineimap/folder
Sebastian Spaeth 9f23fea74e Fix error handling in folder.Base.copymessageto()
This is a bug fix on several levels. 1) We were lacking the import of
OfflineImapError. 2) OfflineImap.ERROR.MESSAGE was misspelled as ERROR.Message.
3) COntinuing with the next message only worked in single-thread mode
(using debug) and not in multi-thread mode. The reason is that we were
invoking a new thread and catching Exceptions in the main thread. But
python immediately aborts if an Exception bubbles up to a thread start.
This was fixed by catching exceptions directly in copymessageto() which
is the new thread, rather than catching them in the main thread.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-08-15 12:16:28 +02:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py Fix error handling in folder.Base.copymessageto() 2011-08-15 12:16:28 +02:00
Gmail.py Remove custom Gmail/folder/processmessagesflags() 2011-08-14 17:14:35 +02:00
IMAP.py Catch 'BAD' replies on append()ing a message 2011-08-15 12:05:08 +02:00
LocalStatus.py Use self.doautosave rather than self.dofsync 2011-05-07 13:29:11 +02:00
LocalStatusSQLite.py cleanup: remove uneeded imports 2011-05-09 22:42:15 +02:00
Maildir.py Support maildir for windows 2011-07-12 21:53:33 +02:00
UIDMaps.py Simplify MappedIMAPFolder, fixing bugs 2011-06-25 17:03:22 +02:00