Project

General

Profile

Actions

Feature #16627

closed

net/imap: support NAMESPACE extension (RFC2342)

Added by nevans (Nicholas Evans) about 4 years ago. Updated over 2 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:97126]

Description

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

Actions #1

Updated by nevans (Nicholas Evans) over 3 years ago

  • File deleted (0001-net-imap-support-NAMESPACE-extension-RFC2342.patch)
Actions #2

Updated by nevans (Nicholas Evans) over 3 years ago

  • Description updated (diff)

Updated by nevans (Nicholas Evans) over 2 years ago

The net/imap PR was closed by 335e1c3 and released with net/imap v0.2.0. This issue should be closed, too.

Thanks!

Actions #4

Updated by jeremyevans0 (Jeremy Evans) over 2 years ago

  • Status changed from Open to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0