FileDocCategorySizeDatePackage
POP3Reply.javaAPI DocApache Commons NET 1.4.1 API1050Sat Dec 03 10:05:48 GMT 2005org.apache.commons.net.pop3

POP3Reply

public final class POP3Reply extends Object
POP3Reply stores POP3 reply code constants.

author
Daniel F. Savarese

Fields Summary
public static int
OK
The reply code indicating success of an operation.
public static int
ERROR
The reply code indicating failure of an operation.
Constructors Summary
private POP3Reply()


    // Cannot be instantiated.
     
    
Methods Summary