gnu.mail.providers.imap
Class ACL
java.lang.Object
gnu.mail.providers.imap.ACL
public final class ACL
extends java.lang.Object
An access control list entry.
Please note that this API is experimental and will probably change
soon when the IETF working group delivers a a new specification.
ACL
public ACL(String name)
ACL
public ACL(String name,
Rights rights)
getName
public String getName()
getRights
public Rights getRights()
setRights
public void setRights(Rights rights)