| 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 | 
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.