aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/smtp.rb
Commit message (Expand)AuthorAgeFilesLines
* Promote net-smtp to the bundled gemsHiroshi SHIBATA2021-05-271-1128/+0
* [ruby/net-smtp] mod: bump to a new VERSION that could be checked for testings...Tom Freudenberg2021-04-281-1/+1
* [ruby/net-smtp] Replace Timeout.timeout with socket timeoutmohamed2021-04-281-4/+7
* [ruby/net-smtp] Net::SMTP.start() and #start() accepts ssl_context_params key...Tom Freudenberg2021-04-281-13/+26
* [ruby/net-smtp] Bump version to 0.2.1Hiroshi SHIBATA2020-11-181-1/+1
* Import net-smtp-0.2.0 from https://github.com/ruby/net-smtpHiroshi SHIBATA2020-11-171-27/+47
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-1/+1
* [ruby/net-smtp] Add SNI support to net/smtpnicholas a. evans2020-09-141-0/+1
* [ruby/net-smtp] Net::SMTP.start arguments are keyword argumentsTOMITA Masahiro2020-09-141-16/+34
* [ruby/net-smtp] TLS should not check the host name by default.TOMITA Masahiro2020-09-141-1/+1
* Extract version number from the sourceNobuyoshi Nakada2020-07-301-0/+1
* Specify explicit separator not to be affected by $;Nobuyoshi Nakada2020-03-081-1/+1
* Removed unnecessary `chomp`Nobuyoshi Nakada2020-03-071-1/+1
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-6/+0
* Promote net-smtp to default gemsHiroshi SHIBATA2019-11-071-1/+1
* Fix documentation for Net::SMTPServerBusyJeremy Evans2019-06-271-1/+1
* Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass2018-12-311-4/+2
* lib/net/http.rb: use connect_timeout instead of Timeoutglass2018-12-311-2/+4
* lib/*: Prefer require_relative over require.marcandre2018-11-021-1/+1
* Use `unpack1` instead of `unpack` and `[0]`kazu2017-07-201-2/+2
* lib/net/smtp.rb: Specify frozen_string_literal: true.kazu2017-01-121-2/+2
* lib/*: remove closed checksnormal2016-11-211-2/+2
* net/protocol.rb: kwargsnobu2016-11-141-4/+2
* * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo2016-11-051-2/+2
* Remove dead link [ci skip]nobu2016-06-111-3/+0
* * lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo2016-06-081-0/+9
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-101-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/net/smtp.rb (Net::SMTP#data): enable buffering whilekosaki2014-07-111-4/+11
* * lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsiszzak2014-01-131-2/+3
* * lib/net/smtp.rb: [DOC] Fix typoa_matsuda2013-12-031-1/+1
* * lib/net/smtp.rb (Net::SMTP#critical): Always return adrbrain2013-12-021-1/+1
* fix typos inspired by r40825kazu2013-05-191-6/+6
* Document the default Net timeout values by @toolmantim [GH fixes #269]hsbt2013-03-311-2/+2
* * lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTPdrbrain2013-03-111-0/+6
* * lib/net/smtp.rb: Fix rdoc title for Net::SMTPzzak2013-02-021-3/+1
* * lib/net/smtp.rb (check_continue): raise an error with an explanatorymame2012-04-241-1/+1
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-111-6/+8
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-281-1/+3
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-1/+1
* * lib/net/smtp.rb: Document Net::SMTP::Response. Patch by J.R. Garcia.drbrain2011-05-231-0/+25
* adding more tests for Net::SMTP::Response classtenderlove2010-12-221-1/+1
* passing nil to split is not necessarytenderlove2010-12-221-1/+1
* * lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove2010-12-221-9/+3
* * lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove2010-12-221-2/+14
* * lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo.nobu2010-04-271-1/+1
* * lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu2010-04-161-5/+17
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-201-1/+1
* * lib/net/smtp.rb (Net::SMTP#check_auth_args): should not changematz2009-05-101-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-55/+55