public final class POP3Reply
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR
The reply code indicating failure of an operation.
|
static int |
OK
The reply code indicating success of an operation.
|
static int |
OK_INT
The reply code indicating intermediate response to a command.
|
| Modifier | Constructor and Description |
|---|---|
private |
POP3Reply() |
public static final int OK
public static final int ERROR
public static final int OK_INT