|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.mail.pop3d.Command
public class Command
POP3 Command identification.
| Field Summary | |
|---|---|
static int |
POP3_APOP
POP3 APOP identifier. |
static int |
POP3_AUTH
POP3 AUTH identifier. |
static int |
POP3_CAPA
POP3 CAPA identifier. |
static int |
POP3_DELE
POP3 DELE identifier. |
static int |
POP3_LIST
POP3 LIST identifier. |
static int |
POP3_NOOP
POP3 NOOP identifier. |
static int |
POP3_PASS
POP3 PASS identifier. |
static int |
POP3_QUIT
POP3 QUIT identifier. |
static int |
POP3_RETR
POP3 RETR identifier. |
static int |
POP3_RSET
POP3 RSET identifier. |
static int |
POP3_STAT
POP3 STAT identifier. |
static int |
POP3_STLS
POP3 STLS identifier. |
static int |
POP3_TOP
POP3 TOP identifier. |
static int |
POP3_UIDL
POP3 UIDL identifier. |
static int |
POP3_USER
POP3 USER identifier. |
| Constructor Summary | |
|---|---|
Command()
|
|
| Method Summary | |
|---|---|
static int |
identify(java.lang.String cmd)
Identifies known POP3 commands. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int POP3_USER
public static final int POP3_PASS
public static final int POP3_APOP
public static final int POP3_AUTH
public static final int POP3_STLS
public static final int POP3_CAPA
public static final int POP3_QUIT
public static final int POP3_STAT
public static final int POP3_LIST
public static final int POP3_RETR
public static final int POP3_DELE
public static final int POP3_NOOP
public static final int POP3_RSET
public static final int POP3_UIDL
public static final int POP3_TOP
| Constructor Detail |
|---|
public Command()
| Method Detail |
|---|
public static int identify(java.lang.String cmd)
cmd - comand string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||