Uses of Class
com.icegreen.greenmail.imap.ImapSessionState
Packages that use ImapSessionState
-
Uses of ImapSessionState in com.icegreen.greenmail.imap
Fields in com.icegreen.greenmail.imap declared as ImapSessionStateModifier and TypeFieldDescriptionstatic final ImapSessionState
ImapSessionState.AUTHENTICATED
static final ImapSessionState
ImapSessionState.LOGOUT
static final ImapSessionState
ImapSessionState.NON_AUTHENTICATED
static final ImapSessionState
ImapSessionState.SELECTED
Methods in com.icegreen.greenmail.imap that return ImapSessionState -
Uses of ImapSessionState in com.icegreen.greenmail.imap.commands
Methods in com.icegreen.greenmail.imap.commands with parameters of type ImapSessionStateModifier and TypeMethodDescriptionboolean
ImapCommand.validForState
(ImapSessionState state) Specifies if this command is valid for the given session state.