class Net::IMAP::Namespaces
Namespaces
represents the data of an untagged NAMESPACE
response, returned by IMAP#namespace
.
Contains lists of personal
, shared
, and other
namespaces.
Required capability¶ ↑
Requires either NAMESPACE
[RFC2342] or IMAP4rev2
capability.
Public Instance Methods
Source
# File lib/net/imap/response_data.rb, line 550
Returns an array of Other Users’ Namespace
objects.
Source
# File lib/net/imap/response_data.rb, line 544
Returns an array of Personal Namespace
objects.