Uses of Class
javax.mail.FetchProfile

Packages that use FetchProfile
gnu.mail.providers.imap This is a provider for the Internet Message Access Protocol, version 4rev1 (IMAP4rev1), as detailed in RFC 3501. 
gnu.mail.providers.nntp This is a provider for the Network News Transfer Protocol (NNTP), as detailed in RFC 977. 
gnu.mail.providers.pop3 This is a provider for the Internet Post Office Protocol, version 3 (POP3), as detailed in RFC 1939. 
javax.mail Classes modelling a mail system. 
 

Uses of FetchProfile in gnu.mail.providers.imap
 

Methods in gnu.mail.providers.imap with parameters of type FetchProfile
 void IMAPFolder.fetch(Message[] messages, FetchProfile fp)
          IMAP fetch routine.
 

Uses of FetchProfile in gnu.mail.providers.nntp
 

Methods in gnu.mail.providers.nntp with parameters of type FetchProfile
 void NNTPFolder.fetch(Message[] msgs, FetchProfile fp)
          Prefetch.
 

Uses of FetchProfile in gnu.mail.providers.pop3
 

Methods in gnu.mail.providers.pop3 with parameters of type FetchProfile
 void POP3Folder.fetch(Message[] messages, FetchProfile fp)
          Fetches headers and/or content for the specified messages.
 

Uses of FetchProfile in javax.mail
 

Methods in javax.mail with parameters of type FetchProfile
 void Folder.fetch(Message[] msgs, FetchProfile fp)
          Fetches the items specified in the given fetch profile for the specified messages.
 



© Copyright 2003, 2004 The Free Software Foundation, All rights reserved