aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/quoting_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Updating to Mail 1.5.0, including default values for all Message#field_name m...Mikel Lindsaar2010-01-021-1/+1
* Merge branch 'master' of git://github.com/mikel/rails into mailJeremy Kemper2009-12-291-1/+1
|\
| * Changing body to use :to_s instead of :decoded... better use caseMikel Lindsaar2009-12-271-1/+1
* | Merge commit 'mikel/master' into mailJeremy Kemper2009-11-231-0/+4
|\|
| * Fixed up incompatible encoding problem for Ruby 1.9 in test suiteMikel Lindsaar2009-11-231-0/+4
* | Never require jcodeJeremy Kemper2009-11-221-1/+0
|/
* 131 tests, 266 assertions, 9 failures, 6 errorsMikel Lindsaar2009-11-211-7/+7
* More updates... 45 errors left to get it working with Mail gemMikel Lindsaar2009-11-201-2/+2
* Starting again on actionmailer integration with mailMikel Lindsaar2009-11-121-4/+8
* Make ActioMailer quoting test play nice with Ruby 1.9 [#1726 state:resolved]Mike Gunderloy2009-01-161-2/+4
* Remove explicit tmail requires in favor of autoloadJeremy Kemper2008-11-231-1/+0
* Bah, don't test TMail in AMJeremy Kemper2008-04-031-18/+0
* Ruby 1.9 compat: compare with same encodingJeremy Kemper2008-04-031-10/+13
* force_encoding to ascii-8bit instead of nilJeremy Kemper2008-04-011-20/+18
* Ruby 1.9 compat: test encoding fixes. Closes #10597 [murphy]Jeremy Kemper2008-01-191-1/+5
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Remove old tests which relied on @ being an ATOM to work around old Mail.app ...Michael Koziarski2007-12-021-26/+4
* Set default charset of MTAs to ISO instead of us-ascii (unless reported other...Tobias Lütke2007-10-091-2/+42
* Fix attachment decoding when using the TMail C extension. Closes #7861.Jeremy Kemper2007-09-141-1/+37
* Make sure quoted-printable text is decoded correctly when only portions of th...Jamis Buck2006-09-091-1/+6
* Make sure DOS newlines in quoted-printable text are normalized to unix newlin...Jamis Buck2006-09-091-0/+7
* Mailer template root applies to a class and its subclasses rather than acting...Jeremy Kemper2006-06-301-4/+1
* Encode multibyte characters correctly #1894Jamis Buck2005-09-011-0/+48