File
Doc
Category
Size
Date
Package
POP3Reply.java
API Doc
Apache Commons NET 1.4.1 API
1050
Sat Dec 03 10:05:48 GMT 2005
org.apache.commons.net.pop3
POP3Reply
java.lang.Object
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
Java Code Source