Package | Description |
---|---|
jakarta.mail |
The Jakarta Mail API
provides classes that model a mail system.
|
jakarta.mail.event |
Listeners and events for the Jakarta Mail API.
|
Modifier and Type | Method and Description |
---|---|
Transport |
Session.getTransport()
Get a Transport object that implements this user's desired
Transport protcol.
|
Transport |
Session.getTransport(Address address)
Get a Transport object that can transport a Message of the
specified address type.
|
Transport |
Session.getTransport(Provider provider)
Get an instance of the transport specified in the Provider.
|
Transport |
Session.getTransport(String protocol)
Get a Transport object that implements the specified protocol.
|
Transport |
Session.getTransport(URLName url)
Get a Transport object for the given URLName.
|
Constructor and Description |
---|
TransportEvent(Transport transport,
int type,
Address[] validSent,
Address[] validUnsent,
Address[] invalid,
Message msg)
Constructor.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.