docker-offlineimap/offlineimap/folder
Abdo Roig-Maranges 214137eb7b Improvements to the SQlite-based local status folder
* Do not inherit LocalStatusSQLiteFolder class from the plaintext
    one.

  * Use some functions already in BaseFolder in both, plaintext and
    sqlite classes.

  * Add a saveall method. The idea is that saveall dumps the entire
    messagelist to disk, while save only commits the uncommited
    changes. Right now, save is noop for sqlite, and equivalent to
    saveall for plaintext, but it enables to be more clever on when we
    commit to disk in the future.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2014-05-06 23:37:11 +04:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py Improvements to the SQlite-based local status folder 2014-05-06 23:37:11 +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 Improvements to the SQlite-based local status folder 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