diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-11 10:29:15 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-11 10:29:15 +0000 |
commit | 256e800a0125cdd724bb7bdefc091f36b872896f (patch) | |
tree | d8fc56ecfece464b045f00bc88da0b93b0bab0ff /actionmailer/CHANGELOG | |
parent | ea803aa4e3088522855d3695166b6489a273382f (diff) | |
download | rails-256e800a0125cdd724bb7bdefc091f36b872896f.tar.gz rails-256e800a0125cdd724bb7bdefc091f36b872896f.tar.bz2 rails-256e800a0125cdd724bb7bdefc091f36b872896f.zip |
Fixed quoting for all address headers, not just to #955 [Jamis Buck] Added that quoting to UTF-8 only happens if the characters used are in that range #955 [Jamis Buck]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1142 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index d7c2653df1..205fdc503e 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Fixed quoting for all address headers, not just to #955 [Jamis Buck] + +* Added that quoting to UTF-8 only happens if the characters used are in that range #955 [Jamis Buck] + * Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfgang@stufenlos.net] |