1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/test/fixtures
Frank Fischer b247f39442 Added a testcase for bug [#5329]
Signed-off-by: José Valim <jose.valim@gmail.com>
2011-01-19 23:24:57 +01:00
..
another.path/base_mailer Add some view paths tests. 2010-01-25 00:20:38 +01:00
asset_host_mailer
asset_mailer Move config_accessor :asset_host from ActionController::Base to AbstractController which fixes issues with asset_host in ActionMailer 2010-07-24 00:27:25 +02:00
attachments Down to 30 failures total 2009-11-20 21:19:10 +11:00
auto_layout_mailer
base_mailer Ensure templates like template.html are found but still uses the proper virtual path. 2010-08-26 16:07:54 -03:00
explicit_layout_mailer Revert "Revert "Add layout functionality to mailers."" 2008-09-09 17:25:09 -05:00
first_mailer
i18n_test_mailer Added a testcase for bug [#5329] 2011-01-19 23:24:57 +01:00
layouts
nested_layout_mailer
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
templates
test_mailer Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
url_test_mailer Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
raw_email Missing test data 2005-05-02 17:18:53 +00:00
raw_email2
raw_email3
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 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
raw_email6 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03: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
raw_email9
raw_email10
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
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