Class: Net::IMAP::MailboxACLItem
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          Struct
         | |
| Instance Chain: 
          self,
          Struct
         | |
| Inherits: | Struct 
 | 
| Defined in: | lib/net/imap.rb | 
Overview
MailboxACLItem represents the response from GETACL.
acl_data        ::= "ACL" SPACE mailbox *(SPACE identifier SPACE rights)
identifier      ::= astring
rights          ::= astringFields:
- 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. 
Instance Attribute Summary
Instance Attribute Details
#mailbox (rw)
MailboxACLItem represents the response from GETACL.
acl_data        ::= "ACL" SPACE mailbox *(SPACE identifier SPACE rights)
identifier      ::= astring
rights          ::= astringFields:
- 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. 
#rights (rw)
MailboxACLItem represents the response from GETACL.
acl_data        ::= "ACL" SPACE mailbox *(SPACE identifier SPACE rights)
identifier      ::= astring
rights          ::= astringFields:
- 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. 
#user (rw)
MailboxACLItem represents the response from GETACL.
acl_data        ::= "ACL" SPACE mailbox *(SPACE identifier SPACE rights)
identifier      ::= astring
rights          ::= astringFields:
- 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.