Package com.icegreen.greenmail.smtp
Class SmtpState
- java.lang.Object
-
- com.icegreen.greenmail.smtp.SmtpState
-
public class SmtpState extends Object
-
-
Constructor Summary
Constructors Constructor Description SmtpState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearMessage()To destroy a half-constructed message.voidclearMessagePreservingAuthenticationState()To destroy a half-constructed message, but preserves theMovingMessage.getAuthenticationState().MovingMessagegetMessage()
-
-
-
Method Detail
-
getMessage
public MovingMessage getMessage()
-
clearMessage
public void clearMessage()
To destroy a half-constructed message.
-
clearMessagePreservingAuthenticationState
public void clearMessagePreservingAuthenticationState()
To destroy a half-constructed message, but preserves theMovingMessage.getAuthenticationState().
-
-