Uses of Class
javax.mail.Service

Packages that use Service
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.maildir This is a provider for Dan Bernstein's Maildir mailbox format, used primarily by the qmail MTA, and also by some MUAs such as mutt
gnu.mail.providers.mbox This is a provider for the UNIX mbox mailbox file format, used by many 3rd-party MUAs including Netscape, Mozilla, mutt, elm, and pine. 
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. 
gnu.mail.providers.smtp A provider for the Simple Mail Transfer Protocol (SMTP), as detailed in RFC 2821, including support for ESMTP service extensions. 
javax.mail Classes modelling a mail system. 
 

Uses of Service in gnu.mail.providers.imap
 

Subclasses of Service in gnu.mail.providers.imap
 class IMAPStore
          The storage class implementing the IMAP4rev1 mail protocol.
 

Uses of Service in gnu.mail.providers.maildir
 

Subclasses of Service in gnu.mail.providers.maildir
 class MaildirStore
          The storage class implementing the Maildir mailbox format.
 

Uses of Service in gnu.mail.providers.mbox
 

Subclasses of Service in gnu.mail.providers.mbox
 class MboxStore
          The storage class implementing the Mbox mailbox file format.
 

Uses of Service in gnu.mail.providers.nntp
 

Subclasses of Service in gnu.mail.providers.nntp
 class NNTPStore
          An NNTP store provider.
 class NNTPTransport
          An NNTP transport provider.
 

Uses of Service in gnu.mail.providers.pop3
 

Subclasses of Service in gnu.mail.providers.pop3
 class POP3Store
          The storage class implementing the POP3 mail protocol.
 

Uses of Service in gnu.mail.providers.smtp
 

Subclasses of Service in gnu.mail.providers.smtp
 class SMTPTransport
          This transport handles communications with an SMTP server.
 

Uses of Service in javax.mail
 

Subclasses of Service in javax.mail
 class Store
          A message store that can be used to save and retrieve messages.
 class Transport
          A message transport mechanism that can be used to deliver messages.
 



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