Uses of Class
javax.mail.Service
-
Packages that use Service Package Description 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 gnu.mail.providers.mbox This is a provider for the UNIXmboxmailbox 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 Modifier and Type Class Description classIMAPStoreThe storage class implementing the IMAP4rev1 mail protocol. -
Uses of Service in gnu.mail.providers.maildir
Subclasses of Service in gnu.mail.providers.maildir Modifier and Type Class Description classMaildirStoreThe storage class implementing the Maildir mailbox format. -
Uses of Service in gnu.mail.providers.mbox
Subclasses of Service in gnu.mail.providers.mbox Modifier and Type Class Description classMboxStoreThe storage class implementing the Mbox mailbox file format. -
Uses of Service in gnu.mail.providers.nntp
Subclasses of Service in gnu.mail.providers.nntp Modifier and Type Class Description classNNTPStoreAn NNTP store provider.classNNTPTransportAn NNTP transport provider. -
Uses of Service in gnu.mail.providers.pop3
Subclasses of Service in gnu.mail.providers.pop3 Modifier and Type Class Description classPOP3StoreThe storage class implementing the POP3 mail protocol. -
Uses of Service in gnu.mail.providers.smtp
Subclasses of Service in gnu.mail.providers.smtp Modifier and Type Class Description classSMTPTransportThis transport handles communications with an SMTP server. -
Uses of Service in javax.mail
Subclasses of Service in javax.mail Modifier and Type Class Description classStoreA message store that can be used to save and retrieve messages.classTransportA message transport mechanism that can be used to deliver messages.
-