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