= private = protected
starttls?()
Returns truth value if this object uses STARTTLS. If this object always uses STARTTLS, returns :always. If this object uses STARTTLS when the server support TLS, returns :auto.
# File lib/net/smtp.rb, line 317 def starttls? @starttls end