| Package | Description |
|---|---|
| com.hubspot.smtp.client |
This package contains classes to create and maintain connections to SMTP servers.
|
| Class and Description |
|---|
| CompositeSendInterceptor
A chain of
SendInterceptor instances that will call each other in turn. |
| EhloResponse
The parsed response to the EHLO command.
|
| Extension
An Extended SMTP feature.
|
| SendInterceptor
An extension point that supports intercepting commands and data before they are sent.
|
| SmtpClientResponse
Wraps the session and the responses to one or more SMTP commands.
|
| SmtpException
A base exception that incorporates a connection ID into the exception message.
|
| SmtpSession
An open connection to an SMTP server which can be used to send messages and other commands.
|
| SmtpSessionConfig
Immutable implementation of
AbstractSmtpSessionConfig. |
| SmtpSessionConfig.Builder
Builds instances of type
SmtpSessionConfig. |
| SmtpSessionFactoryConfig
Immutable implementation of
AbstractSmtpSessionFactoryConfig. |
| SmtpSessionFactoryConfig.Builder
Builds instances of type
SmtpSessionFactoryConfig. |
Copyright © 2018. All rights reserved.