Uses of Enum Class
net.messagevortex.transport.imap.ImapConnectionState
Packages that use ImapConnectionState
Package
Description
Contains all the classes required for the imap implementation.
-
Uses of ImapConnectionState in net.messagevortex.transport.imap
Methods in net.messagevortex.transport.imap that return ImapConnectionStateModifier and TypeMethodDescriptionImapConnection.getImapState()ImapConnection.setImapState(ImapConnectionState status) Sets the current authentication state of the connection.static ImapConnectionStateReturns the enum constant of this class with the specified name.static ImapConnectionState[]ImapConnectionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.messagevortex.transport.imap with parameters of type ImapConnectionStateModifier and TypeMethodDescriptionImapConnection.setImapState(ImapConnectionState status) Sets the current authentication state of the connection.