docker-offlineimap/offlineimap/folder
Vladimir Marek d5cbdc4c0e Handle when UID can't be found on saved messages
Message was stored to dstfolder, but we can't find it's UID. This means we can't
link current message to the one created in IMAP. So we just delete local message
and on next run we'll sync it back. Also fixed imap.savemessage description.

This was broken by e20d8b9679.

Signed-off-by: Vladimir Marek <vlmarek@volny.cz>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-07-27 18:54:53 +02:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py Handle when UID can't be found on saved messages 2011-07-27 18:54:53 +02:00
Gmail.py Remove some unneeded imports 2011-03-14 19:51:52 +01:00
IMAP.py Handle when UID can't be found on saved messages 2011-07-27 18:54:53 +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