|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SMTPException | |
|---|---|
| org.subethamail.smtp.client | |
| Uses of SMTPException in org.subethamail.smtp.client |
|---|
| Methods in org.subethamail.smtp.client that throw SMTPException | |
|---|---|
void |
SmartClient.connect(String host,
int port)
Connects to the specified server and issues the initial HELO command. |
void |
SmartClient.dataEnd()
Last step after writing data |
void |
SmartClient.dataStart()
Prelude to writing data |
void |
SmartClient.from(String from)
|
void |
SMTPClient.receiveAndCheck()
If response is not success, throw an exception |
void |
SMTPClient.sendAndCheck(String msg)
If response is not success, throw an exception |
void |
SmartClient.to(String to)
|
| Constructors in org.subethamail.smtp.client that throw SMTPException | |
|---|---|
SmartClient(String host,
int port,
SocketAddress bindpoint,
String myHost)
Connects to the specified server and issues the initial HELO command. |
|
SmartClient(String host,
int port,
String myHost)
Connects to the specified server and issues the initial HELO command. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||