summaryrefslogtreecommitdiff
path: root/lib/net/smtp.rb
AgeCommit message (Expand)Author
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
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-21Small changes to documentation; mainly hiding things from RDoc.gsinclair
2003-08-06RD -> RDoc by William Webbergsinclair
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 > 0aamine
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 everymatz
2002-02-19aamineaamine
2001-12-30aamineaamine
2001-12-13aamineaamine
2001-12-09aamineaamine
2001-12-07aamineaamine
2001-12-01Reflect the update of the MD5 module which is now Digest::MD5.knu
2001-08-17aamineaamine
2001-07-08aamineaamine
2001-07-03aamineaamine
2001-07-03aamineaamine
2001-06-27* protocol.rb,smtp.rb,pop.rb,http.rb: modify document.aamine
2001-06-26aamineaamine
2001-03-13aamineaamine
2001-02-24aamineaamine
2001-02-06aamineaamine