docker-offlineimap/offlineimap/folder
Eygene Ryabinkin f4140cbbed Create global instance of command-line options
This eases testing of option values inside the code.  This instance
is implemented as the read-only copy of the obtained 'options' object,
so callers won't be able to modify its contents.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2013-02-11 23:34:18 +04:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py Create global instance of command-line options 2013-02-11 23:34:18 +04:00
Gmail.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
IMAP.py Fix IMAP folder throwing away time zone when parsing email Date headers 2012-10-03 11:16:13 +02:00
LocalStatus.py Use "with lock" pattern 2012-08-31 22:34:53 +02:00
LocalStatusSQLite.py Prevent modifications on a folder level to occur in dry-run 2012-02-17 13:17:05 +01:00
Maildir.py Prevent modifications on a folder level to occur in dry-run 2012-02-17 13:17:05 +01:00
UIDMaps.py Add missing OfflineImapError import in folder/UIDMaps.py 2012-07-30 20:10:11 +02:00