summaryrefslogtreecommitdiff
path: root/test/net/smtp
AgeCommit message (Expand)Author
2021-05-27Promote net-smtp to the bundled gemsHiroshi SHIBATA
2021-04-30test/net/smtp/test_smtp.rb: wait a moment before socket is closedYusuke Endoh
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2020-12-29Try increasing SMTP's read_timeout for --jit-waitTakashi Kokubun
2020-12-13Wait testing/helper threads to terminateNobuyoshi Nakada
2020-11-18test/net/smtp - use TCPSocket when UNIXSocket unavailableMSP-Greg
2020-11-17Skip tests related TLS with Windows platform.Hiroshi SHIBATA
2020-11-17Import net-smtp-0.2.0 from https://github.com/ruby/net-smtpHiroshi SHIBATA
2020-09-26test/net/smtp/test_smtp.rb: Stop io leaksYusuke Endoh
2020-09-14[ruby/net-smtp] Net::SMTP.start arguments are keyword argumentsTOMITA Masahiro
2020-09-14[ruby/net-smtp] TLS should not check the host name by default.TOMITA Masahiro
2019-06-30Removed unused variablesNobuyoshi Nakada
2017-05-16skip openssl related tests.ko1
2017-04-13Terminate created threads.ko1
2017-01-12lib/net/smtp.rb: Specify frozen_string_literal: true.kazu
2017-01-12lib/net/protocol.rb: preserve backtrace informationshugo
2016-11-19Move certificates to test/net/fixtures/.shugo
2016-11-07Extend Net::HTTP#open_timeout for chkbuild on Solaris 10s.shugo
2016-11-06* test/net/smtp/test_smtp.rb (test_tls_connect, test_tls_connect):shugo
2016-11-05* lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo
2016-06-08* lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-09* test/net/smtp/test_response.rb: use Test::Unit. We should use Test::Unithsbt
2015-06-02use assert_raisenobu
2013-12-02* lib/net/smtp.rb (Net::SMTP#critical): Always return adrbrain
2013-03-11* lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTPdrbrain
2011-01-15* test/net/smtp/test_ssl_socket.rb: fix dependency.nobu
2010-12-22adding tests for Net::SMTP::Response#exception_classtenderlove
2010-12-22adding more tests for Net::SMTP::Response classtenderlove
2010-12-22* lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove
2010-12-22adding tests for the SMTP response parsertenderlove
2010-12-22* lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove