Uses of Class
jakarta.mail.Transport
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
Listeners and events for the Jakarta Mail API.
An SMTP protocol provider for the Jakarta Mail API
that provides access to an SMTP server.
-
Uses of Transport in jakarta.mail
Modifier and TypeMethodDescriptionSession.getTransport()
Get a Transport object that implements this user's desired Transport protcol.Session.getTransport
(Address address) Get a Transport object that can transport a Message of the specified address type.Session.getTransport
(Provider provider) Get an instance of the transport specified in the Provider.Session.getTransport
(URLName url) Get a Transport object for the given URLName.Session.getTransport
(String protocol) Get a Transport object that implements the specified protocol. -
Uses of Transport in jakarta.mail.event
-
Uses of Transport in org.eclipse.angus.mail.smtp
Modifier 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.