Frames | No Frames |
Constructors with parameter type javax.mail.Transport | |
TransportEvent.TransportEvent(Transport transport, int type, Address[] validSent, Address[] validUnsent, Address[] invalid, Message msg) Constructor. |
Classes derived from javax.mail.Transport | |
class | This transport handles communications with an SMTP server. |
Methods with return type javax.mail.Transport | |
Transport | Get a Transport object that implements this user's desired Transport
protocol. |
Transport | Session.getTransport(String protocol) Get a Transport object that implements the specified protocol. |
Transport | Get a Transport object that can transport a Message to the specified
address type. |
Transport | Get an instance of the transport specified in the Provider. |
Transport | Get a Transport object for the given URLName. |
Classes derived from javax.mail.Transport | |
class | An NNTP transport provider. |