Closed danieleggert closed 4 months ago
This adds support for RFC 9586 aka. UIDONLY.
UIDONLY
Enabling UIDONLY disables all sequence number based commands and responses in IMAP, instead entirely relying on UIDs. This can reduce resource usage on both client and server.
UIDREQUIRED
UIDFETCH
Details are in RFC 9586.
This allows using RFC 9586.
Late to the party but LGTM
This adds support for RFC 9586 aka.
UIDONLY
.Motivation:
Enabling
UIDONLY
disables all sequence number based commands and responses in IMAP, instead entirely relying on UIDs. This can reduce resource usage on both client and server.Modifications:
UIDONLY
capabilityUIDREQUIRED
response text code (error code)UIDFETCH
responseDetails are in RFC 9586.
Result:
This allows using RFC 9586.