Uses of Class
org.eclipse.angus.mail.imap.Rights
Package
Description
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
-
Uses of Rights in org.eclipse.angus.mail.imap
Modifier and TypeMethodDescriptionACL.getRights()
Get the rights associated with this ACL entry.Rights[]
IMAPFolder.listRights
(String name) Get all the rights that may be allowed to the given identifier.IMAPFolder.myRights()
Get the rights allowed to the currently authenticated user.Modifier and TypeMethodDescriptionvoid
Add all the rights in the given Rights object to this Rights object.boolean
Check whether all the rights in the specified Rights object are present in this Rights object.void
Remove all rights in the given Rights object from this Rights object.void
Set the rights associated with this ACL entry.