Package | Description |
---|---|
gnu.mail.providers.imap |
This is a provider for the Internet Message Access Protocol, version 4rev1
(IMAP4rev1), as detailed in RFC 3501.
|
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 |
Modifier and Type | Method | Description |
---|---|---|
static Rights.Right |
Rights.Right.getInstance(char 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.
|
Constructor | Description |
---|---|
Rights(Rights.Right right) |
Deprecated.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved