Uses of Class
org.subethamail.smtp.RejectException
Packages that use RejectException
-
Uses of RejectException in org.subethamail.smtp
Subclasses of RejectException in org.subethamail.smtpModifier and TypeClassDescriptionclassA type of RejectException that additionally causes the server to close the connection to the client.Methods in org.subethamail.smtp that throw RejectExceptionModifier and TypeMethodDescriptionInitially called using an input string in the RFC2554 form: "AUTH mechanism [initial-response]".voidMessageHandler.data(InputStream data) Called when the DATA part of the SMTP exchange begins.voidCalled first, after the MAIL FROM during a SMTP exchange.voidCalled once for every RCPT TO during a SMTP exchange.