Implement APPENDUID support
Rather than inserting our own home-grown header, everytime we save a message to an IMAP server, we check if we suport the UIDPLUS extension which provides us with an APPENDUID reply. Use that to find the new UID if possible, but keep the old way if we don't have that extension. If a folder is read-only, return the uid that we have passed in per API description in folder.Base.py Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:

committed by
Nicolas Sebrecht

parent
96db608e4d
commit
3b8e1f91cd
@ -12,6 +12,9 @@ others.
|
||||
|
||||
New Features
|
||||
------------
|
||||
* Implement UIDPLUS extension support. OfflineIMAP will now not insert
|
||||
an X-OfflineIMAP header if the mail server supports the UIDPLUS
|
||||
extension.
|
||||
|
||||
* SSL: support subjectAltName.
|
||||
|
||||
|
Reference in New Issue
Block a user