docker-offlineimap/offlineimap/folder
Nicolas Sebrecht e753766284 sqlite: close the database when no more threads need access
It's required to have more than one connection to the database for the
maxconnections configuration option to work with threads. However,
connection.close() is closing all the connections. Only close the connection
when no more thread need it.

Github-fix: https://github.com/OfflineIMAP/offlineimap/issues/350
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2016-07-22 16:30:38 +02:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py remove dead code: the description of the passes is never used 2016-07-18 18:41:41 +02:00
Gmail.py remove dead code: the description of the passes is never used 2016-07-18 18:41:41 +02:00
GmailMaildir.py fix attribute name _utime_from_header 2016-07-16 21:25:14 +02:00
IMAP.py learn to not download UIDs defined by the user 2016-07-03 20:02:45 +02:00
LocalStatus.py correctly reraise errors with six 2016-07-03 19:56:14 +02:00
LocalStatusSQLite.py sqlite: close the database when no more threads need access 2016-07-22 16:30:38 +02:00
Maildir.py Maildir: OfflineImapError is missing the severity argument 2016-07-16 18:02:01 +02:00
UIDMaps.py UIDMaps: correctly protect from concurrent writes 2016-07-03 20:00:21 +02:00