= private = protected
capable_cram_md5_auth?()
true if server advertises AUTH CRAM-MD5. You cannot get valid value before opening SMTP session.
# File lib/net/smtp.rb, line 267 def capable_cram_md5_auth? auth_capable?('CRAM-MD5') end