Package org.apache.commons.net.pop3
Class POP3Reply
java.lang.Object
org.apache.commons.net.pop3.POP3Reply
POP3Reply stores POP3 reply code constants.
- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
OKThe reply code indicating success of an operation.- See Also:
 
- 
ERRORThe reply code indicating failure of an operation.- See Also:
 
- 
OK_INTThe reply code indicating intermediate response to a command.- Since:
- 3.0
- See Also:
 
 
-