From: "nevans (Nicholas Evans)" Date: 2021-12-24T14:14:37+00:00 Subject: [ruby-core:106809] [Ruby master Feature#16610] net/imap: support IMAP4 ID extension (RFC2971) Issue #16610 has been updated by nevans (Nicholas Evans). The [net/imap PR] was closed by [15fb3d6] and released with [net/imap v0.2.0]. This issue should be closed, too. Thanks! [net/imap PR]: https://github.com/ruby/net-imap/pull/4 [15fb3d6]: https://github.com/ruby/net-imap/commit/15fb3d6f7b735495b2f896cf261a51256cc91064 [net/imap v0.2.0]: https://github.com/ruby/net-imap/compare/v0.1.1...v0.2.0 ---------------------------------------- Feature #16610: net/imap: support IMAP4 ID extension (RFC2971) https://bugs.ruby-lang.org/issues/16610#change-95618 * Author: nevans (Nicholas Evans) * Status: Open * Priority: Normal ---------------------------------------- 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 -- https://bugs.ruby-lang.org/ Unsubscribe: