Uses of Class
javax.mail.FetchProfile

Packages that use FetchProfile
com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. 
com.sun.mail.pop3 A POP3 protocol provider for the JavaMail API that provides access to a POP3 message store. 
javax.mail 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 FetchProfile
 void IMAPFolder.fetch(Message[] msgs, FetchProfile fp)
          Prefetch attributes, based on the given FetchProfile.
 

Constructors in com.sun.mail.imap with parameters of type FetchProfile
IMAPMessage.FetchProfileCondition(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 FetchProfile
 void 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 FetchProfile
 void Folder.fetch(Message[] msgs, FetchProfile fp)
          Prefetch the items specified in the FetchProfile for the given Messages.