Class: Net::IMAP::Namespaces
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Struct
|
|
|
Instance Chain:
self,
Struct
|
|
| Inherits: |
Struct
|
| Defined in: | lib/net/imap/response_data.rb |
Overview
Namespaces represents the data of an untagged NAMESPACE response,
returned by #namespace.
Contains lists of #personal, #shared, and #other namespaces.
Required capability
Requires either NAMESPACE [RFC2342]
or IMAP4rev2 capability.
Instance Attribute Summary
-
#other ⇒ array of Namespace
rw
Returns an array of Other Users'
Namespaceobjects. -
#personal ⇒ array of Namespace
rw
Returns an array of Personal Namespace objects.
-
#shared ⇒ array of Namespace
rw
Returns an array of Shared Namespace objects.
Instance Attribute Details
#other ⇒ array of Namespace (rw)
Returns an array of Other Users' Namespace objects.
#personal ⇒ array of Namespace (rw)
Returns an array of Personal Namespace objects.