Uses of Class
org.subethamail.smtp.client.SMTPException

Packages that use SMTPException
org.subethamail.smtp.client   
 

Uses of SMTPException in org.subethamail.smtp.client
 

Methods in org.subethamail.smtp.client that throw SMTPException
 void SmartClient.dataEnd()
          Last step after writing data
 void SmartClient.dataStart()
          Prelude to writing data
 void SmartClient.from(java.lang.String from)
           
 void SMTPClient.receiveAndCheck()
          If response is not success, throw an exception
 void SMTPClient.sendAndCheck(java.lang.String msg)
          If response is not success, throw an exception
 void SmartClient.to(java.lang.String to)
           
 

Constructors in org.subethamail.smtp.client that throw SMTPException
SmartClient(java.lang.String host, int port, java.net.SocketAddress bindpoint, java.lang.String myHost)
           
SmartClient(java.lang.String host, int port, java.lang.String myHost)
           
 



Copyright © 2006-2011. All Rights Reserved.