Field Summary |
|
final public static SmtpState | CONNECT CONNECT state: waiting for a client connection. |
final public static SmtpState | DATA_BODY Processing body text. |
final public static SmtpState | DATA_HDR Waiting for headers. |
final public static SmtpState | GREET GREET state: wating for a ELHO message. |
final public static SmtpState | MAIL MAIL state: waiting for the MAIL FROM: command. |
final public static SmtpState | QUIT End of client transmission. |
final public static SmtpState | RCPT RCPT state: waiting for a RCPT <email address> command. |