docker-offlineimap/offlineimap/folder
Eygene Ryabinkin 844ca6b08c Don't embed CRLF multiple times when saving a message
Since we just do multiple passes for saving the message without
actually modifying its content (apart from header insertion that
is CRLF-clean), we can change line ends to the proper CRLF just
once.

And we can also get message's date only once too.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2014-05-03 14:43:11 +04:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py Changed NotImplementedException to NotImplementedError 2014-05-02 19:23:01 +04:00
Gmail.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
IMAP.py Don't embed CRLF multiple times when saving a message 2014-05-03 14:43:11 +04:00
LocalStatus.py Refactoring: make functions to be private if we can 2014-04-30 19:35:56 +04:00
LocalStatusSQLite.py Refactoring: make functions to be private if we can 2014-04-30 19:35:56 +04:00
Maildir.py Bugfix: make change_message_uid to update messagelist's filename 2014-05-02 19:28:28 +04:00
UIDMaps.py Refactoring: make functions to be private if we can 2014-04-30 19:35:56 +04:00