Class: Net::IMAP::MailboxACLItem
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::MailboxACLItem
- Defined in:
- lib/net/imap/response_data.rb
Overview
MailboxACLItem represents the data of an untagged ACL response.
IMAP#getacl returns an array of MailboxACLItem objects.
Required capability
Requires ACL [RFC4314] capability.
Instance Attribute Summary collapse
-
#mailbox ⇒ Object
Returns the value of attribute mailbox.
-
#rights ⇒ Object
Returns the value of attribute rights.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#mailbox ⇒ Object
Returns the value of attribute mailbox
439 440 441 |
# File 'lib/net/imap/response_data.rb', line 439 def mailbox @mailbox end |
#rights ⇒ Object
Returns the value of attribute rights
439 440 441 |
# File 'lib/net/imap/response_data.rb', line 439 def rights @rights end |
#user ⇒ Object
Returns the value of attribute user
439 440 441 |
# File 'lib/net/imap/response_data.rb', line 439 def user @user end |