Uses of Class
com.icegreen.greenmail.imap.ImapSessionState
-
Packages that use ImapSessionState Package Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description ImapSessionState
ImapSession. getState()
ImapSessionState
ImapSessionImpl. getState()
-
Uses of ImapSessionState in com.icegreen.greenmail.imap.commands
Methods in com.icegreen.greenmail.imap.commands with parameters of type ImapSessionState Modifier and Type Method Description boolean
ImapCommand. validForState(ImapSessionState state)
Specifies if this command is valid for the given session state.
-