Uses of Class
javax.mail.Service
Packages that use Service
Package
Description
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
An SMTP protocol provider for the JavaMail API
that provides access to an SMTP server.
The JavaMailTM API
provides classes that model a mail system.
-
Uses of Service in com.sun.mail.imap
Subclasses of Service in com.sun.mail.imapModifier and TypeClassDescriptionclass
This class provides access to an IMAP message store over SSL.class
This class provides access to an IMAP message store. -
Uses of Service in com.sun.mail.pop3
Subclasses of Service in com.sun.mail.pop3Modifier and TypeClassDescriptionclass
A POP3 Message Store using SSL.class
A POP3 Message Store. -
Uses of Service in com.sun.mail.smtp
Subclasses of Service in com.sun.mail.smtpModifier and TypeClassDescriptionclass
This class implements the Transport abstract class using SMTP over SSL for message submission and transport.class
This class implements the Transport abstract class using SMTP for message submission and transport. -
Uses of Service in javax.mail
Subclasses of Service in javax.mail