Uses of Class
gnu.mail.providers.imap.Rights
-
Packages that use Rights 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 Rights in gnu.mail.providers.imap
Methods in gnu.mail.providers.imap that return Rights Modifier and Type Method Description RightsACL. getRights()Deprecated.RightsIMAPFolder. listRights(java.lang.String name)Deprecated.this API will probably change incompatibly soonRightsIMAPFolder. myRights()Deprecated.this API will probably change incompatibly soonMethods in gnu.mail.providers.imap with parameters of type Rights Modifier and Type Method Description voidRights. add(Rights rights)Deprecated.booleanRights. contains(Rights rights)Deprecated.voidRights. remove(Rights rights)Deprecated.voidACL. setRights(Rights rights)Deprecated.Constructors in gnu.mail.providers.imap with parameters of type Rights Constructor Description ACL(java.lang.String name, Rights rights)Deprecated.Rights(Rights rights)Deprecated.
-