Uses of Class
jakarta.mail.FetchProfile
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
A POP3 protocol provider for the Jakarta Mail API
that provides access to a POP3 message store.
-
Uses of FetchProfile in jakarta.mail
Modifier and TypeMethodDescriptionvoid
Folder.fetch
(Message[] msgs, FetchProfile fp) Prefetch the items specified in the FetchProfile for the given Messages. -
Uses of FetchProfile in org.eclipse.angus.mail.imap
Modifier and TypeMethodDescriptionvoid
IMAPFolder.fetch
(Message[] msgs, FetchProfile fp) Prefetch attributes, based on the given FetchProfile.ModifierConstructorDescriptionFetchProfileCondition
(FetchProfile fp, org.eclipse.angus.mail.imap.protocol.FetchItem[] fitems) Create a FetchProfileCondition to determine if we need to fetch any of the information specified in the FetchProfile. -
Uses of FetchProfile in org.eclipse.angus.mail.pop3
Modifier and TypeMethodDescriptionvoid
POP3Folder.fetch
(Message[] msgs, FetchProfile fp) Prefetch information about POP3 messages.