| Package | Description |
|---|---|
| org.subethamail.smtp.client |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainAuthenticator
PlainAuthenticator implements the SASL PLAIN mechanism which authenticates
the client using a name - password combination.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Authenticator> |
SmartClient.getAuthenticator()
Returns the Authenticator object, which is used to authenticate this
client to the server, or null, if no authentication is required.
|
| Modifier and Type | Method and Description |
|---|---|
static SmartClient |
SmartClient.createAndConnect(String host,
int port,
Optional<SocketAddress> bindpoint,
String clientHeloHost,
Optional<Authenticator> authenticator) |
| Constructor and Description |
|---|
SmartClient(SMTPClient client,
String clientHeloHost,
Optional<Authenticator> authenticator)
Constructor.
|
Copyright © 2006–2024. All rights reserved.