class Net::IMAP::MailboxACLItem

Net::IMAP::MailboxACLItem represents the response from GETACL.

Net::IMAP#getacl returns an array of MailboxACLItem objects.

Required capability

ACL - described in [ACL]

Public Instance Methods

mailbox → string click to toggle source

The mailbox to which the indicated user has the specified rights.

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 363
      
rights → string click to toggle source

The access rights the indicated user has to the mailbox.

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 376
    
user → string click to toggle source

Login name that has certain rights to the mailbox that was specified with the getacl command.

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