docker-offlineimap/offlineimap/folder
Abdo Roig-Maranges 1300f2289b deletemessageheaders(): use passed list of headers to remove
... and not self.filterheaders.  With the current code this change
is no-op (since self.filterheaders is always passed as header_list),
but it is a bug in general.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2014-05-07 18:29:47 +04:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py deletemessageheaders(): use passed list of headers to remove 2014-05-07 18:29:47 +04:00
Gmail.py Adapt plain status folder to gmail labels stuff 2014-05-06 23:37:11 +04:00
GmailMaildir.py Adapt plain status folder to gmail labels stuff 2014-05-06 23:37:11 +04:00
IMAP.py Make GmailFolder sync GMail labels 2014-05-06 23:36:06 +04:00
LocalStatus.py Improvements to the SQlite-based local status folder 2014-05-06 23:37:11 +04:00
LocalStatusSQLite.py Add ability to migrate status data across backends 2014-05-06 23:37:11 +04:00
Maildir.py Make GmailFolder sync GMail labels 2014-05-06 23:36:06 +04:00
UIDMaps.py Refactoring: make functions to be private if we can 2014-04-30 19:35:56 +04:00