aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mail_service_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Don't apply a charset to attachments. Wrap base64-encoded lines.Jamis Buck2005-06-031-0/+2
* Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma...Jamis Buck2005-05-301-0/+6
* A very thorough refactoring, resulting in new mail property setters and suppo...Jamis Buck2005-05-291-25/+71
* Step cautiously around subheaders in TMail #1285 [Jamis Buck]David Heinemeier Hansson2005-05-101-1/+7
* Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf...David Heinemeier Hansson2005-05-101-0/+21
* Fixed the TMail#body method to look at the content-transfer-encoding header a...David Heinemeier Hansson2005-05-061-5/+57
* Added automatic decoding of base64 bodies #1214 [Jamis Buck]David Heinemeier Hansson2005-05-021-0/+14
* Improved address header processingDavid Heinemeier Hansson2005-04-131-11/+11
* Address parsing failed when the "to" (or "cc", or whatever) was an array. It ...David Heinemeier Hansson2005-04-131-1/+17
* Dont quote the bodyDavid Heinemeier Hansson2005-04-111-0/+25
* Fixed quoting for all address headers, not just to #955 [Jamis Buck] Added th...David Heinemeier Hansson2005-04-111-6/+44
* Made the unquoted subject and body the defaultDavid Heinemeier Hansson2005-03-211-0/+16
* Added support for charsets for both subject and body. The default charset is ...David Heinemeier Hansson2005-02-191-6/+90
* Fixed that bcc and cc should be settable through @bcc and @cc -- not just @he...David Heinemeier Hansson2005-01-131-0/+40
* InitialDavid Heinemeier Hansson2004-11-241-0/+92