docker-offlineimap/offlineimap/folder
Eygene Ryabinkin 968ffc20bd More clearly show results of folder name translation
For cases like
  http://article.gmane.org/gmane.mail.imap.offlineimap.general/6468
it is beneficial to see that folder name was translated and the result
of this translation on a single line: having log like
{{{
Folder Boring/Wreck [acc: tmarble@info9.net]:
 Syncing Boring/Breck: Gmail -> Maildir
}}}
with translated name on the "Folder" line and original one on the
"Syncing" line isn't very intuitive.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2014-06-24 18:48:58 +04:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py More clearly show results of folder name translation 2014-06-24 18:48:58 +04:00
Gmail.py Fix improper header separator for X-OfflineIMAP header 2014-06-01 22:12:26 +04:00
GmailMaildir.py Fix improper header separator for X-OfflineIMAP header 2014-06-01 22:12:26 +04:00
IMAP.py Fix improper header separator for X-OfflineIMAP header 2014-06-01 22:12:26 +04:00
LocalStatus.py Class LocalStatusFolder: remove duplicate cachemessagelist() 2014-05-07 18:29:47 +04:00
LocalStatusSQLite.py Add ability to migrate status data across backends 2014-05-06 23:37:11 +04:00
Maildir.py Fix multiple typos in var, function and exception names 2014-05-07 18:29:47 +04:00
UIDMaps.py Refactoring: make functions to be private if we can 2014-04-30 19:35:56 +04:00