org.apache.commons.net.pop3

Class POP3Reply

public final class POP3Reply extends Object

POP3Reply stores POP3 reply code constants.

Author: Daniel F. Savarese

Field Summary
static intERROR
The reply code indicating failure of an operation.
static intOK
The reply code indicating success of an operation.

Field Detail

ERROR

public static int ERROR
The reply code indicating failure of an operation. **

OK

public static int OK
The reply code indicating success of an operation. **