docker-offlineimap/offlineimap/folder
Sebastian Spaeth 36156fa985 Remove the APPENDUID hack, previously introduced
As Gmail was only announcing the presence of the UIDPLUS extension
after we logged in, and we were then only getting server
capabilities before, a hack was introduced that checked the
existence of an APPENDUID reply, even if the server did not claim
to support it.

However, John Wiegley reports problems, where the APPENDUID would
be None, and we attempt to go this path (it seems that imaplib2
returns [None] if there is no such reply, so our test here for "!="
might fail. Given that this is an undocumented imaplib2 function
anyway, and we do fetch gmail capabilities after authentication,
this hack should no longer be necessary.

We had problems there earlier, where imapobj.response() would
return [None] although we had received a APPENDUID response from
the server, this might need more debugging and testing.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-06-06 10:13:42 +02:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py Fix str.format() calls for Python 2.6. 2012-06-02 18:25:51 +02:00
Gmail.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
IMAP.py Remove the APPENDUID hack, previously introduced 2012-06-06 10:13:42 +02:00
LocalStatus.py Prevent modifications on a folder level to occur in dry-run 2012-02-17 13:17:05 +01:00
LocalStatusSQLite.py Prevent modifications on a folder level to occur in dry-run 2012-02-17 13:17:05 +01:00
Maildir.py Prevent modifications on a folder level to occur in dry-run 2012-02-17 13:17:05 +01:00
UIDMaps.py Prevent modifications on a folder level to occur in dry-run 2012-02-17 13:17:05 +01:00