docker-offlineimap/offlineimap/folder
Rodolfo García Peñas (kix) df4b9174d7 IMAP.py __savemessage_fetchheaders decode bytes
This patch changes the function __savemessage_fetchheaders to decode the
bytes retunred by imaplib2.

We need a list of headers, with string values, but imapli2 is providing
a list with bytes. This change convert the values to str.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
2020-09-03 21:35:52 +02:00
..
__init__.py Removed extra line in offlineimap/folder/__init__.py 2020-08-29 20:41:27 +02:00
Base.py folder/Base.py Added docstrings params 2020-08-30 13:05:32 +02:00
Gmail.py Gmail.py Get the server response right 2020-09-03 21:35:51 +02:00
GmailMaildir.py folder/GmailMaildir.py changed not var in 2020-08-30 13:23:07 +02:00
IMAP.py IMAP.py __savemessage_fetchheaders decode bytes 2020-09-03 21:35:52 +02:00
LocalStatus.py folder/LocalStatus.py split the if 2020-08-30 13:34:05 +02:00
LocalStatusSQLite.py folder/LocalStatusSQLite.py split the if 2020-08-30 13:37:28 +02:00
Maildir.py folder/Maildir.py split the if 2020-08-30 13:51:34 +02:00
UIDMaps.py folder/UIDMaps.py Removed extra chars 2020-08-30 14:10:53 +02:00