| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.net.pop3.POP3Command
public final class POP3Command
POP3Command stores POP3 command code constants.
| Field Summary | |
|---|---|
| static int | APOPAuthorization. | 
| static int | DELEDelete message(s). | 
| static int | LISTList message(s). | 
| static int | NOOPNo operation. | 
| static int | PASSSend password. | 
| static int | QUITQuit session. | 
| static int | RETRRetrieve message(s). | 
| static int | RSETReset session. | 
| static int | STATGet status. | 
| static int | TOPRetrieve top number lines from message. | 
| static int | UIDLList unique message identifier(s). | 
| static int | USERSend user name. | 
| Method Summary | |
|---|---|
| static String | getCommand(int command)Get the POP3 protocol string command corresponding to a command code. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
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
| Method Detail | 
|---|
public static final String getCommand(int command)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||