com.icegreen.greenmail.imap
Class ImapSessionState

java.lang.Object
  extended by com.icegreen.greenmail.imap.ImapSessionState

public class ImapSessionState
extends Object

Enumerated type representing an IMAP session state.


Field Summary
static ImapSessionState AUTHENTICATED
           
static ImapSessionState LOGOUT
           
static ImapSessionState NON_AUTHENTICATED
           
static ImapSessionState SELECTED
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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
Method Detail

toString

public String toString()
Overrides:
toString in class Object