docker-offlineimap/offlineimap/folder
Ilias Tsitsimpis c84d23b656 Identify and fix messages with FMD5 inconsistencies
Introduce the '--migrate-fmd5-using-nametrans' option which migrates the
FMD5 hashes from versions prior to 6.3.5.

It seems that commit 'Apply nametrans to all Foldertypes' (6b2ec956cf)
introduced a regression because it changed the FMD5 part of the filename
calculated by OfflineIMAP. Thus, OfflineIMAP believes that the messages
has been removed and adds them back.

For more information, see:
http://www.offlineimap.org/configuration/2016/02/12/debian-upgrade-from-jessie-to-stretch.html

Bug-Debian: https://bugs.debian.org/812108
Reported-by: François <francois@avalenn.eu>
Signed-off-by: Ilias Tsitsimpis <i.tsitsimpis@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2016-03-06 21:01:51 +01:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py Keywords: avoid warning at each message when no keywords are used 2015-11-22 20:05:34 +01:00
Gmail.py fix: broken retry loop would break connection management 2015-11-26 17:11:59 +01:00
GmailMaildir.py maxage: fix timezone issues, remove IMAP-IMAP support, add startdate option 2015-04-07 11:54:35 +02:00
IMAP.py fix: broken retry loop would break connection management 2015-11-26 17:11:59 +01: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 Identify and fix messages with FMD5 inconsistencies 2016-03-06 21:01:51 +01:00
UIDMaps.py maxage: fix timezone issues, remove IMAP-IMAP support, add startdate option 2015-04-07 11:54:35 +02:00