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
..
2020-11-01 13:12:03 +01:00
2020-11-01 13:11:52 +01:00
2020-10-10 15:00:34 +02:00
2020-11-08 22:07:14 +01:00
2020-10-10 15:00:34 +02:00
2020-10-10 15:00:34 +02:00
2021-02-19 16:39:17 +01:00