Uses of Class
jakarta.mail.Service
Packages that use Service
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
A POP3 protocol provider for the Jakarta Mail API
that provides access to a POP3 message store.
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 -
Uses of Service in org.eclipse.angus.mail.gimap
Subclasses of Service in org.eclipse.angus.mail.gimapModifier and TypeClassDescriptionclassSupport "gimaps" protocol name.classA Gmail Store. -
Uses of Service in org.eclipse.angus.mail.imap
Subclasses of Service in org.eclipse.angus.mail.imapModifier and TypeClassDescriptionclassThis class provides access to an IMAP message store over SSL.classThis 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.pop3Modifier and TypeClassDescriptionclassA POP3 Message Store using SSL.classA POP3 Message Store. -
Uses of Service in org.eclipse.angus.mail.smtp
Subclasses of Service in org.eclipse.angus.mail.smtpModifier and TypeClassDescriptionclassThis class implements the Transport abstract class using SMTP over SSL for message submission and transport.classThis class implements the Transport abstract class using SMTP for message submission and transport.