docker-offlineimap/offlineimap/folder
X-Ryl669 3bc66c0858 Add support for alternative message date synchronisation
Global or per-repository option utime_from_message tells OfflineIMAP
to set file modification time of messages pushed from one repository
to another basing on the message's "Date" header.

This is useful if you are doing some processing/finding on your
Maildir (for example, finding messages older than 3 months),
without parsing each file/message content.

From: Cyril RUSSO <boite.pour.spam@gmail.com>
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2013-08-09 10:48:00 +04:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py Add support for alternative message date synchronisation 2013-08-09 10:48:00 +04:00
Gmail.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
IMAP.py Add support for alternative message date synchronisation 2013-08-09 10:48:00 +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