1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/net
TOMITA Masahiro 141404e898 [ruby/net-smtp] Net::SMTP.start arguments are keyword arguments
The helo argument is not important, but the helo argument must be
specified to specify the user and secret arguments.
If helo, user, secret, and authtype arguments are keyword arguments,
it is not necessary to specify the helo argument.

https://github.com/ruby/net-smtp/commit/269774deac
2020-09-14 17:23:41 +09:00
..
fixtures test/net/fixtures/Makefile: moved from test/net/imap 2019-01-02 04:18:34 +00:00
ftp Increase read timeout of FTP tests with --jit-wait 2020-06-21 02:14:34 -07:00
http [ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+ 2020-08-03 18:56:14 +09:00
imap local_address may raise IOError in debug print 2020-06-05 11:45:30 +09:00
pop
protocol Add max option to TestProtocol#create_mockio 2019-06-29 17:52:57 +09:00
smtp [ruby/net-smtp] Net::SMTP.start arguments are keyword arguments 2020-09-14 17:23:41 +09:00