org.apache.commons.net.pop3
Class POP3Reply
java.lang.Object
org.apache.commons.net.pop3.POP3Reply
public final class POP3Reply
extends java.lang.Object
POP3Reply stores POP3 reply code constants.
- Daniel F. Savarese
static int | ERROR - The reply code indicating failure of an operation.
|
static int | OK - The reply code indicating success of an operation.
|
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. **
POP3Reply
private POP3Reply()