123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::Namespaces

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
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

    Namespaces represents the data of an untagged NAMESPACE response, returned by #namespace.

  • #personal rw

    Namespaces represents the data of an untagged NAMESPACE response, returned by #namespace.

  • #shared rw

    Namespaces represents the data of an untagged NAMESPACE response, 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.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 542

class Namespaces < Struct.new(:personal, :other, :shared)

#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.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 542

class Namespaces < Struct.new(:personal, :other, :shared)

#shared (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.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 542

class Namespaces < Struct.new(:personal, :other, :shared)