Uses of Class javax.mail.Transport

Uses in package javax.mail.event

Constructors with parameter type javax.mail.Transport

TransportEvent.TransportEvent(Transport transport, int type, Address[] validSent, Address[] validUnsent, Address[] invalid, Message msg)
Constructor.

Uses in package gnu.mail.providers.smtp

Classes derived from javax.mail.Transport

class
This transport handles communications with an SMTP server.

Uses in package javax.mail

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.

Uses in package gnu.mail.providers.nntp

Classes derived from javax.mail.Transport

class
An NNTP transport provider.

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved