mail_manager 3.2.5 → 3.2.6

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. checksums.yaml +4 -4
  2. data/README.md +4 -1
  3. data/app/controllers/mail_manager/bounces_controller.rb +13 -1
  4. data/app/controllers/mail_manager/contacts_controller.rb +1 -2
  5. data/app/controllers/mail_manager/mailings_controller.rb +2 -4
  6. data/app/controllers/mail_manager/subscriptions_controller.rb +0 -2
  7. data/app/models/mail_manager/bounce.rb +9 -7
  8. data/app/models/mail_manager/contactable_registry.rb +2 -1
  9. data/app/models/mail_manager/mailable.rb +11 -9
  10. data/app/models/mail_manager/mailer.rb +13 -5
  11. data/app/models/mail_manager/mailing.rb +13 -25
  12. data/app/models/mail_manager/mailing_list.rb +17 -0
  13. data/app/models/mail_manager/message.rb +12 -1
  14. data/app/models/mail_manager/subscription.rb +12 -0
  15. data/app/views/mail_manager/bounces/_email_parts.html.erb +3 -1
  16. data/app/views/mail_manager/bounces/index.html.erb +1 -1
  17. data/app/views/mail_manager/bounces/show.html.erb +2 -2
  18. data/app/views/mail_manager/contacts/_form.html.erb +1 -1
  19. data/app/views/mail_manager/mailings/index.html.erb +3 -3
  20. data/app/views/mail_manager/messages/index.html.erb +1 -1
  21. data/app/views/mail_manager/subscriptions/_subscriptions.html.erb +6 -3
  22. data/config/routes.rb +2 -2
  23. data/lib/delayed/status.rb +5 -2
  24. data/lib/delayed/status_job.rb +5 -21
  25. data/lib/delayed_overrides/job.rb +6 -0
  26. data/lib/mail_manager/engine.rb +23 -1
  27. data/lib/mail_manager/version.rb +1 -1
  28. data/mail_manager.gemspec +10 -3
  29. data/spec/test_app/Procfile +5 -3
  30. data/spec/test_app/config/mail_manager.yml +3 -0
  31. data/spec/test_app/features/contact_management.feature +7 -0
  32. data/spec/test_app/features/message_management.feature +8 -1
  33. data/spec/test_app/features/step_definitions/webrat_steps.rb +6 -2
  34. data/spec/test_app/lib/debugging.rb +2 -2
  35. data/spec/test_app/script/full_suite +7 -5
  36. data/spec/test_app/spec/controllers/mail_manager/bounces_controller_spec.rb +39 -0
  37. data/spec/test_app/spec/controllers/mail_manager/mailings_controller_spec.rb +12 -0
  38. data/spec/test_app/spec/models/mail_manager/bounce_spec.rb +31 -0
  39. data/spec/test_app/spec/models/mail_manager/engine_spec.rb +25 -0
  40. data/spec/test_app/spec/models/mail_manager/mailing_list_spec.rb +39 -0
  41. data/spec/test_app/spec/models/mail_manager/mailing_spec.rb +43 -1
  42. data/spec/test_app/spec/models/mail_manager/message_spec.rb +19 -0
  43. data/spec/test_app/spec/models/mail_manager/subscription_spec.rb +17 -0
  44. data/spec/test_app/spec/support/files/bounce-400.txt +73 -0
  45. data/spec/test_app/spec/support/files/bounce-500.txt +75 -0
  46. data/spec/test_app/spec/support/files/bounce-invalid-address.txt +73 -0
  47. data/spec/test_app/spec/support/files/bounce-invalid.txt +113 -0
  48. data/spec/test_app/spec/support/files/bounce-invalid2.txt +29 -0
  49. data/spec/test_app/spec/support/files/bounce-invalid3.txt +29 -0
  50. data/spec/test_app/spec/support/files/bounce-mail-box-full.txt +1178 -0
  51. data/spec/test_app/spec/support/files/bounce-over-quota.txt +1173 -0
  52. data/spec/test_app/spec/support/files/bounce-smtp-timeout.txt +73 -0
  53. data/spec/test_app/spec/support/files/bounce-unknown_domain.txt +73 -0
  54. data/spec/test_app/spec/support/files/mail_manager_empty_table_prefix.yml +85 -0
  55. data/spec/test_app/spec/support/files/mail_manager_use_generic_mailables.yml +86 -0
  56. metadata +36 -3
