| Package | Description |
|---|---|
| org.subethamail.smtp.client |
| Modifier and Type | Method and Description |
|---|---|
SMTPClient.Response |
SMTPException.getResponse() |
protected SMTPClient.Response |
SMTPClient.receive()
Note that the response text comes back without trailing newlines.
|
protected SMTPClient.Response |
SmartClient.receive()
Returns the server response.
|
SMTPClient.Response |
SMTPClient.receiveAndCheck()
If response is not success, throw an exception
|
SMTPClient.Response |
SMTPClient.sendAndCheck(String msg)
If response is not success, throw an exception
|
SMTPClient.Response |
SMTPClient.sendReceive(String msg)
Sends a message to the server, ie "HELO foo.example.com".
|
| Constructor and Description |
|---|
SMTPException(SMTPClient.Response resp) |
Copyright © 2006–2024. All rights reserved.