| Package | Description |
|---|---|
| org.subethamail.smtp.client |
| Class and Description |
|---|
| AuthenticationNotSupportedException
Indicates that the server either does not support authentication at all or no
authentication mechanism exists which is supported by both the server and the
client.
|
| Authenticator
An Authenticator is called by SmartClient after the initial EHLO command and
negotiates the authentication of the user for example by issuing the SMTP
AUTH command to the server.
|
| SmartClient
A somewhat smarter abstraction of an SMTP client which doesn't require
knowing anything about the nitty gritty of SMTP.
|
| SMTPClient
A very low level abstraction of the STMP stream which knows how to handle the
raw protocol for lines, whitespace, etc.
|
| SMTPClient.Response
Result of an SMTP exchange.
|
| SMTPException
Thrown if a syntactically valid reply was received from the server, which
indicates an error via the status code.
|
Copyright © 2006–2024. All rights reserved.