mail_tester 0.0.1 → 0.0.2

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/lib/mail_tester.rb CHANGED
@@ -14,7 +14,7 @@ module Mail
14
14
  @realname = realname
15
15
 
16
16
  @user, @domain = @email.split('@')
17
- @pop3_hostname = 'pop.' + @domain
17
+ @pop3_hostname = 'pop3.' + @domain
18
18
  @smtp_hostname = 'smtp.' + @domain
19
19
 
20
20
  @pop3_server = Net::POP3.new(@pop3_hostname)
@@ -86,7 +86,7 @@ module Mail
86
86
  msgstr += "From: #{@realname} <#{@email}>\n"
87
87
  msgstr += "To: #{@realname} <#{@email}>\n"
88
88
  msgstr += "Subject: test message\n"
89
- msgstr += "Date: Sat, 23 Jun 2001 16:26:43 +0900\n"
89
+ msgstr += "Date: Sat, 23 Jun 2020 16:26:43 +0900\n"
90
90
  msgstr += "#{message_id}\n"
91
91
  msgstr += "\n"
92
92
  msgstr += "This is a test message."
@@ -1,5 +1,5 @@
1
1
  module Mail
2
2
  module Tester
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mail_tester
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: