Uses of Class
iaik.utils.SmtpException

Packages that use SmtpException
iaik.utils   
 

Uses of SmtpException in iaik.utils
 

Methods in iaik.utils that throw SmtpException
protected  boolean SmtpMailer.checkResponse(int expected)
          Checks the response from the smtpd.
protected  boolean SmtpMailer.send(java.lang.String message, java.io.PrintWriter writer, int expected)
          Prints a string using the specified PrintWriter.
protected  boolean SmtpMailer.sendCommands(java.io.PrintWriter writer)
          Sends the SMTP commands to the smtpd.
 boolean SmtpMailer.sendMail()
          Send the mail that was just created.