docker-offlineimap/offlineimap/folder
Nicolas Sebrecht 65d4c94f07 don't try to copy messages with UID == 0
Output a warning so that we can dig into this. For now, the patch doesn't fix
the root cause. If the server returns UID 0 as valid UID number, this must be
ignored as soon as possible.

Github-ref: https://github.com/OfflineIMAP/offlineimap/issues/336
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2016-06-27 15:13:03 +02:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py don't try to copy messages with UID == 0 2016-06-27 15:13:03 +02:00
Gmail.py py3: raise exceptions using six module 2016-05-18 01:49:09 +02:00
GmailMaildir.py GmailMaildir: quick mode is not compatible with utime_from_header 2016-06-08 19:02:04 +02:00
IMAP.py introduce a virtual imaplib2 2016-06-04 12:17:53 +02:00
LocalStatus.py avoid removing of data when user removed a maildir 2016-06-26 17:00:23 +02:00
LocalStatusSQLite.py avoid removing of data when user removed a maildir 2016-06-26 17:00:23 +02:00
Maildir.py minor code cleanups 2016-06-08 19:03:02 +02:00
UIDMaps.py py3: raise exceptions using six module 2016-05-18 01:49:09 +02:00