rails/actionmailer/test/fixtures
2010-01-22 13:27:26 +01:00
..
asset_host_mailer Ensure ActionMailer doesn't blow up when a two argument proc is set for the asset host 2008-12-01 19:38:25 +01:00
attachments Down to 30 failures total 2009-11-20 21:19:10 +11:00
auto_layout_mailer Refactor ActionView::Path 2009-04-22 17:24:41 -07:00
base_mailer Add basic template rendering to new DSL. 2010-01-22 13:27:26 +01:00
explicit_layout_mailer Revert "Revert "Add layout functionality to mailers."" 2008-09-09 17:25:09 -05:00
first_mailer Remove empty .rhtml templates 2008-02-07 23:10:01 +00:00
helper_mailer Remove empty .rhtml templates 2008-02-07 23:10:01 +00:00
helpers Mark html safety 2009-10-09 18:36:58 -07:00
layouts ActionMailer should respect content type when choosing layouts 2008-11-21 04:09:14 +05:30
path.with.dots/funky_path_mailer Fix failing CI test (broken in 2daac47 or e693f45): make test_multipart_with_template_path_with_dots only test path with dots, and stop failing on unrelated mimetype assertion. The image/jpeg multipart content type is already tested in test_explicitly_multipart_messages. 2009-05-27 21:38:23 +02:00
second_mailer Remove empty .rhtml templates 2008-02-07 23:10:01 +00:00
templates Remove empty .rhtml templates 2008-02-07 23:10:01 +00:00
test_mailer Add basic template rendering to new DSL. 2010-01-22 13:27:26 +01:00
raw_email Missing test data 2005-05-02 17:18:53 +00:00
raw_email2 Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perform the charset conversion if a 'from' and a 'to' charset are given (make no assumptions about what the charset was) #1276 [Jamis Buck] 2005-05-10 13:40:26 +00:00
raw_email3 Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perform the charset conversion if a 'from' and a 'to' charset are given (make no assumptions about what the charset was) #1276 [Jamis Buck] 2005-05-10 13:40:26 +00:00
raw_email4 Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perform the charset conversion if a 'from' and a 'to' charset are given (make no assumptions about what the charset was) #1276 [Jamis Buck] 2005-05-10 13:40:26 +00:00
raw_email5 Step cautiously around subheaders in TMail #1285 [Jamis Buck] 2005-05-10 15:30:18 +00:00
raw_email6 Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedymac.com] 2005-05-30 23:09:50 +00:00
raw_email7 Make sure anything with content-disposition of "attachment" is passed to the attachment presenter when parsing an email body 2006-01-23 16:48:24 +00:00
raw_email8 Don't error while processing encoded attachment names #1340 [lon@speedymac.com] 2005-06-06 16:12:38 +00:00
raw_email9 Add a test case for malformed email headers 2005-06-06 16:47:20 +00:00
raw_email10 Fixture for new test in [1395] 2005-06-08 10:29:17 +00:00
raw_email12 Fixture for tests in [2034] 2005-08-22 21:05:44 +00:00
raw_email13 Make sure TMail#attachments includes anything with content-disposition of "attachment", regardless of content-type 2006-01-23 16:37:46 +00:00
raw_email_quoted_with_0d0a Make sure DOS newlines in quoted-printable text are normalized to unix newlines before unquoting. closes $166 and #4452 2006-09-09 20:16:42 +00:00
raw_email_with_invalid_characters_in_content_type Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel] 2007-11-06 14:24:32 +00:00
raw_email_with_nested_attachment Make sure parsed emails recognize attachments nested in multpart parts (closes #6714) 2007-02-22 19:04:00 +00:00
raw_email_with_partially_quoted_subject Make sure quoted-printable text is decoded correctly when only portions of the text are encoded. closes #3154. 2006-09-09 21:14:43 +00:00