docker-offlineimap/offlineimap
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
..
folder Handle when UID can't be found on saved messages 2011-07-27 18:54:53 +02:00
repository repository/Maildir.py: Fix typo 'sudir' 2011-06-23 18:30:55 +02:00
ui Don't use CStringIO to format a traceback 2011-06-30 21:28:06 +02:00
__init__.py v6.3.4-rc4 2011-07-27 18:53:46 +02:00
accounts.py cleanup: remove uneeded imports 2011-05-09 22:42:15 +02:00
CustomConfig.py Improve CustomConfig documentation 2011-01-20 19:46:01 +01:00
error.py Add OfflineImapError class 2011-05-05 20:00:07 +02:00
imaplib2.py Update imaplib2 to 2.24 2011-06-09 18:26:39 +02:00
imaplibutil.py Fix caching inconsistencies in getselectedfolder() 2011-07-07 18:33:45 +02:00
imapserver.py Add missing import of SSLError exception. 2011-07-07 18:31:38 +02:00
imaputil.py imaputil.imapsplit: Remove overzealous debug statement 2011-06-25 17:06:53 +02:00
init.py Always call ui.terminate() 2011-06-16 18:57:35 +02:00
localeval.py Update FSF address 2006-08-12 05:15:55 +01:00
mbnames.py explicitly define symbols to import instead of 'import *' 2011-05-09 22:43:03 +02:00
syncmaster.py Remove weird SigListener class 2011-05-08 14:25:16 +02:00
threadutil.py fix broken ui Blinkenlights in multi-threaded mode 2011-05-18 18:38:05 +02:00