diff options
author | Jamis Buck <jamis@37signals.com> | 2005-09-01 16:00:08 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-09-01 16:00:08 +0000 |
commit | 8373b55055f421bb48c375f69d85f6dbbe679649 (patch) | |
tree | 169eeb1fe6977620b1fc6d7d32a69b9e25307866 /actionmailer/CHANGELOG | |
parent | a32251487174dffe420980fbc9d43bcf4472d2af (diff) | |
download | rails-8373b55055f421bb48c375f69d85f6dbbe679649.tar.gz rails-8373b55055f421bb48c375f69d85f6dbbe679649.tar.bz2 rails-8373b55055f421bb48c375f69d85f6dbbe679649.zip |
* Don't add charset to content-type header for a part that contains subparts (for AOL compatibility) #2013 [John Long]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2091 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 1d4118ebff..914e93a24b 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Don't add charset to content-type header for a part that contains subparts (for AOL compatibility) #2013 [John Long] + * Preserve underscores when unquoting message bodies #1930 * Encode multibyte characters correctly #1894 |