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
2006-11-05 21:56:18 +00:00
..
first_mailer Resolve conflict among mailer actions with the same name. Closes #5520. 2006-06-29 01:54:16 +00:00
helper_mailer Add assert_emails and assert_no_emails to test the number of emails delivered. Closes #6479. 2006-11-05 21:56:18 +00:00
helpers Add assert_emails and assert_no_emails to test the number of emails delivered. Closes #6479. 2006-11-05 21:56:18 +00:00
path.with.dots Resolve conflict among mailer actions with the same name. Closes #5520. 2006-06-29 01:54:16 +00:00
second_mailer Resolve conflict among mailer actions with the same name. Closes #5520. 2006-06-29 01:54:16 +00:00
templates
test_mailer Automatically included ActionController::UrlWriter, such that URL generation can happen within ActionMailer controllers. [DHH] 2006-08-25 06:48:15 +00:00
raw_email
raw_email2
raw_email3
raw_email4
raw_email5
raw_email6
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 Fixture for new test in [1395] 2005-06-08 10:29:17 +00:00
raw_email11 Unquoted @ chars in received email headers are parsed properly in spite of RFC 822 (#1206) 2005-06-22 09:59:14 +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_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