Package | Description |
---|---|
net.bluemind.core.sendmail | |
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.
|
Constructor and Description |
---|
SendmailResponse(SMTPResponse data,
java.util.List<FailedRecipient> failedRecipients) |
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.
|
protected SMTPResponse |
SMTPProtocol.readSingleLineResponse() |
SMTPResponse |
SMTPInputStream.readSingleLineResponse()
Reads a response from the socket inputstream.
|
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 © 2023. All Rights Reserved.