Package | Description |
---|---|
net.messagevortex.transport |
This package contains vital classes for transport layer.
|
net.messagevortex.transport.imap |
Contains all the classes required for the imap implementation.
|
Modifier and Type | Method and Description |
---|---|
static SaslMechanisms |
SaslMechanisms.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaslMechanisms[] |
SaslMechanisms.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ImapClient.authenticate(Credentials creds,
SaslMechanisms mech)
Authenticate with the specified SASL mechanism.
|
Copyright © 2023. All rights reserved.