aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/smtp.rb
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-12-22 13:49:13 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-12-22 13:49:13 +0000
commit0c00050f84bbf301c63d7c11ffbefabe512455bc (patch)
tree8c197ab9599fafdef8f13c516e65c01f9211e70f /lib/net/smtp.rb
parent47f58037b610ded89a4bbbc73501733558e7734e (diff)
downloadruby-0c00050f84bbf301c63d7c11ffbefabe512455bc.tar.gz
Version 1.1.2
o proxy, version 1 o use fullpath shvar git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@595 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 8a16bc1724..b0f9b54b9a 100644
--- a/lib/net/smtp.rb
+++ b/lib/net/smtp.rb
@@ -58,10 +58,10 @@ Net::Session
class SMTPSession < Session
- Version = '1.1.1'
+ Version = '1.1.2'
session_setvar :port, '25'
- session_setvar :command_type, 'SMTPCommand'
+ session_setvar :command_type, 'Net::SMTPCommand'
def sendmail( mailsrc, fromaddr, toaddrs )