Uses of Class
jakarta.mail.FetchProfile
Packages that use 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
Methods in jakarta.mail with parameters of type FetchProfileModifier 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
Methods in org.eclipse.angus.mail.imap with parameters of type FetchProfileModifier and TypeMethodDescriptionvoid
IMAPFolder.fetch
(Message[] msgs, FetchProfile fp) Prefetch attributes, based on the given FetchProfile.Constructors in org.eclipse.angus.mail.imap with parameters of type FetchProfileModifierConstructorDescriptionFetchProfileCondition
(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
Methods in org.eclipse.angus.mail.pop3 with parameters of type FetchProfileModifier and TypeMethodDescriptionvoid
POP3Folder.fetch
(Message[] msgs, FetchProfile fp) Prefetch information about POP3 messages.