docker-offlineimap/offlineimap/folder
Sebastian Spaeth 3cb2ddccb8 Use "with lock" pattern
While looking at the code to investigate if an why we sometimes don't
seem to honor the write lock, I made it use the more modern "with lock:"
pattern.

Still have not found out how we could ever be using 2 instances of the
LocalStatusFolder for the same folder.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-08-31 22:34:53 +02:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py Fix str.format() calls for Python 2.6. 2012-06-02 18:25:51 +02:00
Gmail.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
IMAP.py Remove the APPENDUID hack, previously introduced 2012-06-06 10:13:42 +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