Package | Description |
---|---|
gnu.mail.providers.nntp |
This is a provider for the Network News Transfer Protocol (NNTP), as
detailed in RFC 977.
|
gnu.mail.providers.smtp |
A provider for the Simple Mail Transfer Protocol (SMTP), as detailed in
RFC 2821, including support for ESMTP service extensions.
|
javax.mail |
Classes modelling a mail system.
|
javax.mail.event |
Event objects and listener interfaces for JavaMail.
|
Modifier and Type | Class and Description |
---|---|
class |
NNTPTransport
An NNTP transport provider.
|
Modifier and Type | Class and Description |
---|---|
class |
SMTPTransport
This transport handles communications with an SMTP server.
|
Modifier and Type | Method and Description |
---|---|
Transport |
Session.getTransport()
Get a Transport object that implements this user's desired Transport
protocol.
|
Transport |
Session.getTransport(Address address)
Get a Transport object that can transport a Message to the specified
address type.
|
Transport |
Session.getTransport(Provider provider)
Get an instance of the transport specified in the Provider.
|
Transport |
Session.getTransport(java.lang.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 2003, 2004 The Free Software Foundation, All rights reserved