public class SmtpState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
String representation of this SmtpState.
|
public static final SmtpState CONNECT
public static final SmtpState GREET
public static final SmtpState MAIL
public static final SmtpState RCPT
public static final SmtpState DATA_HDR
public static final SmtpState DATA_BODY
public static final SmtpState QUIT