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.
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
toString
public String toString()
- Overrides:
toString
in class Object