Closed nevans closed 2 months ago
Several minor updates, all related to the SASL::ClientAdapter API:
SASL::ClientAdapter
SASL::ProtocolAdapters
SASL::ProtocolAdapters::Generic
#host
#port
#service
"host"
#client
IMAP::SASLAdapter#auth_capable?
Several minor updates, all related to the SASL::ClientAdapter API:
SASL::ClientAdapter
documentation.SASL::ProtocolAdapters
and each of the methods inSASL::ProtocolAdapters::Generic
.#host
and#port
didn't make sense inSASL::ProtocolAdapters
. Moved them toSASL::ClientAdapter
.#service
returns the generic GSSAPI service name ("host"
) rather than raise an exception.#client
.IMAP::SASLAdapter#auth_capable?
: the superclass definition is identical.