smtp_tls 1.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/History.txt +5 -0
- data/lib/smtp_tls.rb +2 -2
- metadata +1 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/History.txt
CHANGED
data/lib/smtp_tls.rb
CHANGED
@@ -7,7 +7,7 @@ require 'net/smtp'
|
|
7
7
|
class Net::SMTP
|
8
8
|
|
9
9
|
class SMTP_TLS
|
10
|
-
VERSION = '1.0'
|
10
|
+
VERSION = '1.0.1'
|
11
11
|
end
|
12
12
|
|
13
13
|
class << self
|
@@ -99,7 +99,7 @@ class Net::SMTP
|
|
99
99
|
end
|
100
100
|
|
101
101
|
def do_helo(helodomain)
|
102
|
-
|
102
|
+
begin
|
103
103
|
if @esmtp then
|
104
104
|
ehlo helodomain
|
105
105
|
else
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|