offlineimap/offlineimap/folder
Nicolas Sebrecht ba47138616 folder/IMAP: introduce dedicated parsing for davmail (not supporting UIDPLUS)
Some returned responses end with ')' rather than 'UID XXX)' as expected.

BTW, a better policy could be to request for the 'X-OfflineIMAP' header only
rather than fetching all the headers and looking for it manually.

Also:
- Strip the output when error occurs: we don't need the full response unless
  'imap' debug mode is enabled.
- Improve the comments.

Github-ref: https://github.com/OfflineIMAP/offlineimap/issues/479
Tested-by: https://github.com/secomi
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2017-06-27 20:32:58 +02:00
..
Base.py minor code refactoring 2016-11-07 23:03:40 +01:00
Gmail.py learn repository retrycount configuration option 2016-12-19 12:55:55 +01:00
GmailMaildir.py GmailMaildir: don't add a tuple to syncmessagesto_passes 2016-07-27 16:29:34 +02:00
IMAP.py folder/IMAP: introduce dedicated parsing for davmail (not supporting UIDPLUS) 2017-06-27 20:32:58 +02:00
LocalStatus.py local status: deletemessagelist: remove broken code 2016-07-25 15:06:39 +02:00
LocalStatusSQLite.py SQLite: avoid concurrent writes on backend migration 2017-01-31 17:59:25 +01:00
Maildir.py folder: Maildir: actually try to use Delivery-Date if Date is broken 2016-11-07 23:14:32 +01:00
UIDMaps.py IMAP/IMAP: continue to sync if the local side does not return a valid UID on upload 2017-06-14 09:12:15 +02:00
__init__.py IMAP/IMAP: fix import issue about UIDMaps 2016-07-25 05:26:57 +02:00