mail_relay 0.1.0

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.
Files changed (56) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +73 -0
  3. data/Rakefile +22 -0
  4. data/lib/mail_relay.rb +5 -0
  5. data/lib/mail_relay/base.rb +149 -0
  6. data/lib/mail_relay/version.rb +3 -0
  7. data/spec/base_spec.rb +113 -0
  8. data/spec/coverage/assets/0.7.1/application.css +1110 -0
  9. data/spec/coverage/assets/0.7.1/application.js +626 -0
  10. data/spec/coverage/assets/0.7.1/fancybox/blank.gif +0 -0
  11. data/spec/coverage/assets/0.7.1/fancybox/fancy_close.png +0 -0
  12. data/spec/coverage/assets/0.7.1/fancybox/fancy_loading.png +0 -0
  13. data/spec/coverage/assets/0.7.1/fancybox/fancy_nav_left.png +0 -0
  14. data/spec/coverage/assets/0.7.1/fancybox/fancy_nav_right.png +0 -0
  15. data/spec/coverage/assets/0.7.1/fancybox/fancy_shadow_e.png +0 -0
  16. data/spec/coverage/assets/0.7.1/fancybox/fancy_shadow_n.png +0 -0
  17. data/spec/coverage/assets/0.7.1/fancybox/fancy_shadow_ne.png +0 -0
  18. data/spec/coverage/assets/0.7.1/fancybox/fancy_shadow_nw.png +0 -0
  19. data/spec/coverage/assets/0.7.1/fancybox/fancy_shadow_s.png +0 -0
  20. data/spec/coverage/assets/0.7.1/fancybox/fancy_shadow_se.png +0 -0
  21. data/spec/coverage/assets/0.7.1/fancybox/fancy_shadow_sw.png +0 -0
  22. data/spec/coverage/assets/0.7.1/fancybox/fancy_shadow_w.png +0 -0
  23. data/spec/coverage/assets/0.7.1/fancybox/fancy_title_left.png +0 -0
  24. data/spec/coverage/assets/0.7.1/fancybox/fancy_title_main.png +0 -0
  25. data/spec/coverage/assets/0.7.1/fancybox/fancy_title_over.png +0 -0
  26. data/spec/coverage/assets/0.7.1/fancybox/fancy_title_right.png +0 -0
  27. data/spec/coverage/assets/0.7.1/fancybox/fancybox-x.png +0 -0
  28. data/spec/coverage/assets/0.7.1/fancybox/fancybox-y.png +0 -0
  29. data/spec/coverage/assets/0.7.1/fancybox/fancybox.png +0 -0
  30. data/spec/coverage/assets/0.7.1/favicon_green.png +0 -0
  31. data/spec/coverage/assets/0.7.1/favicon_red.png +0 -0
  32. data/spec/coverage/assets/0.7.1/favicon_yellow.png +0 -0
  33. data/spec/coverage/assets/0.7.1/loading.gif +0 -0
  34. data/spec/coverage/assets/0.7.1/magnify.png +0 -0
  35. data/spec/coverage/assets/0.7.1/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  36. data/spec/coverage/assets/0.7.1/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  37. data/spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  38. data/spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  39. data/spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  40. data/spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  41. data/spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  42. data/spec/coverage/assets/0.7.1/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  43. data/spec/coverage/assets/0.7.1/smoothness/images/ui-icons_222222_256x240.png +0 -0
  44. data/spec/coverage/assets/0.7.1/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  45. data/spec/coverage/assets/0.7.1/smoothness/images/ui-icons_454545_256x240.png +0 -0
  46. data/spec/coverage/assets/0.7.1/smoothness/images/ui-icons_888888_256x240.png +0 -0
  47. data/spec/coverage/assets/0.7.1/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  48. data/spec/coverage/index.html +1052 -0
  49. data/spec/fixtures/list.eml +35 -0
  50. data/spec/fixtures/list.eml~ +36 -0
  51. data/spec/fixtures/regular.eml +35 -0
  52. data/spec/fixtures/regular.eml~ +66 -0
  53. data/spec/fixtures/simple.eml +15 -0
  54. data/spec/fixtures/simple.eml~ +15 -0
  55. data/spec/spec_helper.rb +19 -0
  56. metadata +252 -0
