ORO, Inc. Logo  All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.oroinc.net.pop3.POP3Reply

java.lang.Object
   |
   +----com.oroinc.net.pop3.POP3Reply

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

Copyright © 1997 Original Reusable Objects, Inc. All rights reserved.


Variable Index

 o ERROR
The reply code indicating failure of an operation.
 o OK
The reply code indicating success of an operation.

Variables

 o OK
 public static int OK
The reply code indicating success of an operation.

 o ERROR
 public static int ERROR
The reply code indicating failure of an operation.


ORO, Inc. Logo  All Packages  Class Hierarchy  This Package  Previous  Next  Index