Uses of Class
org.subethamail.smtp.client.SMTPClient.Response

Packages that use SMTPClient.Response
org.subethamail.smtp.client   
 

Uses of SMTPClient.Response in org.subethamail.smtp.client
 

Methods in org.subethamail.smtp.client that return SMTPClient.Response
 SMTPClient.Response SMTPException.getResponse()
           
protected  SMTPClient.Response SMTPClient.receive()
          Note that the response text comes back without trailing newlines.
 SMTPClient.Response SMTPClient.sendReceive(java.lang.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
SMTPException(SMTPClient.Response resp)
           
 



Copyright © 2006-2011. All Rights Reserved.