Uses of Class
com.icegreen.greenmail.imap.ImapSessionState

Packages that use ImapSessionState
com.icegreen.greenmail.imap   
com.icegreen.greenmail.imap.commands   
 

Uses of ImapSessionState in com.icegreen.greenmail.imap
 

Fields in com.icegreen.greenmail.imap declared as ImapSessionState
static ImapSessionState ImapSessionState.AUTHENTICATED
           
static ImapSessionState ImapSessionState.LOGOUT
           
static ImapSessionState ImapSessionState.NON_AUTHENTICATED
           
static ImapSessionState ImapSessionState.SELECTED
           
 

Methods in com.icegreen.greenmail.imap that return ImapSessionState
 ImapSessionState ImapSessionImpl.getState()
           
 ImapSessionState ImapSession.getState()
           
 

Uses of ImapSessionState in com.icegreen.greenmail.imap.commands
 

Methods in com.icegreen.greenmail.imap.commands with parameters of type ImapSessionState
 boolean ImapCommand.validForState(ImapSessionState state)
          Specifies if this command is valid for the given session state.
 



Copyright © 2006-2009 Icegreen Technologies. All Rights Reserved.