public class ImapSessionState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ImapSessionState |
AUTHENTICATED |
static ImapSessionState |
LOGOUT |
static ImapSessionState |
NON_AUTHENTICATED |
static ImapSessionState |
SELECTED |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final ImapSessionState NON_AUTHENTICATED
public static final ImapSessionState AUTHENTICATED
public static final ImapSessionState SELECTED
public static final ImapSessionState LOGOUT