Uses of Enum Class
net.messagevortex.transport.SaslMechanisms
Packages that use SaslMechanisms
Package
Description
This package contains vital classes for transport layer.
Contains all the classes required for the imap implementation.
-
Uses of SaslMechanisms in net.messagevortex.transport
Methods in net.messagevortex.transport that return SaslMechanismsModifier and TypeMethodDescriptionstatic SaslMechanismsReturns the enum constant of this class with the specified name.static SaslMechanisms[]SaslMechanisms.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SaslMechanisms in net.messagevortex.transport.imap
Methods in net.messagevortex.transport.imap with parameters of type SaslMechanismsModifier and TypeMethodDescriptionbooleanImapClient.authenticate(Credentials creds, SaslMechanisms mech) Authenticate with the specified SASL mechanism.