Uses of Class
jakarta.mail.Service
-
Packages that use Service Package Description jakarta.mail The Jakarta Mail API provides classes that model a mail system.org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.org.eclipse.angus.mail.pop3 A POP3 protocol provider for the Jakarta Mail API that provides access to a POP3 message store.org.eclipse.angus.mail.smtp An SMTP protocol provider for the Jakarta Mail API that provides access to an SMTP server. -
-
Uses of Service in jakarta.mail
Subclasses of Service in jakarta.mail Modifier and Type Class Description classStoreAn abstract class that models a message store and its access protocol, for storing and retrieving messages.classTransportAn abstract class that models a message transport. -
Uses of Service in org.eclipse.angus.mail.imap
Subclasses of Service in org.eclipse.angus.mail.imap Modifier and Type Class Description classIMAPSSLStoreThis class provides access to an IMAP message store over SSL.classIMAPStoreThis class provides access to an IMAP message store. -
Uses of Service in org.eclipse.angus.mail.pop3
Subclasses of Service in org.eclipse.angus.mail.pop3 Modifier and Type Class Description classPOP3SSLStoreA POP3 Message Store using SSL.classPOP3StoreA POP3 Message Store. -
Uses of Service in org.eclipse.angus.mail.smtp
Subclasses of Service in org.eclipse.angus.mail.smtp Modifier and Type Class Description classSMTPSSLTransportThis class implements the Transport abstract class using SMTP over SSL for message submission and transport.classSMTPTransportThis class implements the Transport abstract class using SMTP for message submission and transport.
-