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  
    
    rw
    Namespacesrepresents the data of an untaggedNAMESPACEresponse, returned by #namespace.
- 
    
      #personal  
    
    rw
    Namespacesrepresents the data of an untaggedNAMESPACEresponse, returned by #namespace.
- 
    
      #shared  
    
    rw
    Namespacesrepresents the data of an untaggedNAMESPACEresponse, returned by #namespace.
Instance Attribute Details
#other (rw)
Namespaces represents the data of an untagged NAMESPACE response, returned by Net::IMAP#namespace.
Contains lists of #personal, #shared, and #other namespaces.
Required capability
Requires either NAMESPACE [RFC2342] or IMAP4rev2 capability.
#personal (rw)
Namespaces represents the data of an untagged NAMESPACE response, returned by Net::IMAP#namespace.
Contains lists of #personal, #shared, and #other namespaces.
Required capability
Requires either NAMESPACE [RFC2342] or IMAP4rev2 capability.