We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69c347 commit 4ba5f94Copy full SHA for 4ba5f94
1 file changed
lib/net/imap/sasl/authentication_exchange.rb
@@ -80,6 +80,7 @@ def self.build(client, mechanism, *args, sasl_ir: true, **kwargs, &block)
80
attr_reader :mechanism, :authenticator
81
82
def initialize(client, mechanism, authenticator, sasl_ir: true)
83
+ client => SASL::ClientAdapter
84
@client = client
85
@mechanism = Authenticators.normalize_name(mechanism)
86
@authenticator = authenticator
0 commit comments