In Files

  • net-imap-0.2.3/lib/net/imap/response_data.rb

Parent

Net::IMAP::MailboxACLItem

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

acl_data        ::= "ACL" SPACE mailbox *(SPACE identifier SPACE rights)

identifier      ::= astring

rights          ::= astring

Fields:

user

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

rights

The access rights the indicated user has to the mailbox.

There is an updated format of the API docs for this version here.