Package com.icegreen.greenmail.imap
Class ImapSessionState
- java.lang.Object
-
- com.icegreen.greenmail.imap.ImapSessionState
-
public class ImapSessionState extends java.lang.Object
Enumerated type representing an IMAP session state.
-
-
Field Summary
Fields Modifier and Type Field Description static ImapSessionState
AUTHENTICATED
static ImapSessionState
LOGOUT
static ImapSessionState
NON_AUTHENTICATED
static ImapSessionState
SELECTED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
NON_AUTHENTICATED
public static final ImapSessionState NON_AUTHENTICATED
-
AUTHENTICATED
public static final ImapSessionState AUTHENTICATED
-
SELECTED
public static final ImapSessionState SELECTED
-
LOGOUT
public static final ImapSessionState LOGOUT
-
-