See: Description
Class | Description |
---|---|
CRLFOutputStream |
Convert lines into the canonical format, that is, terminate lines with the
CRLF sequence.
|
SMTPInputStream |
This stream is used to read responses from a SMTP server.
|
SMTPOutputStream |
In addition to converting lines into the canonical format, i.e., terminating
lines with the CRLF sequence, escapes the "." by adding another "." to any
"." that appears in the beginning of a line.
|
SMTPProtocol |
Implementation of the client side SMTP protocol.
|
SMTPResponse |
Represents a reponse from a SMTP server.
|
Exception | Description |
---|---|
SMTPException |
Exception class for SMTP errors.
|
List of RFCs:
Copyright © 2021. All Rights Reserved.