| Interface | Description |
|---|---|
| MailEnvelope |
The MailEnvelope of a SMTP-Transaction
|
| SMTPConfiguration |
Provides a number of server-wide constant values to the
SMTPHandlers
|
| SMTPServerMBean |
An interface to expose James management functionality through JMX.
|
| SMTPSession |
All the handlers access this interface to communicate with
SMTPHandler object
|
| Class | Description |
|---|---|
| MailAddress |
A representation of an email address.
|
| MailEnvelopeImpl |
MailEnvelope implementation which stores everything in memory
|
| SMTPConfigurationImpl |
SMTPConfiguration implementation which allows to set and get various configuration params. |
| SMTPProtocol |
ProtocolImpl which creates SMTPSessionImpl instances |
| SMTPProtocolHandlerChain |
This
ProtocolHandlerChain implementation add all needed handlers to
the chain to act as full blown SMTPServer. |
| SMTPResponse |
Contains an SMTP result
|
| SMTPRetCode |
Result code defined in RFC 2821
|
| SMTPSessionImpl |
SMTPSession implementation |
| SMTPStartTlsResponse |
This
SMTPResponse should only be used once you want to start tls after the SMTPResponse was written to the client |
| Exception | Description |
|---|---|
| MailAddressException |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.