smtp_tls 1.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|