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/response_data.rb | 
Overview
Instance Attribute Summary
Instance Attribute Details
#mailbox (rw)
MailboxACLItem represents the data of an untagged ACL response.
Net::IMAP#getacl returns an array of MailboxACLItem objects.
Required capability
Requires ACL [RFC4314] capability.
#rights (rw)
MailboxACLItem represents the data of an untagged ACL response.
Net::IMAP#getacl returns an array of MailboxACLItem objects.
Required capability
Requires ACL [RFC4314] capability.
#user (rw)
MailboxACLItem represents the data of an untagged ACL response.
Net::IMAP#getacl returns an array of MailboxACLItem objects.
Required capability
Requires ACL [RFC4314] capability.