aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/smtp/test_smtp.rb
Commit message (Expand)AuthorAgeFilesLines
* skip openssl related tests.ko12017-05-161-0/+4
* Terminate created threads.ko12017-04-131-1/+2
* lib/net/smtp.rb: Specify frozen_string_literal: true.kazu2017-01-121-1/+1
* lib/net/protocol.rb: preserve backtrace informationshugo2017-01-121-0/+22
* Move certificates to test/net/fixtures/.shugo2016-11-191-3/+3
* Extend Net::HTTP#open_timeout for chkbuild on Solaris 10s.shugo2016-11-071-1/+1
* * test/net/smtp/test_smtp.rb (test_tls_connect, test_tls_connect):shugo2016-11-061-9/+24
* * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo2016-11-051-0/+56
* * lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo2016-06-081-0/+47
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* use assert_raisenobu2015-06-021-3/+3
* * lib/net/smtp.rb (Net::SMTP#critical): Always return adrbrain2013-12-021-0/+13
* * lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTPdrbrain2013-03-111-0/+25
* * lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove2010-12-221-0/+16