Package com.icegreen.greenmail.smtp
Class SmtpState
java.lang.Object
com.icegreen.greenmail.smtp.SmtpState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTo destroy a half-constructed message.voidTo destroy a half-constructed message, but preserves theMovingMessage.getAuthenticationState().
-
Constructor Details
-
SmtpState
public SmtpState()
-
-
Method Details
-
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().
-