Uses of Class
gnu.mail.providers.imap.ACL
-
Packages that use ACL Package Description gnu.mail.providers.imap This is a provider for the Internet Message Access Protocol, version 4rev1 (IMAP4rev1), as detailed in RFC 3501. -
-
Uses of ACL in gnu.mail.providers.imap
Methods in gnu.mail.providers.imap that return ACL Modifier and Type Method Description ACL[]
IMAPFolder. getACL()
Deprecated.this API will probably change incompatibly soonMethods in gnu.mail.providers.imap with parameters of type ACL Modifier and Type Method Description void
IMAPFolder. addACL(ACL ace)
Deprecated.this API will probably change incompatibly soonvoid
IMAPFolder. addRights(ACL ace)
Deprecated.this API will probably change incompatibly soonvoid
IMAPFolder. removeRights(ACL ace)
Deprecated.this API will probably change incompatibly soon
-