aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-05-02 17:15:21 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-05-02 17:15:21 +0000
commita2eb744dfbd53f1b7117834201957f60181ad78f (patch)
tree1aee06c1cb647e036fac8a5cf361da8b993845c2 /actionmailer/CHANGELOG
parentc8bd316754d43f237412de19a8044ef854d1ecba (diff)
downloadrails-a2eb744dfbd53f1b7117834201957f60181ad78f.tar.gz
rails-a2eb744dfbd53f1b7117834201957f60181ad78f.tar.bz2
rails-a2eb744dfbd53f1b7117834201957f60181ad78f.zip
Added automatic decoding of base64 bodies #1214 [Jamis Buck]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1275 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 88c3548046..25c980803b 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added automatic decoding of base64 bodies #1214 [Jamis Buck]
+
* Added that delivery errors are caught in a way so the mail is still returned whether the delivery was successful or not
* Fixed that email address like "Jamis Buck, M.D." <wild.medicine@example.net> would cause the quoter to generate emails resulting in "bad address" errors from the mail server #1220 [Jamis Buck]