public final class POP3Command
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.String[] |
_commands |
private static int |
_NEXT_ |
static int |
APOP
Authorization.
|
static int |
AUTH
Authentication
|
static int |
CAPA
The capabilities command.
|
static int |
DELE
Delete message(s).
|
static int |
LIST
List message(s).
|
static int |
NOOP
No operation.
|
static int |
PASS
Send password.
|
static int |
QUIT
Quit session.
|
static int |
RETR
Retrieve message(s).
|
static int |
RSET
Reset session.
|
static int |
STAT
Get status.
|
static int |
TOP
Retrieve top number lines from message.
|
static int |
UIDL
List unique message identifier(s).
|
static int |
USER
Send user name.
|
Modifier | Constructor and Description |
---|---|
private |
POP3Command() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCommand(int command)
Get the POP3 protocol string command corresponding to a command code.
|
public static final int USER
public static final int PASS
public static final int QUIT
public static final int STAT
public static final int LIST
public static final int RETR
public static final int DELE
public static final int NOOP
public static final int RSET
public static final int APOP
public static final int TOP
public static final int UIDL
public static final int CAPA
public static final int AUTH
private static final int _NEXT_
static final java.lang.String[] _commands