クラス
com.sun.mail.imap.ACL の使用

ACL を使用しているパッケージ
com.sun.mail.imap IMAP メッセージ ストアへのアクセスを提供する JavaMail API の IMAP プロトコル プロバイダです。 
 

com.sun.mail.imap での ACL の使用
 

ACL を返す com.sun.mail.imap のメソッド
 ACL[] IMAPFolder.getACL()
          Get the access control list entries for this folder.
 

ACL 型のパラメータを持つ com.sun.mail.imap のメソッド
 void IMAPFolder.addACL(ACL acl)
          Add an access control list entry to the access control list for this folder.
 void IMAPFolder.addRights(ACL acl)
          Add the rights specified in the ACL to the entry for the identifier specified in the ACL.
 void IMAPFolder.removeRights(ACL acl)
          Remove the rights specified in the ACL from the entry for the identifier specified in the ACL.