com.antiaction.mayhem.mail.pop3d
Class Command

java.lang.Object
  extended by com.antiaction.mayhem.mail.pop3d.Command

public class Command
extends java.lang.Object

POP3 Command identification.

Version:
1.00
Author:
Nicholas Clarke

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

POP3_USER

public static final int POP3_USER
POP3 USER identifier.

See Also:
Constant Field Values

POP3_PASS

public static final int POP3_PASS
POP3 PASS identifier.

See Also:
Constant Field Values

POP3_APOP

public static final int POP3_APOP
POP3 APOP identifier.

See Also:
Constant Field Values

POP3_AUTH

public static final int POP3_AUTH
POP3 AUTH identifier.

See Also:
Constant Field Values

POP3_STLS

public static final int POP3_STLS
POP3 STLS identifier.

See Also:
Constant Field Values

POP3_CAPA

public static final int POP3_CAPA
POP3 CAPA identifier.

See Also:
Constant Field Values

POP3_QUIT

public static final int POP3_QUIT
POP3 QUIT identifier.

See Also:
Constant Field Values

POP3_STAT

public static final int POP3_STAT
POP3 STAT identifier.

See Also:
Constant Field Values

POP3_LIST

public static final int POP3_LIST
POP3 LIST identifier.

See Also:
Constant Field Values

POP3_RETR

public static final int POP3_RETR
POP3 RETR identifier.

See Also:
Constant Field Values

POP3_DELE

public static final int POP3_DELE
POP3 DELE identifier.

See Also:
Constant Field Values

POP3_NOOP

public static final int POP3_NOOP
POP3 NOOP identifier.

See Also:
Constant Field Values

POP3_RSET

public static final int POP3_RSET
POP3 RSET identifier.

See Also:
Constant Field Values

POP3_UIDL

public static final int POP3_UIDL
POP3 UIDL identifier.

See Also:
Constant Field Values

POP3_TOP

public static final int POP3_TOP
POP3 TOP identifier.

See Also:
Constant Field Values
Constructor Detail

Command

public Command()
Method Detail

identify

public static int identify(java.lang.String cmd)
Identifies known POP3 commands.

Parameters:
cmd - comand string.
Returns:
command integer identifier.


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.