aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-05-10 13:40:26 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-05-10 13:40:26 +0000
commit9c9286710268ff124ffe68727030dbe401bbc3c2 (patch)
tree8816e11fe7396c03412b5ffac79ad6a6d65c230a /actionmailer/CHANGELOG
parent8983a097522c08f4173abad5c1715268f31e994a (diff)
downloadrails-9c9286710268ff124ffe68727030dbe401bbc3c2.tar.gz
rails-9c9286710268ff124ffe68727030dbe401bbc3c2.tar.bz2
rails-9c9286710268ff124ffe68727030dbe401bbc3c2.zip
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]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1300 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 3d033705dc..b49821bcd5 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* 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]
+
+* Fix attachments and content-type problems #1276 [Jamis Buck]
+
* Fixed the TMail#body method to look at the content-transfer-encoding header and unquote the body according to the rules it specifies #1265 [Jamis Buck]
* Added unquoting even if the iconv lib can't be loaded--in that case, only the charset conversion is skipped #1265 [Jamis Buck]