com.dumbster.smtp
public class SmtpState extends Object
| Field Summary | |
|---|---|
| static SmtpState | CONNECT CONNECT state: waiting for a client connection. |
| static SmtpState | DATA_BODY Processing body text. |
| static SmtpState | DATA_HDR Waiting for headers. |
| static SmtpState | GREET GREET state: wating for a ELHO message. |
| static SmtpState | MAIL MAIL state: waiting for the MAIL FROM: command. |
| static SmtpState | QUIT End of client transmission. |
| static SmtpState | RCPT RCPT state: waiting for a RCPT <email address> command. |
| Method Summary | |
|---|---|
| String | toString()
String representation of this SmtpState. |
Returns: a String