Package | Description |
---|---|
javax.mail |
Classes modelling a mail system.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
UIDFolder.FetchProfileItem |
A fetch profile item for fetching UIDs.
|
Modifier and Type | Field | Description |
---|---|---|
static FetchProfile.Item |
FetchProfile.Item.CONTENT_INFO |
The message content metadata, e.g.:
ContentType, ContentDisposition, ContentDescription, Size and LineCount.
|
static FetchProfile.Item |
FetchProfile.Item.ENVELOPE |
The common attributes of a message, e.g.:
From, To, Cc, Bcc, ReplyTo, Subject and Date.
|
static FetchProfile.Item |
FetchProfile.Item.FLAGS |
The message flags.
|
Modifier and Type | Method | Description |
---|---|---|
FetchProfile.Item[] |
FetchProfile.getItems() |
Get the items in this profile.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FetchProfile.add(FetchProfile.Item item) |
Add the given item.
|
boolean |
FetchProfile.contains(FetchProfile.Item item) |
Indicates whether the fetch profile contains the specified item.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved