Subject: | split UID EXPUNGE with a large sequence set |
In the imapsync mail list http://linux-france.org/prj/imapsync/ it was reported:
[snip] a user reported failure with very long UIDEXPUNGE lines,
not split by imapsync (via Mail::IMAPClient).
Notes per RFC 4315 https://tools.ietf.org/html/rfc4315:
2.1. UID EXPUNGE Command
Arguments: sequence set
Data: untagged responses: EXPUNGE
Result: OK - expunge completed
NO - expunge failure (e.g., permission denied)
BAD - command unknown or arguments invalid
The UID EXPUNGE command permanently removes all messages that both
have the \Deleted flag set and have a UID that is included in the
specified sequence set from the currently selected mailbox.