8000 Many many documentation updates by nevans · Pull Request #77 · ruby/net-imap · GitHub
[go: up one dir, main page]

Skip to content

Many many documentation updates #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension
8000
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
📚 Update #namespace documentation [🚧 simplify?]
  • Loading branch information
nevans committed Dec 19, 2022
commit d7952dc2c20af93f7d0ac179ac932875b0d11de7
9 changes: 4 additions & 5 deletions lib/net/imap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -874,11 +874,10 @@ def list(refname, mailbox)
# allows a client to discover the prefixes of namespaces used by a server
# for personal mailboxes, other users' mailboxes, and shared mailboxes.
#
# The NAMESPACE extension predates [IMAP4rev1[https://tools.ietf.org/html/rfc2501]],
# 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.
# The NAMESPACE extension is supported by most IMAP4 servers. 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 with the default personal namespace as
# e.g. `("INBOX." ".")`, placing all personal folders under INBOX, with "."
Expand Down
0