docker-offlineimap/offlineimap/folder
Abdo Roig-Maranges 1690e5f74e Copymessageto should not be private since we override it
private methods prevent them from being overriden on derived classes. In
GmailFolder we need to override copymessageto, so it can't be private.

Before this commit, copymessageto was made private in Base but not in
GmailFolder. The end result was that labels were not set when copying
the message content, and always needed to be set on the label copying
pass.

Pointyhat-to: Eygene Ryabinkin
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2014-05-11 22:44:57 +04:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py Copymessageto should not be private since we override it 2014-05-11 22:44:57 +04:00
Gmail.py Fix multiple typos in var, function and exception names 2014-05-07 18:29:47 +04:00
GmailMaildir.py Adapt plain status folder to gmail labels stuff 2014-05-06 23:37:11 +04:00
IMAP.py Fix multiple typos in var, function and exception names 2014-05-07 18:29:47 +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