@@ -0,0 +1,73 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: from zapp.lnstar.com (zapp.lnstar.com [66.45.121.18])
3
+ by nibbler.lnstar.com (8.14.0/8.14.0) with ESMTP id oAKJLVgA014801
4
+ for <bounce@austinflowers.com>; Sat, 20 Nov 2010 13:21:31 -0600
5
+ Received: by zapp.lnstar.com (Postfix)
6
+ id 9F23F10E6F1; Sat, 20 Nov 2010 13:21:31 -0600 (CST)
7
+ Date: Sat, 20 Nov 2010 13:21:31 -0600 (CST)
8
+ From: MAILER-DAEMON@lnstar.com (Mail Delivery System)
9
+ Subject: Undelivered Mail Returned to Sender
10
+ To: bounce@austinflowers.com
11
+ Auto-Submitted: auto-replied
12
+ MIME-Version: 1.0
13
+ Content-Type: multipart/report; report-type=delivery-status;
14
+ boundary="8997A10E6F6.1290280891/zapp.lnstar.com"
15
+ Message-Id: <20101120192131.9F23F10E6F1@zapp.lnstar.com>
16
+ X-Spam-Status: No, score=-0.5 required=5.0 tests=ALL_TRUSTED,AWL,WEIRD_PORT
17
+ autolearn=disabled version=3.2.1
18
+ X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on nibbler.lnstar.com
19
+ Status: O
20
+
21
+ This is a MIME-encapsulated message.
22
+
23
+ --8997A10E6F6.1290280891/zapp.lnstar.com
24
+ Content-Description: Notification
25
+ Content-Type: text/plain; charset=us-ascii
26
+
27
+ This is the mail system at host zapp.lnstar.com.
28
+
29
+ I'm sorry to have to inform you that your message could not
30
+ be delivered to one or more recipients. It's attached below.
31
+
32
+ For further assistance, please send mail to postmaster.
33
+
34
+ If you do so, please include this problem report. You can
35
+ delete your own text from the attached returned message.
36
+
37
+ The mail system
38
+
39
+ <smd1354@sbcglobal.com>: connect to sbcglobal.com[144.160.103.79]:25:
40
+ Connection timed out
41
+
42
+ --8997A10E6F6.1290280891/zapp.lnstar.com
43
+ Content-Description: Delivery report
44
+ Content-Type: message/delivery-status
45
+
46
+ Reporting-MTA: dns; zapp.lnstar.com
47
+ X-Postfix-Queue-ID: 8997A10E6F6
48
+ X-Postfix-Sender: rfc822; bounce@austinflowers.com
49
+ Arrival-Date: Mon, 15 Nov 2010 13:03:41 -0600 (CST)
50
+
51
+ Final-Recipient: rfc822; smd1354@sbcglobal.com
52
+ Action: failed
53
+ Status: 4.4.1
54
+ Diagnostic-Code: X-Postfix; connect to sbcglobal.com[144.160.103.79]:25:
55
+ Connection timed out
56
+
57
+ --8997A10E6F6.1290280891/zapp.lnstar.com
58
+ Content-Description: Undelivered Message Headers
59
+ Content-Type: text/rfc822-headers
60
+
61
+ Return-Path: <bounce@austinflowers.com>
62
+ Received: by zapp.lnstar.com (Postfix, from userid 65534)
63
+ id 8997A10E6F6; Mon, 15 Nov 2010 13:03:41 -0600 (CST)
64
+ Date: Mon, 15 Nov 2010 13:03:41 -0600
65
+ From: "San AntonioFlowerCo." <Tommy@sanantonioflowercompany.com>
66
+ To: smd1354@sbcglobal.com
67
+ Subject: Mum Special
68
+ Mime-Version: 1.0
69
+ Content-Type: multipart/alternative; boundary=mimepart_4ce1840d82449_4289..fdba200de1005bb
70
+ X-Bounce-Guid: 435-445-727-7344ff302f08bb0bf67b33e8f59b2880fe0c960b
71
+ Message-Id: <20101115190341.8997A10E6F6@zapp.lnstar.com>
72
+
73
+ --8997A10E6F6.1290280891/zapp.lnstar.com--
@@ -0,0 +1,73 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: from zapp.lnstar.com (zapp.lnstar.com [66.45.121.18])
3
+ by nibbler.lnstar.com (8.14.0/8.14.0) with ESMTP id oB1ILach023363
4
+ for <bounce@austinflowers.com>; Wed, 1 Dec 2010 12:21:36 -0600
5
+ Received: by zapp.lnstar.com (Postfix)
6
+ id 2AB5A10E6EE; Wed, 1 Dec 2010 12:21:36 -0600 (CST)
7
+ Date: Wed, 1 Dec 2010 12:21:36 -0600 (CST)
8
+ From: MAILER-DAEMON@lnstar.com (Mail Delivery System)
9
+ Subject: Undelivered Mail Returned to Sender
10
+ To: bounce@austinflowers.com
11
+ Auto-Submitted: auto-replied
12
+ MIME-Version: 1.0
13
+ Content-Type: multipart/report; report-type=delivery-status;
14
+ boundary="199E710E6EB.1291227696/zapp.lnstar.com"
15
+ Message-Id: <20101201182136.2AB5A10E6EE@zapp.lnstar.com>
16
+ X-Spam-Status: No, score=-1.3 required=5.0 tests=ALL_TRUSTED,AWL
17
+ autolearn=disabled version=3.2.1
18
+ X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on nibbler.lnstar.com
19
+ Status:
20
+
21
+ This is a MIME-encapsulated message.
22
+
23
+ --199E710E6EB.1291227696/zapp.lnstar.com
24
+ Content-Description: Notification
25
+ Content-Type: text/plain; charset=us-ascii
26
+
27
+ This is the mail system at host zapp.lnstar.com.
28
+
29
+ I'm sorry to have to inform you that your message could not
30
+ be delivered to one or more recipients. It's attached below.
31
+
32
+ For further assistance, please send mail to postmaster.
33
+
34
+ If you do so, please include this problem report. You can
35
+ delete your own text from the attached returned message.
36
+
37
+ The mail system
38
+
39
+ <anthony@ticketsyanyevent.com>: Host or domain name not found. Name service
40
+ error for name=ticketsyanyevent.com type=A: Host not found
41
+
42
+ --199E710E6EB.1291227696/zapp.lnstar.com
43
+ Content-Description: Delivery report
44
+ Content-Type: message/delivery-status
45
+
46
+ Reporting-MTA: dns; zapp.lnstar.com
47
+ X-Postfix-Queue-ID: 199E710E6EB
48
+ X-Postfix-Sender: rfc822; bounce@austinflowers.com
49
+ Arrival-Date: Wed, 1 Dec 2010 12:21:36 -0600 (CST)
50
+
51
+ Final-Recipient: rfc822; anthony@ticketsyanyevent.com
52
+ Action: failed
53
+ Status: 5.4.4
54
+ Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error
55
+ for name=ticketsyanyevent.com type=A: Host not found
56
+
57
+ --199E710E6EB.1291227696/zapp.lnstar.com
58
+ Content-Description: Undelivered Message Headers
59
+ Content-Type: text/rfc822-headers
60
+
61
+ Return-Path: <bounce@austinflowers.com>
62
+ Received: by zapp.lnstar.com (Postfix, from userid 65534)
63
+ id 199E710E6EB; Wed, 1 Dec 2010 12:21:36 -0600 (CST)
64
+ Date: Wed, 1 Dec 2010 12:21:36 -0600
65
+ From: "San Antonio Flower Co." <tommy@sanantonioflowercompany.com>
66
+ To: anthony@ticketsyanyevent.com
67
+ Subject: Rose Bouquet Special
68
+ Mime-Version: 1.0
69
+ Content-Type: multipart/alternative; boundary=mimepart_4cf69230199e7_3299..fdba850d82231b
70
+ X-Bounce-Guid: 123-133-834-4e158432ca9bdc473fc8a12c6696d667cec893c4
71
+ Message-Id: <20101201182136.199E710E6EB@zapp.lnstar.com>
72
+
73
+ --199E710E6EB.1291227696/zapp.lnstar.com--
@@ -0,0 +1,85 @@
1
+ # this file is used to configure the mail_manager gem
2
+ # it works like an older gem called AppConfig
3
+ # all environments start with settings from the 'common' section
4
+ # and are overridden by the section that matches the environment's name
5
+ # also .. if you create a 'config/mail_manager.local.yml' it will override
6
+ # what is in 'config/mail_manager.yml' such that you can keep a version
7
+ # for local settings and not overwrite one that you include in your source control
8
+ # also ... these files allow the use of erb syntax to set variables with ruby thus
9
+ # allowing ENV variables and such to be used
10
+ # here are the valid settings and what they are for:
11
+ # site_url: used in various places to get the url of the site (such as in mailings templates)
12
+ # public_layout: layout used for public facing pages like unsubscribing and opt-in pages
13
+ # layout: layout used for mail manager administratin pages
14
+ # site_path: used in case your rails site is at a sub-path of the site url
15
+ # exception_notification: (grouping for who gets notified of exceptions)
16
+ # to_addresses: an array of recipients for exceptions
17
+ # from_address: who the exception appears to be from
18
+ # requires_authentication: whether the mail manager app requires login
19
+ # authorized_roles: array of role names that can administer the mail manager
20
+ # roles_method: the method that your "current_user" object defines its role names(returns a list of strings)
21
+ # unsubscribe_path: public url for unsubscribing ... this is a prefix and is followed by a message 'guid', defaults to '/listmgr' and routes as '/listmgr/:guid'
22
+ # dont_include_images_domains: a list of domains that won't include images in the email, whether or not the mailing is set to include them
23
+ # sleep_time_between_messages: a timeout between messages to slow the output of emails to your email server; you should probably limit with your mail server itself if possible
24
+ # path_prefix: a prefix to the mail manager routes(defaults to /admin)
25
+ # table_prefix: prefixes all mail manager tables with a string to avoid collisions with your app - should be set BEFORE running migrations
26
+ # default_from_email_address: where any public messages from the app default to for the "FROM:" header
27
+ # secret: a secret for encrypting tokens and guids
28
+ # bounce: (a grouping for 'POP' settings for bounce messages and the RETURN_PATH: header)
29
+ # email_address: the account for POPing bounces and RETURN_PATH
30
+ # login: login for account for POPing
31
+ # password: password for account for POPing
32
+ # pop_server: POP server
33
+ # port: PORT of pop server
34
+ # ssl: true/false whether you want to enable ssl for pop
35
+ # subscribe_path: public path for double-opt-in 'subscribe' step which sends the email
36
+ # honey_pot_field: used to set a field name which will ignore submissions to the subscribe action if filled
37
+ # double_opt_in_path: path to route the double-opt-in confirmation action to
38
+ # signup_email_address: email address for the FROM: of a double opt in/subscribe email
39
+ #
40
+ ---
41
+ common:
42
+ site_url: http://mail-manager.dev
43
+ public_layout: mail_manager/layout
44
+ site_path: /
45
+ use_show_for_resources: false
46
+ exception_notification:
47
+ to_addresses:
48
+ - chauboldt@lone-star.net
49
+ - chauboldt@lnstar.com
50
+ from_address: errors@example.net
51
+ requires_authentication: false
52
+ roles_method:
53
+ authorized_roles: []
54
+ unsubscribe_path: /listmgr
55
+ subscribe_path: /subscribe
56
+ subscribe_thank_you_path: /listmgr/subscribe_thank_you
57
+ double_opt_in_path: /listmgr/confirm
58
+ honey_pot_field: company_name
59
+ signup_email_address: chrisboy <chrisboy@lvh.me>
60
+ dont_include_images_domains:
61
+ - yahoo.com
62
+ - google.com
63
+ - hotmail.com
64
+ sleep_time_between_messages: 0.3
65
+ path_prefix: /admin
66
+ table_prefix:
67
+ default_from_email_address: chrisboy <chrisboy@lvh.me>
68
+ secret: 7a3906324erwr6254e85e4bdb80592001a
69
+ bounce:
70
+ email_address: bounce@lvh.me
71
+ login: bounce
72
+ password: secret
73
+ pop_server: mail.lvh.me
74
+ port: <%= ENV['POST_OFFICE_POP_PORT'] %>
75
+ ssl: false
76
+ tls: false
77
+ enable_starttls_auto: false
78
+ development:
79
+ site_url: http://example.dev
80
+ secret: !binary |-
81
+ ZDgxNDViNzJhOWExMDI1NmU1OTkwZDEzYTgyODcy
82
+ test:
83
+ site_url: http://mail-manager.lvh.me:4460
84
+ secret: !binary |-
85
+ ZjU0MDU2YWU4M2Q0MjU4MTM2ZWIwYzM2ZTNjMDRj
@@ -0,0 +1,86 @@
1
+ # this file is used to configure the mail_manager gem
2
+ # it works like an older gem called AppConfig
3
+ # all environments start with settings from the 'common' section
4
+ # and are overridden by the section that matches the environment's name
5
+ # also .. if you create a 'config/mail_manager.local.yml' it will override
6
+ # what is in 'config/mail_manager.yml' such that you can keep a version
7
+ # for local settings and not overwrite one that you include in your source control
8
+ # also ... these files allow the use of erb syntax to set variables with ruby thus
9
+ # allowing ENV variables and such to be used
10
+ # here are the valid settings and what they are for:
11
+ # site_url: used in various places to get the url of the site (such as in mailings templates)
12
+ # public_layout: layout used for public facing pages like unsubscribing and opt-in pages
13
+ # layout: layout used for mail manager administratin pages
14
+ # site_path: used in case your rails site is at a sub-path of the site url
15
+ # exception_notification: (grouping for who gets notified of exceptions)
16
+ # to_addresses: an array of recipients for exceptions
17
+ # from_address: who the exception appears to be from
18
+ # requires_authentication: whether the mail manager app requires login
19
+ # authorized_roles: array of role names that can administer the mail manager
20
+ # roles_method: the method that your "current_user" object defines its role names(returns a list of strings)
21
+ # unsubscribe_path: public url for unsubscribing ... this is a prefix and is followed by a message 'guid', defaults to '/listmgr' and routes as '/listmgr/:guid'
22
+ # dont_include_images_domains: a list of domains that won't include images in the email, whether or not the mailing is set to include them
23
+ # sleep_time_between_messages: a timeout between messages to slow the output of emails to your email server; you should probably limit with your mail server itself if possible
24
+ # path_prefix: a prefix to the mail manager routes(defaults to /admin)
25
+ # table_prefix: prefixes all mail manager tables with a string to avoid collisions with your app - should be set BEFORE running migrations
26
+ # default_from_email_address: where any public messages from the app default to for the "FROM:" header
27
+ # secret: a secret for encrypting tokens and guids
28
+ # bounce: (a grouping for 'POP' settings for bounce messages and the RETURN_PATH: header)
29
+ # email_address: the account for POPing bounces and RETURN_PATH
30
+ # login: login for account for POPing
31
+ # password: password for account for POPing
32
+ # pop_server: POP server
33
+ # port: PORT of pop server
34
+ # ssl: true/false whether you want to enable ssl for pop
35
+ # subscribe_path: public path for double-opt-in 'subscribe' step which sends the email
36
+ # honey_pot_field: used to set a field name which will ignore submissions to the subscribe action if filled
37
+ # double_opt_in_path: path to route the double-opt-in confirmation action to
38
+ # signup_email_address: email address for the FROM: of a double opt in/subscribe email
39
+ #
40
+ ---
41
+ common:
42
+ site_url: http://mail-manager.dev
43
+ public_layout: mail_manager/layout
44
+ site_path: /
45
+ use_show_for_resources: false
46
+ exception_notification:
47
+ to_addresses:
48
+ - chauboldt@lone-star.net
49
+ - chauboldt@lnstar.com
50
+ from_address: errors@example.net
51
+ requires_authentication: false
52
+ roles_method:
53
+ authorized_roles: []
54
+ unsubscribe_path: /listmgr
55
+ subscribe_path: /subscribe
56
+ subscribe_thank_you_path: /listmgr/subscribe_thank_you
57
+ double_opt_in_path: /listmgr/confirm
58
+ honey_pot_field: company_name
59
+ signup_email_address: chrisboy <chrisboy@lvh.me>
60
+ dont_include_images_domains:
61
+ - yahoo.com
62
+ - google.com
63
+ - hotmail.com
64
+ sleep_time_between_messages: 0.3
65
+ path_prefix: /admin
66
+ table_prefix: mail_manager_
67
+ register_generic_mailable: true
68
+ default_from_email_address: chrisboy <chrisboy@lvh.me>
69
+ secret: 7a3906324erwr6254e85e4bdb80592001a
70
+ bounce:
71
+ email_address: bounce@lvh.me
72
+ login: bounce
73
+ password: secret
74
+ pop_server: mail.lvh.me
75
+ port: <%= ENV['POST_OFFICE_POP_PORT'] %>
76
+ ssl: false
77
+ tls: false
78
+ enable_starttls_auto: false
79
+ development:
80
+ site_url: http://example.dev
81
+ secret: !binary |-
82
+ ZDgxNDViNzJhOWExMDI1NmU1OTkwZDEzYTgyODcy
83
+ test:
84
+ site_url: http://mail-manager.lvh.me:4460
85
+ secret: !binary |-
86
+ ZjU0MDU2YWU4M2Q0MjU4MTM2ZWIwYzM2ZTNjMDRj
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mail_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.5
4
+ version: 3.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lone Star Internet
8
+ - Christopher Hauboldt
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-04-30 00:00:00.000000000 Z
12
+ date: 2015-05-22 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rails
@@ -324,6 +325,7 @@ files:
324
325
  - lib/delayed/repeating_job.rb
