Class: Net::IMAP::MailboxACLItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#mailboxObject

Returns the value of attribute mailbox

Returns:

  • (Object)

    the current value of mailbox



439
440
441
# File 'lib/net/imap/response_data.rb', line 439

def mailbox
  @mailbox
end

#rightsObject

Returns the value of attribute rights

Returns:

  • (Object)

    the current value of rights



439
440
441
# File 'lib/net/imap/response_data.rb', line 439

def rights
  @rights
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



439
440
441
# File 'lib/net/imap/response_data.rb', line 439

def user
  @user
end