imapclient
imapclient copied to clipboard
UIDPLUS support
Originally reported by: Menno Smits (Bitbucket: mjs0)
http://tools.ietf.org/html/rfc4315
- Support "UID EXPUNGE" command
- Parsing of APPENDUID response from append()
- Parsing of COPYUID response from copy()
- Test handling of UIDNOTSTICKY response from select_folder()
- Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/39
Original comment by Menno Smits (Bitbucket: mjs0):
Thank you! I'll take a look at this later this week.
Original comment by Thomas Willson (Bitbucket: willson556):
I've started work on this here. Only the COPYUID functionality is tested and I haven't touched UIDNOTSTICKY. I plan on adding tests and finishing it up in the next week but any preliminary feedback would be appreciated.
Original comment by Menno Smits (Bitbucket: mjs0):
Thanks, you're right. They'll probably get done together.
Original comment by Erik Quaeghebeur (Bitbucket: equaeghe):
There is a link to MULTIAPPEND in the RFC, so there is a (weak) coupling to issue #198. (I assume you are aware of this, but useful for the record.)
News about UID EXPUNGE : issue #496 pull request #508