summaryrefslogtreecommitdiff
path: root/test/net/smtp
AgeCommit message (Expand)Author
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