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