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 response from GETACL.
Net::IMAP#getacl returns an array of MailboxACLItem objects.
Required capability
ACL - described in [ACL]
#rights (rw)
MailboxACLItem represents the response from GETACL.
Net::IMAP#getacl returns an array of MailboxACLItem objects.
Required capability
ACL - described in [ACL]
#user (rw)
MailboxACLItem represents the response from GETACL.
Net::IMAP#getacl returns an array of MailboxACLItem objects.
Required capability
ACL - described in [ACL]