docker-offlineimap/offlineimap/folder
Eygene Ryabinkin 7df765cfdb Properly manipulate contents of messagelist for folder
Create initializer function that puts default values to all fields
of message list item.  Fix all code that directly assigns some hash
to the elements of messagelist: for direct assignments only initializer
is now permitted, all other modification are done in-place.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2014-08-03 16:47:26 +04:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py Properly manipulate contents of messagelist for folder 2014-08-03 16:47:26 +04:00
Gmail.py Properly manipulate contents of messagelist for folder 2014-08-03 16:47:26 +04:00
GmailMaildir.py Properly manipulate contents of messagelist for folder 2014-08-03 16:47:26 +04:00
IMAP.py Properly manipulate contents of messagelist for folder 2014-08-03 16:47:26 +04:00
LocalStatus.py Properly manipulate contents of messagelist for folder 2014-08-03 16:47:26 +04:00
LocalStatusSQLite.py Properly manipulate contents of messagelist for folder 2014-08-03 16:47:26 +04:00
Maildir.py Properly manipulate contents of messagelist for folder 2014-08-03 16:47:26 +04:00
UIDMaps.py Refactoring: make functions to be private if we can 2014-04-30 19:35:56 +04:00