docker-offlineimap/offlineimap/folder
Sudip Mukherjee 8b88441759 BUG: Gmail FETCH error with synclabels enabled
If synclabels is enabled then offlineimap is sending '1:*' to imaplib2,
and imaplib2 while creating the FETCH command is quoting the sequence
and the command becomes:
b"JFFJ10 FETCH '1:*' (FLAGS X-GM-LABELS UID)\r\n"

Remove the single-quotes to prevent that and also consider the response
as bytes.

Closes: #52

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
2021-02-20 00:34:01 +00:00
..
__init__.py __init__.py added docstrings 2020-11-01 13:12:03 +01:00
Base.py Base.py added docstrings 2020-11-01 13:11:52 +01:00
Gmail.py BUG: Gmail FETCH error with synclabels enabled 2021-02-20 00:34:01 +00:00
GmailMaildir.py Removed mutable arguments 2020-10-10 15:00:34 +02:00
IMAP.py Avoid crash in search if no results 2020-11-08 22:07:14 +01:00
LocalStatus.py Removed mutable arguments 2020-10-10 15:00:34 +02:00
LocalStatusSQLite.py Removed mutable arguments 2020-10-10 15:00:34 +02:00
Maildir.py Included charset detection 2021-02-19 16:39:17 +01:00
UIDMaps.py Changed the doxygen in change_message_uid 2020-10-11 23:57:17 +02:00