Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::MailboxACLItemクラス

class Net::IMAP::MailboxACLItem

クラスの継承リスト: Net::IMAP::MailboxACLItem < Struct < Enumerable < Object < Kernel < BasicObject

Abstract

Net::IMAP::MailboxACLItem represents response from GETACL.

acl_data        ::= "ACL" SPACE mailbox *(SPACE identifier SPACE
                     rights)

identifier      ::= astring

rights          ::= astring

インスタンスメソッド

rights

The access rights the indicated user has to the mailbox.

user

Login name that has certain rights to the mailbox that was specified with the getacl command.

Methods

Classes