|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RejectException | |
|---|---|
| org.subethamail.smtp | |
| Uses of RejectException in org.subethamail.smtp |
|---|
| Subclasses of RejectException in org.subethamail.smtp | |
|---|---|
class |
DropConnectionException
A type of RejectException that additionally causes the server to close the connection to the client. |
| Methods in org.subethamail.smtp that throw RejectException | |
|---|---|
String |
AuthenticationHandler.auth(String clientInput)
Initially called using an input string in the RFC2554 form: "AUTH |
void |
MessageHandler.data(InputStream data)
Called when the DATA part of the SMTP exchange begins. |
void |
MessageHandler.from(String from)
Called first, after the MAIL FROM during a SMTP exchange. |
void |
MessageHandler.recipient(String recipient)
Called once for every RCPT TO during a SMTP exchange. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||