| Class and Description |
|---|
| AuthenticationHandler
The interface that enables challenge-response communication necessary for SMTP AUTH.
|
| MessageContext
Interface which provides context to the message handlers.
|
| MessageHandler
The interface that defines the conversational exchange of a single message on
an SMTP connection.
|
| RejectException
Thrown to reject an SMTP command with a specific code.
|
| TooMuchDataException
Thrown by message listeners if an input stream provides more data than the
listener can handle.
|
| Class and Description |
|---|
| AuthenticationHandler
The interface that enables challenge-response communication necessary for SMTP AUTH.
|
| AuthenticationHandlerFactory
The factory interface for creating authentication handlers.
|
| MessageContext
Interface which provides context to the message handlers.
|
| Class and Description |
|---|
| MessageContext
Interface which provides context to the message handlers.
|
| MessageHandler
The interface that defines the conversational exchange of a single message on
an SMTP connection.
|
| MessageHandlerFactory
The primary interface to be implemented by clients of the SMTP library.
|
| RejectException
Thrown to reject an SMTP command with a specific code.
|
| TooMuchDataException
Thrown by message listeners if an input stream provides more data than the
listener can handle.
|
| Class and Description |
|---|
| DropConnectionException
A type of RejectException that additionally causes the server to close
the connection to the client.
|
| Class and Description |
|---|
| DropConnectionException
A type of RejectException that additionally causes the server to close
the connection to the client.
|
| Class and Description |
|---|
| AuthenticationHandler
The interface that enables challenge-response communication necessary for SMTP AUTH.
|
| AuthenticationHandlerFactory
The factory interface for creating authentication handlers.
|
| MessageContext
Interface which provides context to the message handlers.
|
| MessageHandler
The interface that defines the conversational exchange of a single message on
an SMTP connection.
|
| MessageHandlerFactory
The primary interface to be implemented by clients of the SMTP library.
|
| Class and Description |
|---|
| TooMuchDataException
Thrown by message listeners if an input stream provides more data than the
listener can handle.
|
Copyright © 2006–2024. All rights reserved.