aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/smtp
Commit message (Expand)AuthorAgeFilesLines
* Promote net-smtp to the bundled gemsHiroshi SHIBATA2021-05-275-752/+0
* test/net/smtp/test_smtp.rb: wait a moment before socket is closedYusuke Endoh2021-04-301-0/+1
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* Try increasing SMTP's read_timeout for --jit-waitTakashi Kokubun2020-12-291-0/+11
* Wait testing/helper threads to terminateNobuyoshi Nakada2020-12-132-2/+2
* test/net/smtp - use TCPSocket when UNIXSocket unavailableMSP-Greg2020-11-182-4/+6
* Skip tests related TLS with Windows platform.Hiroshi SHIBATA2020-11-172-2/+2
* Import net-smtp-0.2.0 from https://github.com/ruby/net-smtpHiroshi SHIBATA2020-11-173-1/+250
* test/net/smtp/test_smtp.rb: Stop io leaksYusuke Endoh2020-09-261-9/+17
* [ruby/net-smtp] Net::SMTP.start arguments are keyword argumentsTOMITA Masahiro2020-09-141-6/+88
* [ruby/net-smtp] TLS should not check the host name by default.TOMITA Masahiro2020-09-141-1/+3
* Removed unused variablesNobuyoshi Nakada2019-06-301-1/+1
* 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-123-3/+3
* 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-052-0/+61
* * lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo2016-06-081-0/+47
* Add frozen_string_literal: false for all filesnaruse2015-12-163-0/+3
* * test/net/smtp/test_response.rb: use Test::Unit. We should use Test::Unithsbt2015-12-091-2/+2
* use assert_raisenobu2015-06-022-6/+6
* * 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
* * test/net/smtp/test_ssl_socket.rb: fix dependency.nobu2011-01-151-1/+2
* adding tests for Net::SMTP::Response#exception_classtenderlove2010-12-221-0/+36
* adding more tests for Net::SMTP::Response classtenderlove2010-12-221-0/+26
* * lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove2010-12-221-0/+16
* adding tests for the SMTP response parsertenderlove2010-12-221-0/+37
* * lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove2010-12-221-0/+90