Package | Description |
---|---|
com.hubspot.smtp.client |
This package contains classes to create and maintain connections to SMTP servers.
|
Modifier and Type | Method and Description |
---|---|
EhloResponse |
SmtpSession.getEhloResponse()
Returns an
EhloResponse representing the capabilities of the connection server. |
static EhloResponse |
EhloResponse.parse(String ehloDomain,
Iterable<CharSequence> lines)
Parses an EHLO response.
|
static EhloResponse |
EhloResponse.parse(String ehloDomain,
Iterable<CharSequence> lines,
EnumSet<Extension> disabledExtensions)
Parses an EHLO response.
|
Copyright © 2018. All rights reserved.