From: "nevans (Nicholas Evans)" Date: 2021-12-24T14:11:59+00:00 Subject: [ruby-core:106808] [Ruby master Feature#16627] net/imap: support NAMESPACE extension (RFC2342) Issue #16627 has been updated by nevans (Nicholas Evans). The [net/imap PR] was closed by [335e1c3] 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/5 [335e1c3]: https://github.com/ruby/net-imap/commit/335e1c36e76e8e1f0e7e512f3e2d0acf8db61790 [net/imap v0.2.0]: https://github.com/ruby/net-imap/compare/v0.1.1...v0.2.0 ---------------------------------------- Feature #16627: net/imap: support NAMESPACE extension (RFC2342) https://bugs.ruby-lang.org/issues/16627#change-95617 * Author: nevans (Nicholas Evans) * Status: Open * Priority: Normal ---------------------------------------- This extension predates IMAP4rev1 (RFC3501), so most IMAP servers support it. Many popular IMAP servers are configured with the default personal namespaces as ("" "/"): no prefix and "/" hierarchy delimiter. In that common case, the naive client may not have any trouble naming mailboxes. But many servers are configured e.g. with the default personal namespace as ("INBOX." "."), placing all personal folders under INBOX with "." as the hierarchy delimiter. If the client does not check for this, but naively assumes it can use the same folder names for all servers, then folder creation (and listing, moving, etc) can lead to errors. Implementation: https://github.com/ruby/net-imap/pull/5 -- https://bugs.ruby-lang.org/ Unsubscribe: