123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::MailboxACLItem

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/net/imap/response_data.rb

Overview

MailboxACLItem represents the response from GETACL.

#getacl returns an array of MailboxACLItem objects.

Required capability

ACL - described in [ACL]

Instance Attribute Summary

  • #mailbox rw

    MailboxACLItem represents the response from GETACL.

  • #rights rw

    MailboxACLItem represents the response from GETACL.

  • #user rw

    MailboxACLItem represents the response from GETACL.

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]

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 470

class MailboxACLItem < Struct.new(:user, :rights, :mailbox)

#rights (rw)

MailboxACLItem represents the response from GETACL.

Net::IMAP#getacl returns an array of MailboxACLItem objects.

Required capability

ACL - described in [ACL]

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 470

class MailboxACLItem < Struct.new(:user, :rights, :mailbox)

#user (rw)

MailboxACLItem represents the response from GETACL.

Net::IMAP#getacl returns an array of MailboxACLItem objects.

Required capability

ACL - described in [ACL]

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 470

class MailboxACLItem < Struct.new(:user, :rights, :mailbox)