class Net::IMAP::MailboxACLItem

Net::IMAP::MailboxACLItem 表示来自 GETACL 的响应。

Net::IMAP#getacl 返回一个 MailboxACLItem 对象的数组。

所需能力

ACL - 描述在 [ACL] 中

公共实例方法

mailbox → string 点击切换源代码

指定 user 具有特定 rights 的邮箱。

# File net-imap-0.5.4/lib/net/imap/response_data.rb, line 474
      
rights → string 点击切换源代码

指示的 usermailbox 拥有的访问权限。

# File net-imap-0.5.4/lib/net/imap/response_data.rb, line 487
    
user → string 点击切换源代码

使用 getacl 命令指定的对 mailbox 具有特定 rights 的登录名。

# File net-imap-0.5.4/lib/net/imap/response_data.rb, line 480