index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
net
/
smtp
Age
Commit message (
Expand
)
Author
2021-05-27
Promote net-smtp to the bundled gems
Hiroshi SHIBATA
2021-04-30
test/net/smtp/test_smtp.rb: wait a moment before socket is closed
Yusuke Endoh
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2020-12-29
Try increasing SMTP's read_timeout for --jit-wait
Takashi Kokubun
2020-12-13
Wait testing/helper threads to terminate
Nobuyoshi Nakada
2020-11-18
test/net/smtp - use TCPSocket when UNIXSocket unavailable
MSP-Greg
2020-11-17
Skip tests related TLS with Windows platform.
Hiroshi SHIBATA
2020-11-17
Import net-smtp-0.2.0 from https://github.com/ruby/net-smtp
Hiroshi SHIBATA
2020-09-26
test/net/smtp/test_smtp.rb: Stop io leaks
Yusuke Endoh
2020-09-14
[ruby/net-smtp] Net::SMTP.start arguments are keyword arguments
TOMITA Masahiro
2020-09-14
[ruby/net-smtp] TLS should not check the host name by default.
TOMITA Masahiro
2019-06-30
Removed unused variables
Nobuyoshi Nakada
2017-05-16
skip openssl related tests.
ko1
2017-04-13
Terminate created threads.
ko1
2017-01-12
lib/net/smtp.rb: Specify frozen_string_literal: true.
kazu
2017-01-12
lib/net/protocol.rb: preserve backtrace information
shugo
2016-11-19
Move certificates to test/net/fixtures/.
shugo
2016-11-07
Extend 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 when
shugo
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-09
* test/net/smtp/test_response.rb: use Test::Unit. We should use Test::Unit
hsbt
2015-06-02
use assert_raise
nobu
2013-12-02
* lib/net/smtp.rb (Net::SMTP#critical): Always return a
drbrain
2013-03-11
* lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTP
drbrain
2011-01-15
* test/net/smtp/test_ssl_socket.rb: fix dependency.
nobu
2010-12-22
adding tests for Net::SMTP::Response#exception_class
tenderlove
2010-12-22
adding more tests for Net::SMTP::Response class
tenderlove
2010-12-22
* lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use an
tenderlove
2010-12-22
adding tests for the SMTP response parser
tenderlove
2010-12-22
* lib/net/smtp.rb: Net::SMTP should close the SSL connection if the
tenderlove