rails--rails/actionmailer/test/fixtures
Jamis Buck 4d9ca4d9fb Make sure quoted-printable text is decoded correctly when only portions of the text are encoded. closes #3154.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5080 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-09-09 21:14:43 +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 Helper support for ActionMailer 2005-06-16 11:39:29 +00:00
helpers Helper support for ActionMailer 2005-06-16 11:39:29 +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 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_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