Feature #16610
net/imap: support IMAP4 ID extension (RFC2971)
Status:
Open
Priority:
Normal
Assignee:
-
Target version:
-
Description
IMAP servers often strongly recommend clients to report their ID, for
usage statistics and bug reports. Clients may also find server IDs
useful for the same reasons.
Although the RFC requires otherwise, some servers do make it a soft
requirement that the ID is reported (and will sometimes even disconnect
clients they do not recognize).
See https://tools.ietf.org/html/rfc2971 for more details.
Implementation: https://github.com/ruby/net-imap/pull/4
Updated by nevans (Nicholas Evans) about 1 year ago
- File deleted (
0001-net-imap-support-IMAP4-ID-extension-RFC2971.patch) - File 0001-net-imap-support-IMAP4-ID-extension-RFC2971.patch added
Fixed some bugs in the original patch. Added a test for the request formatting.
Updated by nevans (Nicholas Evans) 3 months ago
- File deleted (
0001-net-imap-support-IMAP4-ID-extension-RFC2971.patch)