Package | Description |
---|---|
net.messagevortex.transport.imap |
Contains all the classes required for the imap implementation.
|
Modifier and Type | Method and Description |
---|---|
ImapConnectionState |
ImapConnection.getImapState() |
ImapConnectionState |
ImapConnection.setImapState(ImapConnectionState status)
Sets the current authentication state of the connection.
|
static ImapConnectionState |
ImapConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImapConnectionState[] |
ImapConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImapConnectionState |
ImapConnection.setImapState(ImapConnectionState status)
Sets the current authentication state of the connection.
|
Copyright © 2023. All rights reserved.