| java.lang.Object | |
| ↳ | com.google.code.com.sun.mail.imap.Rights.Right |
This inner class represents an individual right. A set of standard rights objects are predefined here.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ADMINISTER | Administer - perform SETACL. | ||||||||||
| CREATE | Create - CREATE new sub-mailboxes in any implementation-defined hierarchy, RENAME or DELETE mailbox. | ||||||||||
| DELETE | Delete - STORE \DELETED flag, perform EXPUNGE. | ||||||||||
| INSERT | Insert - perform APPEND, COPY into mailbox. | ||||||||||
| KEEP_SEEN | Keep seen/unseen information across sessions - STORE \SEEN flag. | ||||||||||
| LOOKUP | Lookup - mailbox is visible to LIST/LSUB commands. | ||||||||||
| POST | Post - send mail to submission address for mailbox, not enforced by IMAP4 itself. | ||||||||||
| READ | Read - SELECT the mailbox, perform CHECK, FETCH, PARTIAL, SEARCH, COPY from mailbox | ||||||||||
| WRITE | Write - STORE flags other than \SEEN and \DELETED. | ||||||||||
| cache | |||||||||||
| right | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get a Right object representing the specified character.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create - CREATE new sub-mailboxes in any implementation-defined hierarchy, RENAME or DELETE mailbox.
Keep seen/unseen information across sessions - STORE \SEEN flag.
Post - send mail to submission address for mailbox, not enforced by IMAP4 itself.
Read - SELECT the mailbox, perform CHECK, FETCH, PARTIAL, SEARCH, COPY from mailbox
Get a Right object representing the specified character. Characters are assigned per RFC 2086.
| right |
|---|