docker-offlineimap/offlineimap/folder
Eygene Ryabinkin e7fabf9e57 Properly re-raise exception to save original tracebacks
We usually mutate some exceptions to OfflineImapError() and it is
a whole lot better if such exception will show up with the original
traceback, so all valid occurrences of such mutations were transformed
to the 3-tuple form of "raise".  Had also added coding guidelines
document where this re-raise strategy is documented.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2015-01-12 17:51:21 +03:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py folder/Base.py: fix comment: para -> param 2015-01-09 01:10:49 +01:00
Gmail.py Properly re-raise exception to save original tracebacks 2015-01-12 17:51:21 +03:00
GmailMaildir.py Properly re-raise exception to save original tracebacks 2015-01-12 17:51:21 +03:00
IMAP.py Properly re-raise exception to save original tracebacks 2015-01-12 17:51:21 +03:00
LocalStatus.py Properly re-raise exception to save original tracebacks 2015-01-12 17:51:21 +03:00
LocalStatusSQLite.py Properly re-raise exception to save original tracebacks 2015-01-12 17:51:21 +03:00
Maildir.py Properly re-raise exception to save original tracebacks 2015-01-12 17:51:21 +03:00
UIDMaps.py Properly re-raise exception to save original tracebacks 2015-01-12 17:51:21 +03:00