Uses of Class
gnu.mail.providers.imap.Rights.Right
-
Packages that use Rights.Right 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.Right in gnu.mail.providers.imap
Fields in gnu.mail.providers.imap declared as Rights.Right Modifier and Type Field Description static Rights.RightRights.Right. ADMINISTERstatic Rights.RightRights.Right. CREATEstatic Rights.RightRights.Right. DELETEstatic Rights.RightRights.Right. INSERTstatic Rights.RightRights.Right. KEEP_SEENstatic Rights.RightRights.Right. LOOKUPstatic Rights.RightRights.Right. POSTstatic Rights.RightRights.Right. READstatic Rights.RightRights.Right. WRITEMethods in gnu.mail.providers.imap that return Rights.Right Modifier and Type Method Description static Rights.RightRights.Right. getInstance(char right)Methods in gnu.mail.providers.imap with parameters of type Rights.Right Modifier and Type Method Description voidRights. add(Rights.Right right)Deprecated.booleanRights. contains(Rights.Right right)Deprecated.voidRights. remove(Rights.Right right)Deprecated.Constructors in gnu.mail.providers.imap with parameters of type Rights.Right Constructor Description Rights(Rights.Right right)Deprecated.
-