com.icegreen.greenmail.smtp
Class SmtpState

java.lang.Object
  extended by com.icegreen.greenmail.smtp.SmtpState

public class SmtpState
extends Object


Constructor Summary
SmtpState(Workspace workspace)
           
 
Method Summary
 void clearMessage()
          To destroy a half-contructed message.
 MovingMessage getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmtpState

public SmtpState(Workspace workspace)
Method Detail

getMessage

public MovingMessage getMessage()

clearMessage

public void clearMessage()
To destroy a half-contructed message.