docker-offlineimap/offlineimap/folder
Sebastian Spaeth fd28c5a2d3 folder/IMAP: savemessage() should just save flags if uid already exists
As the LocalStatus and UIDMap backend already did: If the uid already
exists for savemessage(), only modify the flags and don't append a new
message.

We don't invoke savemessage() on messages that already exist in our sync
logic, so this has no change on our current behavior. But it makes
backends befave more consistent with each other.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-03-16 18:05:16 +01:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py Give some love to UIDMaps 2011-03-16 18:05:16 +01:00
Gmail.py Remove some unneeded imports 2011-03-14 19:51:52 +01:00
IMAP.py folder/IMAP: savemessage() should just save flags if uid already exists 2011-03-16 18:05:16 +01:00
LocalStatus.py LocalStatus: Don't ignore Exceptions on os.fsync 2011-01-14 19:25:11 +01:00
Maildir.py Save ui as self.ui in folder/Base class 2011-01-05 19:24:00 +01:00
UIDMaps.py Give some love to UIDMaps 2011-03-16 18:05:16 +01:00