diff options
author | Jamis Buck <jamis@37signals.com> | 2005-06-03 10:57:06 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-06-03 10:57:06 +0000 |
commit | 100fd7269990d5ecb6dc0f9731cce6714d5ebf76 (patch) | |
tree | 482db8a714fbff36ded3c98547c544a41bdd10cf /actionmailer/CHANGELOG | |
parent | 887497b0bb8725018837ddce162363c5f0e3f0b9 (diff) | |
download | rails-100fd7269990d5ecb6dc0f9731cce6714d5ebf76.tar.gz rails-100fd7269990d5ecb6dc0f9731cce6714d5ebf76.tar.bz2 rails-100fd7269990d5ecb6dc0f9731cce6714d5ebf76.zip |
Added a "content_type" accessor to allow messages to explicitly specify a content-type other than "text/plain" (the default).
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1382 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index b884272feb..7eeed73fc7 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added 'content_type' accessor, to allow content type to be set on a per-message basis. content_type defaults to "text/plain". + * Silently ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedymac.com] * Support attachments and multipart messages. |