# File lib/facets/more/smtp_tls.rb, line 54
  def starttls
    getok('STARTTLS') rescue return false
    return true
  end