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.Right
Rights.Right. ADMINISTER
static Rights.Right
Rights.Right. CREATE
static Rights.Right
Rights.Right. DELETE
static Rights.Right
Rights.Right. INSERT
static Rights.Right
Rights.Right. KEEP_SEEN
static Rights.Right
Rights.Right. LOOKUP
static Rights.Right
Rights.Right. POST
static Rights.Right
Rights.Right. READ
static Rights.Right
Rights.Right. WRITE
Methods in gnu.mail.providers.imap that return Rights.Right Modifier and Type Method Description static Rights.Right
Rights.Right. getInstance(char right)
Methods in gnu.mail.providers.imap with parameters of type Rights.Right Modifier and Type Method Description void
Rights. add(Rights.Right right)
Deprecated.boolean
Rights. contains(Rights.Right right)
Deprecated.void
Rights. remove(Rights.Right right)
Deprecated.Constructors in gnu.mail.providers.imap with parameters of type Rights.Right Constructor Description Rights(Rights.Right right)
Deprecated.
-