Uses of Class
org.subethamail.smtp.client.SMTPException
Packages that use SMTPException
-
Uses of SMTPException in org.subethamail.smtp.client
Methods in org.subethamail.smtp.client that throw SMTPExceptionModifier and TypeMethodDescriptionvoidAuthenticator.authenticate()voidPlainAuthenticator.authenticate()voidConnects to the specified server and issues the initial HELO command.voidSmartClient.dataEnd()Last step after writing datavoidSmartClient.dataStart()Prelude to writing datavoidSMTPClient.receiveAndCheck()If response is not success, throw an exceptionSMTPClient.sendAndCheck(String msg) If response is not success, throw an exceptionprotected voidSmartClient.sendHeloOrEhlo()Sends the EHLO command, or HELO if EHLO is not supported, and saves the list of SMTP extensions which are supported by the server.voidConstructors in org.subethamail.smtp.client that throw SMTPExceptionModifierConstructorDescriptionSmartClient(String host, int port, String myHost) Connects to the specified server and issues the initial HELO command.SmartClient(String host, int port, SocketAddress bindpoint, String myHost) Connects to the specified server and issues the initial HELO command.