@@ -0,0 +1,35 @@
1
+ Return-Path: <example.com_members-bounces=example@list.example.com>
2
+ Received: from example.net (localhost.localdomain [127.0.0.1])
3
+ by example.com (8.13.8/8.13.8) with ESMTP id qBAFXEhv032264
4
+ for <receiver@example.com>; Mon, 10 Dec 2012 16:33:16 +0100
5
+ Received: from example.com (localhost.localdomain [127.0.0.1])
6
+ (authenticated bits=0)
7
+ by example.net (8.13.8/8.13.8) with ESMTP id qBAFX54N032230
8
+ for <list@example.com>; Mon, 10 Dec 2012 16:33:05 +0100
9
+ Message-ID: <54254.77.56.73.44.1355153585@example.com>
10
+ Date: Mon, 10 Dec 2012 16:33:05 +0100 (CET)
11
+ From: "Sender" <sender@example.com>
12
+ To: list@example.com
13
+ User-Agent: SquirrelMail/1.4.8-5.el5.centos.13
14
+ MIME-Version: 1.0
15
+ X-Priority: 3 (Normal)
16
+ Importance: Normal
17
+ Subject: Test List
18
+ X-BeenThere: list@example.com
19
+ X-Mailman-Version: 2.1.9
20
+ Precedence: list
21
+ List-Id: Example List <list_list.example.com>
22
+ Content-Type: text/plain; charset="utf-8"
23
+ Sender: members-bounces=list@example.com
24
+ Errors-To: members-bounces+=list@example.com
25
+ X-Envelope-To: receiver
26
+ Content-Transfer-Encoding: 8bit
27
+
28
+
29
+ Hallo Members
30
+
31
+ Es herrscht Eiszeit
32
+
33
+ Gruss
34
+ Sender
35
+
@@ -0,0 +1,36 @@
1
+ Return-Path: <example.com_members-bounces=example@list.example.com>
2
+ Received: from example.net (localhost.localdomain [127.0.0.1])
3
+ by example.com (8.13.8/8.13.8) with ESMTP id qBAFXEhv032264
4
+ for <receiver@example.com>; Mon, 10 Dec 2012 16:33:16 +0100
5
+ Received: from example.com (localhost.localdomain [127.0.0.1])
6
+ (authenticated bits=0)
7
+ by example.net (8.13.8/8.13.8) with ESMTP id qBAFX54N032230
8
+ for <list@example.com>; Mon, 10 Dec 2012 16:33:05 +0100
9
+ Message-ID: <54254.77.56.73.44.1355153585@example.com>
10
+ Date: Mon, 10 Dec 2012 16:33:05 +0100 (CET)
11
+ From: "Sender" <sender@example.com>
12
+ To: list@example.com
13
+ User-Agent: SquirrelMail/1.4.8-5.el5.centos.13
14
+ MIME-Version: 1.0
15
+ X-Priority: 3 (Normal)
16
+ Importance: Normal
17
+ X-puzzle-MailScanner: Found to be clean, Found to be clean
18
+ Subject: Test List
19
+ X-BeenThere: list@example.com
20
+ X-Mailman-Version: 2.1.9
21
+ Precedence: list
22
+ List-Id: Example List <list_list.example.com>
23
+ Content-Type: text/plain; charset="utf-8"
24
+ Sender: members-bounces=list@example.com
25
+ Errors-To: members-bounces+=list@example.com
26
+ X-Envelope-To: receiver
27
+ Content-Transfer-Encoding: 8bit
28
+
29
+
30
+ Hallo Members
31
+
32
+ Es herrscht Eiszeit
33
+
34
+ Gruss
35
+ Sender
36
+
@@ -0,0 +1,35 @@
1
+ Return-Path: <sender@example.com>
2
+ Received: from example.net (example.net [10.0.0.1])
3
+ by example.ch (8.13.8/8.13.8) with ESMTP id qBACV6sD020511
4
+ (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
5
+ for receiver@example.com; Mon, 10 Dec 2012 13:31:06 +0100
6
+ Received: from [10.0.0.2] ([10.0.0.2])
7
+ (authenticated bits=0)
8
+ by example.net (8.13.8/8.13.8) with ESMTP id qBACUedM027275
9
+ (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO)
10
+ for <receiver@example.com>; Mon, 10 Dec 2012 13:31:01 +0100
11
+ Subject: Re: Test Relay
12
+ References: <50C5A426.9010703@example.com>
13
+ From: Sender <sender@example.com>
14
+ Content-Type: text/plain;
15
+ charset=utf-8
16
+ X-Mailer: iPad Mail (10A523)
17
+ In-Reply-To: <50C5A426.9010703@example.com>
18
+ Message-Id: <743651E5-6CFF-41D5-8D01-3A3E57CC9B1C@example.com>
19
+ Date: Mon, 10 Dec 2012 13:30:38 +0100
20
+ To: Receiver <receiver@example.com>
21
+ Mime-Version: 1.0 (1.0)
22
+ X-Envelope-To: receiver
23
+ Content-Transfer-Encoding: 8bit
24
+ X-DSPAM-Result: Innocent
25
+ X-DSPAM-Processed: Mon Dec 10 13:31:14 2012
26
+ X-DSPAM-Confidence: 0.9914
27
+
28
+
29
+ Hallo Pascal
30
+
31
+ Whatup?
32
+
33
+
34
+ Liebe Grüsse Tinu
35
+
@@ -0,0 +1,66 @@
1
+ Return-Path: <animation@jublaluzern.ch>
2
+ Received: from mail.awardic.net (mail.awardic.net [85.158.232.20])
3
+ by yukon.rz.puzzle.ch (8.13.8/8.13.8) with ESMTP id qBACV6sD020511
4
+ (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
5
+ for zumkehr@puzzle.ch; Mon, 10 Dec 2012 13:31:06 +0100
6
+ Received: from [10.15.12.238] ([147.88.200.209])
7
+ (authenticated bits=0)
8
+ by mail.awardic.net (8.13.8/8.13.8) with ESMTP id qBACUedM027275
9
+ (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO)
10
+ for <zumkehr@puzzle.ch>; Mon, 10 Dec 2012 13:31:01 +0100
11
+ Subject: Re: Jubla Gruppen
12
+ References: <50C5A426.9010703@puzzle.ch>
13
+ From: Martin Zust <animation@jublaluzern.ch>
14
+ Content-Type: text/plain;
15
+ charset=utf-8
16
+ X-Mailer: iPad Mail (10A523)
17
+ In-Reply-To: <50C5A426.9010703@puzzle.ch>
18
+ Message-Id: <743651E5-6CFF-41D5-8D01-3A3E57CC9B1C@jublaluzern.ch>
19
+ Date: Mon, 10 Dec 2012 13:30:38 +0100
20
+ To: Pascal Zumkehr <zumkehr@puzzle.ch>
21
+ Mime-Version: 1.0 (1.0)
22
+ X-puzzle-MailScanner-Information: Please contact the ISP for more information
23
+ X-puzzle-MailScanner: Found to be clean
24
+ X-puzzle-MailScanner-From: animation@jublaluzern.ch
25
+ X-Envelope-To: zumkehr
26
+ Content-Transfer-Encoding: 8bit
27
+ X-MIME-Autoconverted: from quoted-printable to 8bit by yukon.rz.puzzle.ch id qBACV6sD020511
28
+ X-DSPAM-Result: Innocent
29
+ X-DSPAM-Processed: Mon Dec 10 13:31:14 2012
30
+ X-DSPAM-Confidence: 0.9914
31
+ X-DSPAM-Factors: 27,
32
+ Fax+41, 0.00186,
33
+ Telefon+41, 0.00190,
34
+ Ingenieur, 0.00386,
35
+ 22+01, 0.00402,
36
+ Fax, 0.00542,
37
+ References*puzzle.ch>, 0.00755,
38
+ Gruess, 0.00785,
39
+ ITC+GmbH, 0.00942,
40
+ 41+31, 0.00980,
41
+ 41+31, 0.00980,
42
+ In-Reply-To*puzzle.ch>, 0.00980,
43
+ 31+370, 0.00999,
44
+ 31+370, 0.00999,
45
+ 370, 0.00999,
46
+ 370, 0.00999,
47
+ 370+22, 0.00999,
48
+ 370+22, 0.00999,
49
+ Zumkehr+<zumkehr, 0.01000,
50
+ >+Fax, 0.01000,
51
+ >+Pascal, 0.01000,
52
+ >+Pascal, 0.01000,
53
+ Hast, 0.01000,
54
+ GmbH+>, 0.01000,
55
+ Mittwoch, 0.01000,
56
+ Pascal+Ich, 0.01000,
57
+ Received*Dec+2012, 0.99000,
58
+ Received*Dec+2012, 0.99000
59
+
60
+ Hallo Pascal
61
+
62
+ Whatup?
63
+
64
+
65
+ Liebe Grüsse Tinu
66
+
@@ -0,0 +1,15 @@
1
+ Subject: Re: Test Simple
2
+ From: Sender <sender@example.com>
3
+ Content-Type: text/plain;
4
+ charset=utf-8
5
+ Message-Id: <743651E5-6CFF-41D5-8D01-3A3E57CC9B1C@example.com>
6
+ Date: Mon, 10 Dec 2012 13:30:38 +0100
7
+ To: Receiver <receiver@example.com>
8
+
9
+ Hallo Pascal
10
+
11
+ Whatup?
12
+
13
+
14
+ Liebe Grüsse Tinu
15
+
@@ -0,0 +1,15 @@
1
+ Subject: Re: Jubla Gruppen
2
+ From: Martin Zust <animation@jublaluzern.ch>
3
+ Content-Type: text/plain;
4
+ charset=utf-8
5
+ Message-Id: <743651E5-6CFF-41D5-8D01-3A3E57CC9B1C@jublaluzern.ch>
6
+ Date: Mon, 10 Dec 2012 13:30:38 +0100
7
+ To: Pascal Zumkehr <zumkehr@puzzle.ch>
8
+
9
+ Hallo Pascal
10
+
11
+ Whatup?
12
+
13
+
14
+ Liebe Grüsse Tinu
15
+
@@ -0,0 +1,19 @@
1
+ require "bundler"
2
+ Bundler.setup
3
+
4
+ if RUBY_VERSION =~ /\A1\.9/ && !defined?(JRUBY_VERSION)
5
+ require 'simplecov'
6
+ SimpleCov.start
7
+ SimpleCov.coverage_dir 'spec/coverage'
8
+ end
9
+
10
+ require "rspec"
11
+ require "mail_relay"
12
+
13
+ Mail.defaults do
14
+ delivery_method Mail::TestMailer
15
+ end
16
+
17
+ RSpec.configure do |config|
18
+ #config.include NewGem::Spec::Matchers
19
+ end
metadata ADDED
@@ -0,0 +1,252 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mail_relay
3
+ version: !ruby/object:Gem::Version
4
+ hash: 27
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 0
10
+ version: 0.1.0
11
+ platform: ruby
12
+ authors:
13
+ - Pascal Zumkehr
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2013-03-12 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ version_requirements: &id001 !ruby/object:Gem::Requirement
22
+ none: false
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ hash: 13
27
+ segments:
28
+ - 1
29
+ - 1
30
+ version: "1.1"
31
+ prerelease: false
32
+ requirement: *id001
33
+ type: :runtime
34
+ name: bundler
35
+ - !ruby/object:Gem::Dependency
36
+ version_requirements: &id002 !ruby/object:Gem::Requirement
37
+ none: false
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ hash: 3
42
+ segments:
43
+ - 0
44
+ version: "0"
45
+ prerelease: false
46
+ requirement: *id002
47
+ type: :runtime
48
+ name: mail
49
+ - !ruby/object:Gem::Dependency
50
+ version_requirements: &id003 !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ hash: 3
56
+ segments:
57
+ - 0
58
+ version: "0"
59
+ prerelease: false
60
+ requirement: *id003
61
+ type: :development
62
+ name: rake
63
+ - !ruby/object:Gem::Dependency
64
+ version_requirements: &id004 !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ hash: 3
70
+ segments:
71
+ - 0
72
+ version: "0"
73
+ prerelease: false
74
+ requirement: *id004
75
+ type: :development
76
+ name: rdoc
77
+ - !ruby/object:Gem::Dependency
78
+ version_requirements: &id005 !ruby/object:Gem::Requirement
79
+ none: false
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ hash: 3
84
+ segments:
85
+ - 0
86
+ version: "0"
87
+ prerelease: false
88
+ requirement: *id005
89
+ type: :development
90
+ name: simplecov
91
+ - !ruby/object:Gem::Dependency
92
+ version_requirements: &id006 !ruby/object:Gem::Requirement
93
+ none: false
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ hash: 3
98
+ segments:
99
+ - 0
100
+ version: "0"
101
+ prerelease: false
102
+ requirement: *id006
103
+ type: :development
104
+ name: rspec
105
+ description: Retrieves messages from a mail server and resends them to a list of recievers.
106
+ email:
107
+ - spam@codez.ch
108
+ executables: []
109
+
110
+ extensions: []
111
+
112
+ extra_rdoc_files: []
113
+
114
+ files:
115
+ - lib/mail_relay/base.rb
116
+ - lib/mail_relay/version.rb
117
+ - lib/mail_relay.rb
118
+ - MIT-LICENSE
119
+ - Rakefile
120
+ - README.rdoc
121
+ - spec/base_spec.rb
122
+ - spec/fixtures/list.eml
123
+ - spec/fixtures/list.eml~
124
+ - spec/fixtures/regular.eml
125
+ - spec/fixtures/simple.eml~
126
+ - spec/fixtures/simple.eml
127
+ - spec/fixtures/regular.eml~
128
+ - spec/spec_helper.rb
129
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-icons_cd0a0a_256x240.png
130
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-icons_454545_256x240.png
131
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
132
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-icons_222222_256x240.png
133
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_75_dadada_1x400.png
134
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-icons_888888_256x240.png
135
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
136
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
137
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-icons_2e83ff_256x240.png
138
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
139
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
140
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
141
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
142
+ - spec/coverage/assets/0.7.1/favicon_yellow.png
143
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_sw.png
144
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_nw.png
145
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_n.png
146
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_s.png
147
+ - spec/coverage/assets/0.7.1/fancybox/fancy_loading.png
148
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_e.png
149
+ - spec/coverage/assets/0.7.1/fancybox/fancy_nav_right.png
150
+ - spec/coverage/assets/0.7.1/fancybox/fancy_close.png
151
+ - spec/coverage/assets/0.7.1/fancybox/fancy_title_main.png
152
+ - spec/coverage/assets/0.7.1/fancybox/fancy_nav_left.png
153
+ - spec/coverage/assets/0.7.1/fancybox/fancy_title_over.png
154
+ - spec/coverage/assets/0.7.1/fancybox/fancy_title_left.png
155
+ - spec/coverage/assets/0.7.1/fancybox/fancybox.png
156
+ - spec/coverage/assets/0.7.1/fancybox/fancybox-x.png
157
+ - spec/coverage/assets/0.7.1/fancybox/fancybox-y.png
158
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_se.png
159
+ - spec/coverage/assets/0.7.1/fancybox/fancy_title_right.png
160
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_w.png
161
+ - spec/coverage/assets/0.7.1/fancybox/blank.gif
162
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_ne.png
163
+ - spec/coverage/assets/0.7.1/favicon_green.png
164
+ - spec/coverage/assets/0.7.1/loading.gif
165
+ - spec/coverage/assets/0.7.1/favicon_red.png
166
+ - spec/coverage/assets/0.7.1/application.css
167
+ - spec/coverage/assets/0.7.1/magnify.png
168
+ - spec/coverage/assets/0.7.1/application.js
169
+ - spec/coverage/index.html
170
+ homepage: http://github.com/codez/mail_relay
171
+ licenses: []
172
+
173
+ post_install_message:
174
+ rdoc_options: []
175
+
176
+ require_paths:
177
+ - lib
178
+ required_ruby_version: !ruby/object:Gem::Requirement
179
+ none: false
180
+ requirements:
181
+ - - ">="
182
+ - !ruby/object:Gem::Version
183
+ hash: 3
184
+ segments:
185
+ - 0
186
+ version: "0"
187
+ required_rubygems_version: !ruby/object:Gem::Requirement
188
+ none: false
189
+ requirements:
190
+ - - ">="
191
+ - !ruby/object:Gem::Version
192
+ hash: 3
193
+ segments:
194
+ - 0
195
+ version: "0"
196
+ requirements: []
197
+
198
+ rubyforge_project:
199
+ rubygems_version: 1.8.11
200
+ signing_key:
201
+ specification_version: 3
202
+ summary: Relay emails for a catch-all address to user-defined recipients.
203
+ test_files:
204
+ - spec/base_spec.rb
205
+ - spec/fixtures/list.eml
206
+ - spec/fixtures/list.eml~
207
+ - spec/fixtures/regular.eml
208
+ - spec/fixtures/simple.eml~
209
+ - spec/fixtures/simple.eml
210
+ - spec/fixtures/regular.eml~
211
+ - spec/spec_helper.rb
212
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-icons_cd0a0a_256x240.png
213
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-icons_454545_256x240.png
214
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
215
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-icons_222222_256x240.png
216
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_75_dadada_1x400.png
217
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-icons_888888_256x240.png
218
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
219
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
220
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-icons_2e83ff_256x240.png
221
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
222
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
223
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
224
+ - spec/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
225
+ - spec/coverage/assets/0.7.1/favicon_yellow.png
226
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_sw.png
227
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_nw.png
228
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_n.png
229
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_s.png
230
+ - spec/coverage/assets/0.7.1/fancybox/fancy_loading.png
231
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_e.png
232
+ - spec/coverage/assets/0.7.1/fancybox/fancy_nav_right.png
233
+ - spec/coverage/assets/0.7.1/fancybox/fancy_close.png
234
+ - spec/coverage/assets/0.7.1/fancybox/fancy_title_main.png
235
+ - spec/coverage/assets/0.7.1/fancybox/fancy_nav_left.png
236
+ - spec/coverage/assets/0.7.1/fancybox/fancy_title_over.png
237
+ - spec/coverage/assets/0.7.1/fancybox/fancy_title_left.png
238
+ - spec/coverage/assets/0.7.1/fancybox/fancybox.png
239
+ - spec/coverage/assets/0.7.1/fancybox/fancybox-x.png
240
+ - spec/coverage/assets/0.7.1/fancybox/fancybox-y.png
241
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_se.png
242
+ - spec/coverage/assets/0.7.1/fancybox/fancy_title_right.png
243
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_w.png
244
+ - spec/coverage/assets/0.7.1/fancybox/blank.gif
245
+ - spec/coverage/assets/0.7.1/fancybox/fancy_shadow_ne.png
246
+ - spec/coverage/assets/0.7.1/favicon_green.png
247
+ - spec/coverage/assets/0.7.1/loading.gif
248
+ - spec/coverage/assets/0.7.1/favicon_red.png
249
+ - spec/coverage/assets/0.7.1/application.css
250
+ - spec/coverage/assets/0.7.1/magnify.png
251
+ - spec/coverage/assets/0.7.1/application.js
252
+ - spec/coverage/index.html