Package com.oroinc.net.pop3
Class POP3Reply
java.lang.Object
com.oroinc.net.pop3.POP3Reply
POP3Reply stores POP3 reply code constants.
- Author:
- Daniel F. Savarese
-
Field Summary
Fields -
Method Summary
-
Field Details
-
OK
public static int OKThe reply code indicating success of an operation. -
ERROR
public static int ERRORThe reply code indicating failure of an operation.
-