module Net::IMAP::SASL::ProtocolAdapters

SASL::ProtocolAdapters modules are meant to be used as mixins for SASL::ClientAdapter and its subclasses. Where the client adapter must be customized for each client library, the protocol adapter mixin handles SASL requirements that are part of the protocol specification, but not specific to any particular client library. In particular, see RFC4422 §4

Interface

NOTE: This API is experimental, and may change.

Other protocol requirements of the SASL authentication exchange are handled by SASL::ClientAdapter.

Included protocol adapters