asimap icon indicating copy to clipboard operation
asimap copied to clipboard

Fix UIDPLUS EXPUNGE support

Open scanner opened this issue 1 year ago • 1 comments

Apparently we never finished adding proper UIDPLUS support, specifically for the UID EXPUNGE command. The UID EXPUNGE command takes a message set as a require parameter. It will behave similar to an expunge except only messages that are listed in the message set provided with the UID EXPUNGE command that are also in the Deleted sequence are expunged.

ie: it is a partial expunge where we can say "only expunge this indicated subset of the messages in the Deleted sequence.

scanner avatar Oct 09 '24 17:10 scanner

RFC4315

scanner avatar Oct 09 '24 17:10 scanner