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 ImapSessionStateImapSessionState. AUTHENTICATEDstatic ImapSessionStateImapSessionState. LOGOUTstatic ImapSessionStateImapSessionState. NON_AUTHENTICATEDstatic ImapSessionStateImapSessionState. SELECTEDMethods in com.icegreen.greenmail.imap that return ImapSessionState Modifier and Type Method Description ImapSessionStateImapSession. getState()ImapSessionStateImapSessionImpl. 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 booleanImapCommand. validForState(ImapSessionState state)Specifies if this command is valid for the given session state.
-