Uses of Class
jakarta.mail.FetchProfile.Item
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
-
Uses of FetchProfile.Item in jakarta.mail
Modifier and TypeClassDescriptionstatic class
A fetch profile item for fetching UIDs.Modifier and TypeFieldDescriptionstatic final FetchProfile.Item
FetchProfile.Item.CONTENT_INFO
This item is for fetching information about the content of the message.static final FetchProfile.Item
FetchProfile.Item.ENVELOPE
This is the Envelope item.static final FetchProfile.Item
FetchProfile.Item.FLAGS
This is the Flags item.static final FetchProfile.Item
FetchProfile.Item.SIZE
SIZE is a fetch profile item that can be included in aFetchProfile
during a fetch request to a Folder.Modifier and TypeMethodDescriptionvoid
FetchProfile.add
(FetchProfile.Item item) Add the given special item as one of the attributes to be prefetched.boolean
FetchProfile.contains
(FetchProfile.Item item) Returns true if the fetch profile contains the given special item. -
Uses of FetchProfile.Item in org.eclipse.angus.mail.gimap
Modifier and TypeClassDescriptionstatic class
A fetch profile item for fetching headers. -
Uses of FetchProfile.Item in org.eclipse.angus.mail.imap
Modifier and TypeClassDescriptionstatic class
A fetch profile item for fetching headers.