From e4ec6e9ec0fb58b24be00930c8c0e57342a439e3 Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 5 Mar 2007 00:17:38 +0000 Subject: * lib/net/smtp.rb: support automatic STARTTLS. * lib/net/smtp.rb: check server advertisement. * lib/net/smtp.rb: introduce new class SMTP::Response. * lib/net/smtp.rb (getok): should not use sprintf. * lib/net/smtp.rb (get_response): ditto. * lib/net/protocol.rb: reduce syntax warning on 1.9. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 45366c76b..307ec428d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Mon Mar 5 09:16:40 2007 Minero Aoki + + * lib/net/smtp.rb: support automatic STARTTLS. + + * lib/net/smtp.rb: check server advertisement. + + * lib/net/smtp.rb: introduce new class SMTP::Response. + + * lib/net/smtp.rb (getok): should not use sprintf. + + * lib/net/smtp.rb (get_response): ditto. + + * lib/net/protocol.rb: reduce syntax warning on 1.9. + Mon Mar 5 07:13:28 2007 Minero Aoki * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New -- cgit