imapclient icon indicating copy to clipboard operation
imapclient copied to clipboard

UIDPLUS support

Open mjs opened this issue 15 years ago • 5 comments

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

mjs avatar Mar 17 '10 01:03 mjs

Original comment by Menno Smits (Bitbucket: mjs0):


Thank you! I'll take a look at this later this week.

mjs avatar Mar 29 '16 21:03 mjs

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.

mjs avatar Mar 27 '16 04:03 mjs

Original comment by Menno Smits (Bitbucket: mjs0):


Thanks, you're right. They'll probably get done together.

mjs avatar Feb 10 '16 23:02 mjs

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.)

mjs avatar Feb 10 '16 22:02 mjs

News about UID EXPUNGE : issue #496 pull request #508

axoroll7 avatar Aug 18 '23 06:08 axoroll7