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 ImapSessionStateImapSessionState.AUTHENTICATEDstatic final ImapSessionStateImapSessionState.LOGOUTstatic final ImapSessionStateImapSessionState.NON_AUTHENTICATEDstatic final ImapSessionStateImapSessionState.SELECTEDMethods 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 TypeMethodDescriptionbooleanImapCommand.validForState(ImapSessionState state) Specifies if this command is valid for the given session state.