auth_capable?(type)
No documentation available.
# File lib/net/smtp.rb, line 271 def auth_capable?(type) return nil unless @capabilities return false unless @capabilities['AUTH'] @capabilities['AUTH'].include?(type) end