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