325
326
  - lib/delayed/status.rb
326
327
  - lib/delayed/status_job.rb
328
+ - lib/delayed_overrides/job.rb
327
329
  - lib/delayed_overrides/worker.rb
328
330
  - lib/deleteable.rb
329
331
  - lib/mail_manager.rb
@@ -469,6 +471,7 @@ files:
469
471
  - spec/test_app/spec/models/mail_manager/mailing_list_spec.rb
470
472
  - spec/test_app/spec/models/mail_manager/mailing_spec.rb
471
473
  - spec/test_app/spec/models/mail_manager/message_spec.rb
474
+ - spec/test_app/spec/models/mail_manager/subscription_spec.rb
472
475
  - spec/test_app/spec/models/user_spec.rb
473
476
  - spec/test_app/spec/rails_helper.rb
474
477
  - spec/test_app/spec/requests/users_spec.rb
@@ -481,6 +484,18 @@ files:
481
484
  - spec/test_app/spec/support/custom_matchers.rb
482
485
  - spec/test_app/spec/support/database_cleaner.rb
483
486
  - spec/test_app/spec/support/files/bad_utf8_chars.eml
487
+ - spec/test_app/spec/support/files/bounce-400.txt
488
+ - spec/test_app/spec/support/files/bounce-500.txt
489
+ - spec/test_app/spec/support/files/bounce-invalid-address.txt
490
+ - spec/test_app/spec/support/files/bounce-invalid.txt
491
+ - spec/test_app/spec/support/files/bounce-invalid2.txt
492
+ - spec/test_app/spec/support/files/bounce-invalid3.txt
493
+ - spec/test_app/spec/support/files/bounce-mail-box-full.txt
494
+ - spec/test_app/spec/support/files/bounce-over-quota.txt
495
+ - spec/test_app/spec/support/files/bounce-smtp-timeout.txt
496
+ - spec/test_app/spec/support/files/bounce-unknown_domain.txt
497
+ - spec/test_app/spec/support/files/mail_manager_empty_table_prefix.yml
498
+ - spec/test_app/spec/support/files/mail_manager_use_generic_mailables.yml
484
499
  - spec/test_app/spec/views/mail_manager/bounces/index.html.erb_spec.rb
