Uses of Class
javax.mail.FetchProfile
Packages that use FetchProfile
Package
Description
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
The JavaMailTM API
provides classes that model a mail system.
-
Uses of FetchProfile in com.sun.mail.imap
Methods in com.sun.mail.imap with parameters of type FetchProfileModifier and TypeMethodDescriptionvoid
IMAPFolder.fetch
(Message[] msgs, FetchProfile fp) Prefetch attributes, based on the given FetchProfile.Constructors in com.sun.mail.imap with parameters of type FetchProfileModifierConstructorDescriptionFetchProfileCondition
(FetchProfile fp, com.sun.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 com.sun.mail.pop3
Methods in com.sun.mail.pop3 with parameters of type FetchProfileModifier and TypeMethodDescriptionvoid
POP3Folder.fetch
(Message[] msgs, FetchProfile fp) Prefetch information about POP3 messages. -
Uses of FetchProfile in javax.mail
Methods in javax.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.