Uses of Enum
org.apache.commons.net.imap.IMAP.IMAPState
-
Uses of IMAP.IMAPState in org.apache.commons.net.imap
Modifier and TypeMethodDescriptionIMAP.getState()
Returns the current IMAP client state.static IMAP.IMAPState
Returns the enum constant of this type with the specified name.static IMAP.IMAPState[]
IMAP.IMAPState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
IMAP.setState
(IMAP.IMAPState state) Sets IMAP client state.