Uses of Class
com.sun.mail.imap.ACL
Packages that use ACL
Package
Description
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
-
Uses of ACL in com.sun.mail.imap
Methods in com.sun.mail.imap that return ACLModifier and TypeMethodDescriptionACL[]IMAPFolder.getACL()Get the access control list entries for this folder.Methods in com.sun.mail.imap with parameters of type ACLModifier and TypeMethodDescriptionvoidAdd an access control list entry to the access control list for this folder.voidAdd the rights specified in the ACL to the entry for the identifier specified in the ACL.voidIMAPFolder.removeRights(ACL acl) Remove the rights specified in the ACL from the entry for the identifier specified in the ACL.