docker-offlineimap/offlineimap/folder
Joseph Ishac 5fc08e529b BUG: behavior of fetch now only returns a single entry, the use of
data[0][0] here is a carry over from the old behavior of offlineimap
(python2)
2021-02-22 23:27:45 -05:00
..
__init__.py __init__.py added docstrings 2020-11-01 13:12:03 +01:00
Base.py Formatting and adding the requirements that were removed as part of the "Included charset detection" patch that was reverted. Added all but chardet~=3.0.4 which is not needed with this fix. 2021-02-21 23:09:33 -05:00
Gmail.py BUG: behavior of fetch now only returns a single entry, the use of 2021-02-22 23:27:45 -05:00
GmailMaildir.py Removed mutable arguments 2020-10-10 15:00:34 +02:00
IMAP.py Removing obsolete emailutil.py. The date functionality was pulled into folder/Base.py which now handles messages as binary objects 2021-02-21 23:20:39 -05:00
LocalStatus.py Cleaning up some more use of the old message string "content" to use "msg" email object instead. 2021-02-19 17:00:15 -05:00
LocalStatusSQLite.py Cleaning up some more use of the old message string "content" to use "msg" email object instead. 2021-02-19 17:00:15 -05:00
Maildir.py Removing obsolete emailutil.py. The date functionality was pulled into folder/Base.py which now handles messages as binary objects 2021-02-21 23:20:39 -05:00
UIDMaps.py Cleaning up some more use of the old message string "content" to use "msg" email object instead. 2021-02-19 17:00:15 -05:00