|
||||||||||
| 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 | |
|---|---|
java.lang.String |
AuthenticationHandler.auth(java.lang.String clientInput)
Initially called using an input string in the RFC2554 form: "AUTH |
void |
MessageHandler.data(java.io.InputStream data)
Called when the DATA part of the SMTP exchange begins. |
void |
MessageHandler.from(java.lang.String from)
Called first, after the MAIL FROM during a SMTP exchange. |
void |
MessageHandler.recipient(java.lang.String recipient)
Called once for every RCPT TO during a SMTP exchange. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||