Uses of Class
org.subethamail.smtp.client.SMTPClient.Response
Packages that use SMTPClient.Response
-
Uses of SMTPClient.Response in org.subethamail.smtp.client
Methods in org.subethamail.smtp.client that return SMTPClient.ResponseModifier and TypeMethodDescriptionSMTPException.getResponse()protected SMTPClient.ResponseSmartClient.receive()Returns the server response.protected SMTPClient.ResponseSMTPClient.receive()Note that the response text comes back without trailing newlines.SMTPClient.receiveAndCheck()If response is not success, throw an exceptionSMTPClient.sendAndCheck(String msg) If response is not success, throw an exceptionSMTPClient.sendReceive(String msg) Sends a message to the server, ie "HELO foo.example.com".Constructors in org.subethamail.smtp.client with parameters of type SMTPClient.Response