Uses of Class
org.eclipse.angus.mail.imap.ACL
-
Packages that use ACL Package Description org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of ACL in org.eclipse.angus.mail.imap
Methods in org.eclipse.angus.mail.imap that return ACL Modifier and Type Method Description ACL[]IMAPFolder. getACL()Get the access control list entries for this folder.Methods in org.eclipse.angus.mail.imap with parameters of type ACL Modifier and Type Method Description voidIMAPFolder. addACL(ACL acl)Add an access control list entry to the access control list for this folder.voidIMAPFolder. addRights(ACL acl)Add 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. -
Uses of ACL in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol that return ACL Modifier and Type Method Description ACL[]IMAPProtocol. getACL(java.lang.String mbox)GETACL Command.Methods in org.eclipse.angus.mail.imap.protocol with parameters of type ACL Modifier and Type Method Description voidIMAPProtocol. setACL(java.lang.String mbox, char modifier, ACL acl)SETACL Command.
-