aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
...
* Update ActionMailer so it treats ActionView the same way that ActionControlle...Rick Olson2007-11-262-1/+1
* Add missing sub template fixtures. References #10130 [java]Michael Koziarski2007-11-222-0/+2
* Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]Rick Olson2007-11-061-0/+104
* Test which fails without [8052] [Koz]Michael Koziarski2007-10-291-1/+3
* Missed mailer adds.Jeremy Kemper2007-10-162-0/+4
* Disable the routing optimisation code when dealing with foo_url helpers. Add...Michael Koziarski2007-09-221-1/+1
* Fix attachment decoding when using the TMail C extension. Closes #7861.Jeremy Kemper2007-09-142-0/+1
* Missed svn adds. References #7534.Jeremy Kemper2007-06-082-0/+12
* Make sure parsed emails recognize attachments nested in multpart parts (close...Jamis Buck2007-02-221-0/+100
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-2128-34/+34
* Add assert_emails and assert_no_emails to test the number of emails delivered...Jeremy Kemper2006-11-053-3/+3
* Make sure quoted-printable text is decoded correctly when only portions of th...Jamis Buck2006-09-091-0/+14
* Make sure DOS newlines in quoted-printable text are normalized to unix newlin...Jamis Buck2006-09-091-0/+14
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-251-0/+3
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-294-1/+3
* Template paths with dot chars in them no longer mess up implicit template sel...Jamis Buck2006-01-291-0/+1
* Make sure anything with content-disposition of "attachment" is passed to the ...Jamis Buck2006-01-231-0/+10
* Make sure TMail#attachments includes anything with content-disposition of "at...Jamis Buck2006-01-231-0/+29
* Stricter matching for implicitly multipart filenames excludes files ending in...Jeremy Kemper2005-11-152-0/+2
* Fixture for tests in [2034]Jamis Buck2005-08-221-0/+32
* Better multipart support with implicit multipart/alternative and sorting of s...Jamis Buck2005-07-011-0/+1
* Unquoted @ chars in received email headers are parsed properly in spite of RF...Jamis Buck2005-06-221-0/+34
* Helper support for ActionMailerJamis Buck2005-06-165-0/+13
* Fixture for new test in [1395]Jamis Buck2005-06-081-0/+20
* Add a test case for malformed email headersJamis Buck2005-06-061-0/+28
* Don't error while processing encoded attachment names #1340 [lon@speedymac.com]Jamis Buck2005-06-061-0/+47
* Handle parsing of recursively multipart messagesJamis Buck2005-06-061-0/+56
* Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma...Jamis Buck2005-05-301-0/+20
* A very thorough refactoring, resulting in new mail property setters and suppo...Jamis Buck2005-05-292-0/+12
* Step cautiously around subheaders in TMail #1285 [Jamis Buck]David Heinemeier Hansson2005-05-101-0/+19
* Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf...David Heinemeier Hansson2005-05-103-0/+243
* Missing test dataDavid Heinemeier Hansson2005-05-021-0/+14
* InitialDavid Heinemeier Hansson2004-11-242-0/+6