docker-offlineimap/offlineimap/folder
Sébastien Gross 3b30c4aa93 add new config option filename_use_mail_timestamp
If this value is true, use (if possible) a timestamp based on message
Date or Delivery-date headers. The current system time is used
otherwise.

filename_use_mail_timestamp and utime_from_header are now completely
separated option that do not interfere one with other.

To handle this feature in a multithread context we use a hash to count
the number of mail with the same timestamp. This method is more accurate
than using the old lasttime and timeseq variables.

Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2015-11-04 00:56:46 +01:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py add new config option filename_use_mail_timestamp 2015-11-04 00:56:46 +01:00
Gmail.py maxage: fix timezone issues, remove IMAP-IMAP support, add startdate option 2015-04-07 11:54:35 +02:00
GmailMaildir.py maxage: fix timezone issues, remove IMAP-IMAP support, add startdate option 2015-04-07 11:54:35 +02:00
IMAP.py folder/IMAP: minor indent fix 2015-10-13 00:45:51 +02:00
LocalStatus.py fix: folder/*: never set self.messagelist to None 2015-02-13 17:07:18 +01:00
LocalStatusSQLite.py LocalStatusSQLite: labels: don't fail if database returns unexpected None value 2015-02-22 14:15:55 +01:00
Maildir.py add new config option filename_use_mail_timestamp 2015-11-04 00:56:46 +01:00
UIDMaps.py maxage: fix timezone issues, remove IMAP-IMAP support, add startdate option 2015-04-07 11:54:35 +02:00