Skip to content

Commit ed4c3b2

Browse files
committed
Fix the name of CramMD5Authenticator (fixes #52)
1 parent e717340 commit ed4c3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/imap/authenticators/cram_md5.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ def hmac_md5(text, key)
4545
return Digest::MD5.hexdigest(k_opad + digest)
4646
end
4747

48-
Net::IMAP.add_authenticator "PLAIN", self
48+
Net::IMAP.add_authenticator "CRAM-MD5", self
4949
end

0 commit comments

Comments
 (0)