Package 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.
-
-
Field Detail
-
OK
public static final int OK
The reply code indicating success of an operation.- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR
The reply code indicating failure of an operation.- See Also:
- Constant Field Values
-
OK_INT
public static final int OK_INT
The reply code indicating intermediate response to a command.- Since:
- 3.0
- See Also:
- Constant Field Values
-
-