Skip to content

Commit d7952dc

Browse files
committed
📚 Update #namespace documentation [🚧 simplify?]
1 parent 97a7fb6 commit d7952dc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib/net/imap.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -874,11 +874,10 @@ def list(refname, mailbox)
874874
# allows a client to discover the prefixes of namespaces used by a server
875875
# for personal mailboxes, other users' mailboxes, and shared mailboxes.
876876
#
877-
# The NAMESPACE extension predates [IMAP4rev1[https://tools.ietf.org/html/rfc2501]],
878-
# so most IMAP servers support it. Many popular IMAP servers are configured
879-
# with the default personal namespaces as `("" "/")`: no prefix and "/"
880-
# hierarchy delimiter. In that common case, the naive client may not have
881-
# any trouble naming mailboxes.
877+
# The NAMESPACE extension is supported by most IMAP4 servers. Many popular
878+
# IMAP servers are configured with the default personal namespaces as `(""
879+
# "/")`: no prefix and "/" hierarchy delimiter. In that common case, the
880+
# naive client may not have any trouble naming mailboxes.
882881
#
883882
# But many servers are configured with the default personal namespace as
884883
# e.g. `("INBOX." ".")`, placing all personal folders under INBOX, with "."

0 commit comments

Comments
 (0)