Package | Description |
---|---|
gnu.mail.providers.imap |
This is a provider for the Internet Message Access Protocol, version 4rev1
(IMAP4rev1), as detailed in RFC 3501.
|
javax.mail |
Classes modelling a mail system.
|
javax.mail.internet |
Classes modelling Internet mail systems.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
IMAPMessage.isSet(Flags.Flag flag) |
Modifier and Type | Field | Description |
---|---|---|
static Flags.Flag |
Flags.Flag.ANSWERED |
This message has been answered.
|
static Flags.Flag |
Flags.Flag.DELETED |
This message is marked deleted.
|
static Flags.Flag |
Flags.Flag.DRAFT |
This message is a draft.
|
static Flags.Flag |
Flags.Flag.FLAGGED |
This message is flagged.
|
static Flags.Flag |
Flags.Flag.RECENT |
This message is recent.
|
static Flags.Flag |
Flags.Flag.SEEN |
This message is seen.
|
static Flags.Flag |
Flags.Flag.USER |
Special flag that indicates whether this folder supports
user defined flags.
|
Modifier and Type | Method | Description |
---|---|---|
Flags.Flag[] |
Flags.getSystemFlags() |
Returns the system flags.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Flags.add(Flags.Flag flag) |
Add the specified system flag.
|
boolean |
Flags.contains(Flags.Flag flag) |
Indicates whether the specified system flag is set.
|
boolean |
Message.isSet(Flags.Flag flag) |
Indicates whether the specified flag is set in this message.
|
void |
Flags.remove(Flags.Flag flag) |
Remove the specified system flag.
|
void |
Message.setFlag(Flags.Flag flag,
boolean set) |
Sets the specified flag on this message to the given value.
|
Constructor | Description |
---|---|
Flags(Flags.Flag flag) |
Construct a Flags object containing the given system flag.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
MimeMessage.isSet(Flags.Flag flag) |
Indicates whether the specified flag is set in this message.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved