diff options
author | Jamis Buck <jamis@37signals.com> | 2007-02-22 19:04:00 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2007-02-22 19:04:00 +0000 |
commit | f9a4774e0e5c34c31cd2fb726dd0f9b6694b4b1b (patch) | |
tree | 88ab6ed0b1769d68ebb4f40acb4dc86cb99687fb /actionmailer/CHANGELOG | |
parent | b6923c2b29b4eb6358c46ae086bd0a866f4e43c7 (diff) | |
download | rails-f9a4774e0e5c34c31cd2fb726dd0f9b6694b4b1b.tar.gz rails-f9a4774e0e5c34c31cd2fb726dd0f9b6694b4b1b.tar.bz2 rails-f9a4774e0e5c34c31cd2fb726dd0f9b6694b4b1b.zip |
Make sure parsed emails recognize attachments nested in multpart parts (closes #6714)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6207 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 157c975ef0..6a2ef88e99 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make sure parsed emails recognized attachments nested inside multipart parts. #6714 [Jamis Buck] + * Rename server_settings to smtp settings, and add sendmail_settings to allow you to override the arguments to and location of the sendmail executable. [Koz] * Allow mailer actions named send by using __send__ internally. #6467 [iGEL] |