diff options
author | Jamis Buck <jamis@37signals.com> | 2005-08-22 20:43:43 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-08-22 20:43:43 +0000 |
commit | b13efaf9855d5dc060972dae11ef97ab28c93e44 (patch) | |
tree | 4c3a9573f1e8d0c622a061698022fcc22b7cf353 /actionmailer/CHANGELOG | |
parent | 82f44f314402cbd4627caa1c8ba24c35a5c875dd (diff) | |
download | rails-b13efaf9855d5dc060972dae11ef97ab28c93e44.tar.gz rails-b13efaf9855d5dc060972dae11ef97ab28c93e44.tar.bz2 rails-b13efaf9855d5dc060972dae11ef97ab28c93e44.zip |
Look at content-location header (if available) to determine filename of attachments #1670
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2034 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 7ece8703f2..1d99448f62 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Look at content-location header (if available) to determine filename of attachments #1670 + * ActionMailer::Base.deliver(email) had been accidentally removed, but was documented in the Rails book #1849 * Fix problem with sendmail delivery where headers should be delimited by \n characters instead of \r\n, which confuses some mail readers #1742 [Kent Sibilev] |