| Commit message (Expand) | Author | Age | Files | Lines |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | * lib/net/smtp.rb (Net::SMTP#data): enable buffering while | kosaki | 2014-07-11 | 1 | -4/+11 |
* | * lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis | zzak | 2014-01-13 | 1 | -2/+3 |
* | * lib/net/smtp.rb: [DOC] Fix typo | a_matsuda | 2013-12-03 | 1 | -1/+1 |
* | * lib/net/smtp.rb (Net::SMTP#critical): Always return a | drbrain | 2013-12-02 | 1 | -1/+1 |
* | fix typos inspired by r40825 | kazu | 2013-05-19 | 1 | -6/+6 |
* | Document the default Net timeout values by @toolmantim [GH fixes #269] | hsbt | 2013-03-31 | 1 | -2/+2 |
* | * lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTP | drbrain | 2013-03-11 | 1 | -0/+6 |
* | * lib/net/smtp.rb: Fix rdoc title for Net::SMTP | zzak | 2013-02-02 | 1 | -3/+1 |
* | * lib/net/smtp.rb (check_continue): raise an error with an explanatory | mame | 2012-04-24 | 1 | -1/+1 |
* | * lib/net/protocol.rb (module Net): Added ReadTimeout to match | drbrain | 2012-04-11 | 1 | -6/+8 |
* | * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Error | drbrain | 2012-02-28 | 1 | -1/+3 |
* | * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb, | ktsj | 2011-11-05 | 1 | -1/+1 |
* | * lib/net/smtp.rb: Document Net::SMTP::Response. Patch by J.R. Garcia. | drbrain | 2011-05-23 | 1 | -0/+25 |
* | adding more tests for Net::SMTP::Response class | tenderlove | 2010-12-22 | 1 | -1/+1 |
* | passing nil to split is not necessary | tenderlove | 2010-12-22 | 1 | -1/+1 |
* | * lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use an | tenderlove | 2010-12-22 | 1 | -9/+3 |
* | * lib/net/smtp.rb: Net::SMTP should close the SSL connection if the | tenderlove | 2010-12-22 | 1 | -2/+14 |
* | * lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo. | nobu | 2010-04-27 | 1 | -1/+1 |
* | * lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at least | nobu | 2010-04-16 | 1 | -5/+17 |
* | * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. | nobu | 2010-03-20 | 1 | -1/+1 |
* | * lib/net/smtp.rb (Net::SMTP#check_auth_args): should not change | matz | 2009-05-10 | 1 | -1/+1 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -55/+55 |
* | * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch from | shyouhei | 2008-08-04 | 1 | -1/+1 |
* | * lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead of | matz | 2008-07-03 | 1 | -3/+3 |
* | * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d... | kazu | 2008-04-15 | 1 | -1/+1 |
* | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz | 2007-11-04 | 1 | -1/+1 |
* | * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname should | gotoyuzo | 2007-10-08 | 1 | -0/+3 |
* | * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string. | matz | 2007-08-24 | 1 | -1/+1 |
* | * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770] | aamine | 2007-05-20 | 1 | -4/+5 |
* | * lib/net/smtp.rb: support automatic STARTTLS. | aamine | 2007-03-05 | 1 | -83/+216 |
* | * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in... | aamine | 2007-03-04 | 1 | -108/+66 |
* | * lib/net/smtp.rb: parameter `to_addrs' might be an Array, .flatten is requir... | aamine | 2006-08-22 | 1 | -1/+1 |
* | * lib/net/smtp.rb: support SMTP/SSL. Thanks Kazuhiro NISHIYAMA. | aamine | 2006-08-15 | 1 | -157/+268 |
* | * lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrieve | matz | 2006-08-09 | 1 | -2/+4 |
* | * lib/net/ftp.rb: ported documentation improvement from 1.8 branch | gsinclair | 2004-05-09 | 1 | -171/+201 |
* | * lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel... | aamine | 2004-04-21 | 1 | -18/+153 |
* | * lib/net/smtp.rb: change coding style: def m( a ) -> def m(a). | aamine | 2004-04-21 | 1 | -28/+27 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -3/+3 |
* | * lib/net/http.rb: spin off https code again. | aamine | 2004-03-06 | 1 | -12/+18 |
* | * lib/net/http.rb (finish): revert to 1.93. | aamine | 2003-09-29 | 1 | -4/+14 |
* | * lib/net/http.rb (finish): does not raise IOError even if !started?, to allo... | aamine | 2003-09-29 | 1 | -5/+2 |
* | * lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby... | aamine | 2003-08-27 | 1 | -1/+1 |
* | Small changes to documentation; mainly hiding things from RDoc. | gsinclair | 2003-08-21 | 1 | -1/+1 |
* | RD -> RDoc by William Webber | gsinclair | 2003-08-06 | 1 | -326/+302 |
* | * lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796] | aamine | 2003-08-02 | 1 | -1/+1 |
* | * lib/net/smtp.rb (send0): do taint check only when $SAFE > 0 | aamine | 2003-07-29 | 1 | -3/+5 |
* | * lib/net/smtp.rb: unify coding style. | aamine | 2003-07-29 | 1 | -3/+3 |
* | * lib/net/smtp.rb (Net::SMTP::send0): add taint check. | matz | 2003-07-29 | 1 | -0/+4 |
* | * lib/net/smtp.rb: synchronize document with source code. | aamine | 2003-07-02 | 1 | -68/+146 |