File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -874,11 +874,10 @@ def list(refname, mailbox)
874
874
# allows a client to discover the prefixes of namespaces used by a server
875
875
# for personal mailboxes, other users' mailboxes, and shared mailboxes.
876
876
#
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.
882
881
#
883
882
# But many servers are configured with the default personal namespace as
884
883
# e.g. `("INBOX." ".")`, placing all personal folders under INBOX, with "."
You can’t perform that action at this time.
0 commit comments