method
tls?
v2_5_5 -
Show latest stable
- Class:
Net::SMTP
tls?()public
true if this object uses SMTP/TLS (SMTPS).
# File lib/net/smtp.rb, line 287
def tls?
@tls
end Related methods
- Instance methods
- auth_cram_md5
- auth_login
- auth_plain
- authenticate
- capable_auth_types
- capable_cram_md5_auth?
- capable_login_auth?
- capable_plain_auth?
- capable_starttls?
- data
- debug_output=
- disable_ssl
- disable_starttls
- disable_tls
- ehlo
- enable_ssl
- enable_starttls
- enable_starttls_auto
- enable_tls
- finish
- helo
- inspect
- mailfrom
- open_message_stream
- quit
- rcptto
- rcptto_list
- read_timeout=
- ready
- rset
- send_mail
- send_message
- sendmail
- set_debug_output
- ssl?
- start
- started?
- starttls
- starttls?
- starttls_always?
- starttls_auto?
- tls?
- Class methods
- default_port
- default_ssl_context
- default_ssl_port
- default_submission_port
- default_tls_port
- new
- start
- Private methods
-
auth_capable? -
auth_method -
base64_encode -
capable? -
check_auth_args -
check_auth_continue -
check_auth_method -
check_auth_response -
check_continue -
check_response -
cram_md5_response -
cram_secret -
critical -
do_finish -
do_helo -
do_start -
get_response -
getok -
logging -
new_internet_message_io -
recv_response -
ssl_socket -
tcp_socket -
tlsconnect -
validate_line