mailhopper 0.0.4 → 0.0.5
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/mailhopper/version.rb
CHANGED
data/test/dummy/log/test.log
CHANGED
|
@@ -2001,6 +2001,74 @@ Content-Type: text/plain;
|
|
|
2001
2001
|
charset=UTF-8
|
|
2002
2002
|
Content-Transfer-Encoding: 7bit
|
|
2003
2003
|
|
|
2004
|
+
Papaya
|
|
2005
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2006
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
|
2007
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
2008
|
+
Migrating to CreateEmails (20110916191655)
|
|
2009
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2010
|
+
Rendered sample_mailer/hello.text.erb (1.3ms)
|
|
2011
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2012
|
+
[1m[35mSQL (29.5ms)[0m INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", "Date: Sun, 18 Sep 2011 00:17:39 -0400\r\nFrom: from@example.com\r\nTo: to@example.com\r\nMessage-ID: <4e7570e389df7_c840800eb1b0647a7@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00]]
|
|
2013
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2014
|
+
|
|
2015
|
+
Sent mail to to@example.com (67ms)
|
|
2016
|
+
Date: Sun, 18 Sep 2011 00:17:39 -0400
|
|
2017
|
+
From: from@example.com
|
|
2018
|
+
To: to@example.com
|
|
2019
|
+
Message-ID: <4e7570e389df7_c840800eb1b0647a7@dgmpro.local.mail>
|
|
2020
|
+
Subject: Hiya!
|
|
2021
|
+
Mime-Version: 1.0
|
|
2022
|
+
Content-Type: text/plain;
|
|
2023
|
+
charset=UTF-8
|
|
2024
|
+
Content-Transfer-Encoding: 7bit
|
|
2025
|
+
|
|
2026
|
+
Papaya
|
|
2027
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2028
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
|
2029
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2030
|
+
Rendered sample_mailer/hello.text.erb (0.0ms)
|
|
2031
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2032
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Sun, 18 Sep 2011 00:17:39 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7570e3a4793_c840800eb1b06485b@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00]]
|
|
2033
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2034
|
+
|
|
2035
|
+
Sent mail to to@example.com (15ms)
|
|
2036
|
+
Date: Sun, 18 Sep 2011 00:17:39 -0400
|
|
2037
|
+
From: from@example.com
|
|
2038
|
+
Reply-To: reply_to@example.com
|
|
2039
|
+
To: to@example.com
|
|
2040
|
+
Cc: cc@example.com
|
|
2041
|
+
Message-ID: <4e7570e3a4793_c840800eb1b06485b@dgmpro.local.mail>
|
|
2042
|
+
Subject: Hiya!
|
|
2043
|
+
Mime-Version: 1.0
|
|
2044
|
+
Content-Type: text/plain;
|
|
2045
|
+
charset=UTF-8
|
|
2046
|
+
Content-Transfer-Encoding: 7bit
|
|
2047
|
+
|
|
2048
|
+
Papaya
|
|
2049
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2050
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
|
2051
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2052
|
+
Rendered sample_mailer/hello.text.erb (0.0ms)
|
|
2053
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2054
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Sun, 18 Sep 2011 00:17:39 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e7570e3ac641_c840800eb1b0649ac@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00]]
|
|
2055
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2056
|
+
|
|
2057
|
+
Sent mail to to1@example.com, to2@example.com (18ms)
|
|
2058
|
+
Date: Sun, 18 Sep 2011 00:17:39 -0400
|
|
2059
|
+
From: from1@example.com
|
|
2060
|
+
Reply-To: reply_to@example.com
|
|
2061
|
+
To: to1@example.com,
|
|
2062
|
+
to2@example.com
|
|
2063
|
+
Cc: cc1@example.com,
|
|
2064
|
+
cc2@example.com
|
|
2065
|
+
Message-ID: <4e7570e3ac641_c840800eb1b0649ac@dgmpro.local.mail>
|
|
2066
|
+
Subject: Hiya!
|
|
2067
|
+
Mime-Version: 1.0
|
|
2068
|
+
Content-Type: text/plain;
|
|
2069
|
+
charset=UTF-8
|
|
2070
|
+
Content-Transfer-Encoding: 7bit
|
|
2071
|
+
|
|
2004
2072
|
Papaya
|
|
2005
2073
|
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2006
2074
|
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mailhopper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.0.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dan Gebhardt
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-09-
|
|
18
|
+
date: 2011-09-18 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|