485
500
  - spec/test_app/spec/views/mail_manager/bounces/show.html.erb_spec.rb
486
501
  - spec/test_app/spec/views/users/edit.html.erb_spec.rb
@@ -491,7 +506,12 @@ homepage: http://ireachnews.com
491
506
  licenses:
492
507
  - MIT
493
508
  metadata: {}
494
- post_install_message:
509
+ post_install_message: |2
510
+ #** Mail Manager 3.2.6 messages **********************
511
+ #** Required Actions for every upgrade **
512
+ rake mail_manager:upgrade # this adds any new migrations and migrates your DB ...
513
+ #** NOTE! you should try this in development before pushing to your production site
514
+ #*END Mail Manager messages ********************
495
515
  rdoc_options: []
496
516
  require_paths:
497
517
  - lib
@@ -642,6 +662,7 @@ test_files:
642
662
  - spec/test_app/spec/models/mail_manager/mailing_list_spec.rb
643
663
  - spec/test_app/spec/models/mail_manager/mailing_spec.rb
644
664
  - spec/test_app/spec/models/mail_manager/message_spec.rb
665
+ - spec/test_app/spec/models/mail_manager/subscription_spec.rb
645
666
  - spec/test_app/spec/models/user_spec.rb
646
667
  - spec/test_app/spec/rails_helper.rb
