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 Classes modeling 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.
 

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.