Package | Description |
---|---|
org.columba.ristretto.smtp |
Low level implementation of the SMTP Protocol as specified by RFC 2821.
|
org.columba.ristretto.smtp.parser |
The parser for the SMTP protocol.
|
Modifier and Type | Method and Description |
---|---|
SMTPResponse |
SMTPProtocol.data(java.io.InputStream data)
Sends a DATA command which sends the mail to the recipients specified by the
RCPT command.
|
SMTPResponse |
SMTPInputStream.readSingleLineResponse()
Reads a response from the socket inputstream.
|
protected SMTPResponse |
SMTPProtocol.readSingleLineResponse() |
Constructor and Description |
---|
SMTPException(SMTPResponse response)
Constructs the SMTPException.
|
Modifier and Type | Method and Description |
---|---|
static SMTPResponse |
SMTPResponseParser.parse(java.lang.CharSequence in)
Parses a response line from a SMTP server.
|
Copyright © 2021. All Rights Reserved.