aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/smtp.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch fromshyouhei2008-08-041-1/+1
* * lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead ofmatz2008-07-031-3/+3
* * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu2008-04-151-1/+1
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-1/+1
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-081-0/+3
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-241-1/+1
* * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine2007-05-201-4/+5
* * lib/net/smtp.rb: support automatic STARTTLS.aamine2007-03-051-83/+216
* * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in...aamine2007-03-041-108/+66
* * lib/net/smtp.rb: parameter `to_addrs' might be an Array, .flatten is requir...aamine2006-08-221-1/+1
* * lib/net/smtp.rb: support SMTP/SSL. Thanks Kazuhiro NISHIYAMA.aamine2006-08-151-157/+268
* * lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrievematz2006-08-091-2/+4
* * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair2004-05-091-171/+201
* * lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel...aamine2004-04-211-18/+153
* * lib/net/smtp.rb: change coding style: def m( a ) -> def m(a).aamine2004-04-211-28/+27
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-3/+3
* * lib/net/http.rb: spin off https code again.aamine2004-03-061-12/+18
* * lib/net/http.rb (finish): revert to 1.93.aamine2003-09-291-4/+14
* * lib/net/http.rb (finish): does not raise IOError even if !started?, to allo...aamine2003-09-291-5/+2
* * lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...aamine2003-08-271-1/+1