public interface MailSystemStatus
Modifier and Type | Method and Description |
---|---|
String |
getDiagnosticCode()
Returns the original response without any parsing, for example old SMTP
and new enhanced codes are included on every line (if they were present).
|
String |
getMessage()
Returns the extracted text message, SMTP and enhanced status codes are
removed.
|
int |
getSmtpReplyCode()
returns the original 3 digit reply codes, compatible with the original
SMTP RFC.
|
int getSmtpReplyCode()
String getMessage()
String getDiagnosticCode()