Skip to content

Commit 0a31927

Browse files
committed
♻️ SASL DIGEST-MD5: inherit, props, move, document
* ♻️ Inherit from Authenticator base class. * 🚚 Move to sasl directory and SASL namespace. * 🗑️ Deprecate original constant name.
1 parent bb501af commit 0a31927

File tree

4 files changed

+388
-118
lines changed

4 files changed

+388
-118
lines changed

lib/net/imap/authenticators.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ def authenticators
101101

102102
require_relative "authenticators/login"
103103
require_relative "authenticators/cram_md5"
104-
require_relative "authenticators/digest_md5"
104+
require_relative "sasl/digest_md5_authenticator"
105105
require_relative "authenticators/xoauth2"

lib/net/imap/authenticators/digest_md5.rb

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)