summaryrefslogtreecommitdiff
path: root/lib/net/smtp.rb
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-07 11:27:16 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-07 11:27:16 +0000
commit41e41d34d14ef3595a54148368b89b6c75d0fe4d (patch)
treeccbe4dd866bfcaeb2bc493b0938578746cd531f7 /lib/net/smtp.rb
parentfaeb1701cea992f5fb98c6d6c543e62f260b31c2 (diff)
aamine
* lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: 1.1.30 * lib/net/protocol.rb, smtp.rb: Command#critical_ok -> error_ok * lib/net/http.rb: read header when also "100 Continue" git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/smtp.rb')
-rw-r--r--lib/net/smtp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb
index 33fc41e42a..6136cf0011 100644
--- a/lib/net/smtp.rb
+++ b/lib/net/smtp.rb
@@ -1,6 +1,6 @@
=begin
-= net/smtp.rb version 1.1.29
+= net/smtp.rb version 1.1.30
written by Minero Aoki <aamine@dp.u-netsurf.ne.jp>
@@ -146,7 +146,7 @@ module Net
rescue ProtocolError
if @esmtp then
@esmtp = false
- @command.critical_ok
+ @command.error_ok
retry
else
raise