docker-offlineimap/offlineimap/folder
Adam Spiers d39a1f864f make savemessage() handle NO response to APPEND correctly
IMAP servers can return `NO` responses to the `APPEND` command,
e.g. here's an example response from Groupwise's IMAP server:

    NO APPEND The 1500 MB storage limit has been exceeded.

In this case, savemessage() should abort the repository sync rather
than returning UID 0 which would cause the local copy of the message
being saved to get irreversibly deleted.

Signed-off-by: Adam Spiers <offlineimap@adamspiers.org>
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2013-08-02 16:41:54 +04:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
Gmail.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
IMAP.py make savemessage() handle NO response to APPEND correctly 2013-08-02 16:41:54 +04:00
LocalStatus.py Use "with lock" pattern 2012-08-31 22:34:53 +02:00
LocalStatusSQLite.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
Maildir.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
UIDMaps.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00