docker-offlineimap/offlineimap/folder
Eygene Ryabinkin aef88cc1f8 Fix label processing in GmailMaildir
Commit 7df765cfdb introduced regression:
GmailMaildir caches labels in its own function and it was testing the
presence of the 'labels' key in message descriptor.  But 7df765cf
changed descriptor initialization and this key is always present.

So now we have 'labels_cached' flag that tells us if labels were
already cached or not.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2014-08-22 17:43:36 +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 Fix label processing in GmailMaildir 2014-08-22 17:43:36 +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