index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
net
/
smtp.rb
Age
Commit message (
Expand
)
Author
2008-08-04
* lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch from
shyouhei
2008-07-03
* lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead of
matz
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 all
matz
2007-10-08
* lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname should
gotoyuzo
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 retrieve
matz
2004-05-09
* lib/net/ftp.rb: ported documentation improvement from 1.8 branch
gsinclair
2004-04-21
* lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel...
aamine
2004-04-21
* lib/net/smtp.rb: change coding style: def m( a ) -> def m(a).
aamine
2004-03-29
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2004-03-06
* lib/net/http.rb: spin off https code again.
aamine
2003-09-29
* lib/net/http.rb (finish): revert to 1.93.
aamine
2003-09-29
* lib/net/http.rb (finish): does not raise IOError even if !started?, to allo...
aamine
2003-08-27
* lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...
aamine
2003-08-21
Small changes to documentation; mainly hiding things from RDoc.
gsinclair
2003-08-06
RD -> RDoc by William Webber
gsinclair
2003-08-02
* lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796]
aamine
2003-07-29
* lib/net/smtp.rb (send0): do taint check only when $SAFE > 0
aamine
2003-07-29
* lib/net/smtp.rb: unify coding style.
aamine
2003-07-29
* lib/net/smtp.rb (Net::SMTP::send0): add taint check.
matz
2003-07-02
* lib/net/smtp.rb: synchronize document with source code.
aamine
2003-07-02
* lib/net/smtp.rb: unify SMTP and SMTPCommand.
aamine
2003-05-24
* lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by...
aamine
2003-05-04
* lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.
aamine
2003-05-02
* lib/net/protocol.rb: reintroduce Protocol.protocol_param.
aamine
2003-05-02
* lib/net/protocol.rb: remove Protocol class.
aamine
2003-03-11
* lib/net/smtp.rb: Digest string wrongly included '\n' when user name is too ...
aamine
2002-11-21
* lib/net/smtp.rb: changes coding style.
aamine
2002-07-29
* numeric.c (num_to_int): default to_int implementaion for every
matz
2002-02-19
aamine
aamine
2001-12-30
aamine
aamine
2001-12-13
aamine
aamine
2001-12-09
aamine
aamine
2001-12-07
aamine
aamine
2001-12-01
Reflect the update of the MD5 module which is now Digest::MD5.
knu
2001-08-17
aamine
aamine
2001-07-08
aamine
aamine
2001-07-03
aamine
aamine
2001-07-03
aamine
aamine
2001-06-27
* protocol.rb,smtp.rb,pop.rb,http.rb: modify document.
aamine
2001-06-26
aamine
aamine
2001-03-13
aamine
aamine
2001-02-24
aamine
aamine
2001-02-06
aamine
aamine
[next]