|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RejectException | |
|---|---|
| org.subethamail.smtp | |
| org.subethamail.smtp.auth | |
| org.subethamail.smtp.server | |
| Uses of RejectException in org.subethamail.smtp |
|---|
| Methods in org.subethamail.smtp that throw RejectException | |
|---|---|
boolean |
AuthenticationHandler.auth(java.lang.String clientInput,
java.lang.StringBuffer response)
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. |
| Uses of RejectException in org.subethamail.smtp.auth |
|---|
| Methods in org.subethamail.smtp.auth that throw RejectException | |
|---|---|
boolean |
LoginAuthenticationHandler.auth(java.lang.String clientInput,
java.lang.StringBuffer response)
|
boolean |
PluginAuthenticationHandler.auth(java.lang.String clientInput,
java.lang.StringBuffer response)
|
boolean |
PlainAuthenticationHandler.auth(java.lang.String clientInput,
java.lang.StringBuffer response)
|
| Uses of RejectException in org.subethamail.smtp.server |
|---|
| Methods in org.subethamail.smtp.server that throw RejectException | |
|---|---|
void |
AbstractMessageHandler.from(java.lang.String from)
|
void |
AbstractMessageHandler.recipient(java.lang.String recipient)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||