Package com.icegreen.greenmail.imap
Class ImapSessionState
- java.lang.Object
-
- com.icegreen.greenmail.imap.ImapSessionState
-
public class ImapSessionState extends Object
Enumerated type representing an IMAP session state.
-
-
Field Summary
Fields Modifier and Type Field Description static ImapSessionStateAUTHENTICATEDstatic ImapSessionStateLOGOUTstatic ImapSessionStateNON_AUTHENTICATEDstatic ImapSessionStateSELECTED
-
-
-
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
-
-