647
668
  - spec/test_app/spec/requests/users_spec.rb
@@ -654,6 +675,18 @@ test_files:
654
675
  - spec/test_app/spec/support/custom_matchers.rb
655
676
  - spec/test_app/spec/support/database_cleaner.rb
656
677
  - spec/test_app/spec/support/files/bad_utf8_chars.eml
678
+ - spec/test_app/spec/support/files/bounce-400.txt
679
+ - spec/test_app/spec/support/files/bounce-500.txt
680
+ - spec/test_app/spec/support/files/bounce-invalid-address.txt
681
+ - spec/test_app/spec/support/files/bounce-invalid.txt
682
+ - spec/test_app/spec/support/files/bounce-invalid2.txt
683
+ - spec/test_app/spec/support/files/bounce-invalid3.txt
684
+ - spec/test_app/spec/support/files/bounce-mail-box-full.txt
685
+ - spec/test_app/spec/support/files/bounce-over-quota.txt
686
+ - spec/test_app/spec/support/files/bounce-smtp-timeout.txt
687
+ - spec/test_app/spec/support/files/bounce-unknown_domain.txt
688
+ - spec/test_app/spec/support/files/mail_manager_empty_table_prefix.yml
689
+ - spec/test_app/spec/support/files/mail_manager_use_generic_mailables.yml
657
690
  - spec/test_app/spec/views/mail_manager/bounces/index.html.erb_spec.rb
658
691
  - spec/test_app/spec/views/mail_manager/bounces/show.html.erb_spec.rb
659
692
  - spec/test_app/spec/views/users/edit.html.erb_spec.rb