class Net::IMAP::Namespaces

Net::IMAP::Namespaces represents a NAMESPACE server response, which contains lists of personal, shared, and other namespaces.

Net::IMAP#namespace returns a Namespaces object.

Public Instance Methods

other → array of Namespace click to toggle source

Returns an array of Other Users’ Namespace objects.

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 421
      
personal → array of Namespace click to toggle source

Returns an array of Personal Namespace objects.

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 415
      
shared → array of Namespace click to toggle source

Returns an array of Shared Namespace objects.

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 427