summaryrefslogtreecommitdiff
path: root/lib/net/smtp.rb
AgeCommit message (Expand)Author
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-07Promote net-smtp to default gemsHiroshi SHIBATA
2019-06-27Fix documentation for Net::SMTPServerBusyJeremy Evans
2018-12-31Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass
2018-12-31lib/net/http.rb: use connect_timeout instead of Timeoutglass
2018-11-02lib/*: Prefer require_relative over require.marcandre
2017-07-20Use `unpack1` instead of `unpack` and `[0]`kazu
2017-01-12lib/net/smtp.rb: Specify frozen_string_literal: true.kazu
2016-11-21lib/*: remove closed checksnormal
2016-11-14net/protocol.rb: kwargsnobu
2016-11-05* lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo
2016-06-11Remove dead link [ci skip]nobu
2016-06-08* lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo
2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-07-11* lib/net/smtp.rb (Net::SMTP#data): enable buffering whilekosaki
2014-01-13* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsiszzak
2013-12-03* lib/net/smtp.rb: [DOC] Fix typoa_matsuda
2013-12-02* lib/net/smtp.rb (Net::SMTP#critical): Always return adrbrain
2013-05-19fix typos inspired by r40825kazu
2013-03-31Document the default Net timeout values by @toolmantim [GH fixes #269]hsbt
2013-03-11* lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTPdrbrain
2013-02-02* lib/net/smtp.rb: Fix rdoc title for Net::SMTPzzak
2012-04-24* lib/net/smtp.rb (check_continue): raise an error with an explanatorymame
2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain
2012-02-28 * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain
2011-11-05* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj
2011-05-23 * lib/net/smtp.rb: Document Net::SMTP::Response. Patch by J.R. Garcia.drbrain
2010-12-22adding more tests for Net::SMTP::Response classtenderlove
2010-12-22passing nil to split is not necessarytenderlove
2010-12-22* lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove
2010-12-22* lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove
2010-04-27* lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo.nobu
2010-04-16* lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu
2010-03-20* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu
2009-05-10* lib/net/smtp.rb (Net::SMTP#check_auth_args): should not changematz
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-08-04 * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch fromshyouhei
2008-07-03* lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead ofmatz
2008-04-15* lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-10-08* lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo
2007-08-24* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz
2007-05-20* lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine
2007-03-05* lib/net/smtp.rb: support automatic STARTTLS.aamine
2007-03-04* lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in...aamine
2006-08-22* lib/net/smtp.rb: parameter `to_addrs' might be an Array, .flatten is requir...aamine
2006-08-15* lib/net/smtp.rb: support SMTP/SSL. Thanks Kazuhiro NISHIYAMA.aamine
2006-08-09* lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrievematz
2004-05-09 * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair