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 a NAMESPACE
server response, which contains lists of #personal, #shared, and #other namespaces.
#namespace returns a Namespaces
object.
Instance Attribute Summary
Instance Attribute Details
#other (rw)
Namespaces
represents a NAMESPACE
server response, which contains lists of #personal, #shared, and #other
namespaces.
Net::IMAP#namespace returns a Namespaces
object.
#personal (rw)
Namespaces
represents a NAMESPACE
server response, which contains lists of #personal
, #shared, and #other namespaces.
Net::IMAP#namespace returns a Namespaces
object.