SMTPCommand stores a set of constants for SMTP command codes. To interpret
the meaning of the codes, familiarity with RFC 821 is assumed.
The mnemonic constant names are transcriptions from the code descriptions
of RFC 821. For those who think in terms of the actual SMTP commands,
a set of constants such as
HELO are provided
where the constant name is the same as the SMTP command.
DATA
public static final int DATA
- 3
EXPAND
public static final int EXPAND
- 9
EXPN
public static final int EXPN
- 9
HELLO
public static final int HELLO
- 0
HELO
public static final int HELO
- 0
HELP
public static final int HELP
- 10
LOGIN
public static final int LOGIN
- 0
LOGOUT
public static final int LOGOUT
- 13
MAIL
public static final int MAIL
- 1
MAIL_FROM
public static final int MAIL_FROM
- 1
NOOP
public static final int NOOP
- 11
QUIT
public static final int QUIT
- 13
RCPT
public static final int RCPT
- 2
RECIPIENT
public static final int RECIPIENT
- 2
RESET
public static final int RESET
- 7
RSET
public static final int RSET
- 7
SAML
public static final int SAML
- 6
SEND
public static final int SEND
- 4
SEND_AND_MAIL_FROM
public static final int SEND_AND_MAIL_FROM
- 6
SEND_FROM
public static final int SEND_FROM
- 4
SEND_MESSAGE_DATA
public static final int SEND_MESSAGE_DATA
- 3
SEND_OR_MAIL_FROM
public static final int SEND_OR_MAIL_FROM
- 5
SOML
public static final int SOML
- 5
TURN
public static final int TURN
- 12
VERIFY
public static final int VERIFY
- 8
VRFY
public static final int VRFY
- 8
_commands
(package private) static final String[] _commands