Class: Net::IMAP::Namespace
| 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
Namespace represents a single namespace, contained inside a Namespaces object.
Required capability
Requires either NAMESPACE [RFC2342] or IMAP4rev2 capability.
Instance Attribute Summary
- 
    
      #delim  
    
    rw
    Namespacerepresents a single namespace, contained inside aNamespacesobject.
- 
    
      #extensions  
    
    rw
    Namespacerepresents a single namespace, contained inside aNamespacesobject.
- 
    
      #prefix  
    
    rw
    Namespacerepresents a single namespace, contained inside aNamespacesobject.
Instance Attribute Details
#delim (rw)
Namespace represents a single namespace, contained inside a Namespaces object.
Required capability
Requires either NAMESPACE [RFC2342] or IMAP4rev2 capability.
# File 'lib/net/imap/response_data.rb', line 467
class Namespace < Struct.new(:prefix, :delim, :extensions)
#extensions (rw)
Namespace represents a single namespace, contained inside a Namespaces object.
Required capability
Requires either NAMESPACE [RFC2342] or IMAP4rev2 capability.
#prefix (rw)
Namespace represents a single namespace, contained inside a Namespaces object.
Required capability
Requires either NAMESPACE [RFC2342] or IMAP4rev2 capability.
# File 'lib/net/imap/response_data.rb', line 467
class Namespace < Struct.new(:prefix, :delim, :extensions)