offlineimap/offlineimap/folder
Nicolas Sebrecht 36375daee6 fix: exceptions.OSError might not have attribute EEXIST defined
Since this is used in an except calse, we first don't mask the real cause and
raise the original error.

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2016-02-19 12:33:57 +01:00
..
Base.py Keywords: avoid warning at each message when no keywords are used 2015-11-22 20:05:34 +01:00
Gmail.py fix: broken retry loop would break connection management 2015-11-26 17:11:59 +01:00
GmailMaildir.py maxage: fix timezone issues, remove IMAP-IMAP support, add startdate option 2015-04-07 11:54:35 +02:00
IMAP.py fix: broken retry loop would break connection management 2015-11-26 17:11:59 +01:00
LocalStatus.py fix: folder/*: never set self.messagelist to None 2015-02-13 17:07:18 +01:00
LocalStatusSQLite.py LocalStatusSQLite: labels: don't fail if database returns unexpected None value 2015-02-22 14:15:55 +01:00
Maildir.py fix: exceptions.OSError might not have attribute EEXIST defined 2016-02-19 12:33:57 +01:00
UIDMaps.py maxage: fix timezone issues, remove IMAP-IMAP support, add startdate option 2015-04-07 11:54:35 +02:00
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00