Package | Description |
---|---|
com.hubspot.smtp.client |
This package contains classes to create and maintain connections to SMTP servers.
|
Modifier and Type | Method and Description |
---|---|
static Extension |
Extension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Extension[] |
Extension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<Extension> |
Extension.find(String name) |
EnumSet<Extension> |
SmtpSessionConfig.getDisabledExtensions()
Extensions which should not be used when communicating with the remote server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EhloResponse.isSupported(Extension ext)
Gets whether the specified
Extension is supported by the server. |
Modifier and Type | Method and Description |
---|---|
SmtpSessionConfig.Builder |
SmtpSessionConfig.Builder.disabledExtensions(EnumSet<Extension> disabledExtensions)
Initializes the value for the
disabledExtensions attribute. |
static EhloResponse |
EhloResponse.parse(String ehloDomain,
Iterable<CharSequence> lines,
EnumSet<Extension> disabledExtensions)
Parses an EHLO response.
|
SmtpSessionConfig |
SmtpSessionConfig.withDisabledExtensions(EnumSet<Extension> disabledExtensions)
Copy the current immutable object by setting a value for the
disabledExtensions attribute. |
Copyright © 2018. All rights reserved.