Package org.apache.commons.net.pop3
Class POP3Reply
java.lang.Object
org.apache.commons.net.pop3.POP3Reply
POP3Reply stores POP3 reply code constants.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OK
public static final int OKThe reply code indicating success of an operation.- See Also:
-
ERROR
public static final int ERRORThe reply code indicating failure of an operation.- See Also:
-
OK_INT
public static final int OK_INTThe reply code indicating intermediate response to a command.- Since:
- 3.0
- See Also:
-
-
Constructor Details
-
POP3Reply
private POP3Reply()
-