docker-offlineimap/offlineimap/folder
Joseph Ishac 1d2478bcb6 Series of *UNTESTED* changes that should move the internal structure of
a message from a string to an email object that is part of the built-in
email library.  The allows for emails to be processed as bytes and
re-encoded properly if they are not UTF-8 or ascii encoded.  Currently
these changes cover the Base, IMAP, and Maildir classes but not the
specialized GMAIL class yet.
2021-02-09 14:58:30 -05:00
..
__init__.py __init__.py added docstrings 2020-11-01 13:12:03 +01:00
Base.py Series of *UNTESTED* changes that should move the internal structure of 2021-02-09 14:58:30 -05:00
Gmail.py Renamed variable already used 2020-10-10 17:24:18 +02:00
GmailMaildir.py Removed mutable arguments 2020-10-10 15:00:34 +02:00
IMAP.py Series of *UNTESTED* changes that should move the internal structure of 2021-02-09 14:58:30 -05: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 Series of *UNTESTED* changes that should move the internal structure of 2021-02-09 14:58:30 -05:00
UIDMaps.py Changed the doxygen in change_message_uid 2020-10-11 23:57:17 +02:00