Uses of Class
com.icegreen.greenmail.smtp.SmtpState

Packages that use SmtpState
com.icegreen.greenmail.smtp   
com.icegreen.greenmail.smtp.commands   
 

Uses of SmtpState in com.icegreen.greenmail.smtp
 

Methods in com.icegreen.greenmail.smtp with parameters of type SmtpState
 String SmtpManager.checkData(SmtpState state)
           
 String SmtpManager.checkRecipient(SmtpState state, MailAddress rcpt)
           
 String SmtpManager.checkSender(SmtpState state, MailAddress sender)
           
 void SmtpManager.send(SmtpState state)
           
 

Uses of SmtpState in com.icegreen.greenmail.smtp.commands
 

Methods in com.icegreen.greenmail.smtp.commands with parameters of type SmtpState
 void VrfyCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
           
abstract  void SmtpCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
           
 void RsetCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
           
 void RcptCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
           
 void QuitCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
           
 void NoopCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
           
 void MailCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
           
 void HeloCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
           
 void DataCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
           
 



Copyright © 2006-2009 Icegreen Technologies. All Rights Reserved.