4d47f7bf3c
We were not cleaning out possibly existing APPENDUID messages before APPENDing a new message. In case an old message were still hanging around, this could *possibly* lead to retrieving and old UID. Things should have been fine, but we do want to play safe here. Also, make use of the "official" imaplib2 .response() command rather than the internal _get_untagged_response() function. Remove the hack that we would be looking for APPENDUID responses even if the server claimed not to support the UIDPLUS ext. We now poll server CAPABILITIES after login, and Gmail does provide us with the UIDPLUS capability after login. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> |
||
---|---|---|
.. | ||
__init__.py | ||
Base.py | ||
Gmail.py | ||
IMAP.py | ||
LocalStatus.py | ||
LocalStatusSQLite.py | ||
Maildir.py | ||
UIDMaps.py |