This project is archived and is in readonly mode.
ActionMailer Does not Set Body Charset When there are Attachments
Reported by Paweł Kondzior | August 1st, 2008 @ 11:01 AM | in 2.x
When you create an ActionMailer email with attachments, the character set does not get properly set for the body. The attached patch adds a test for this and fixes it.
Comments and changes to this ticket
-
Paweł Kondzior August 1st, 2008 @ 03:51 PM
I want to admit that this patch is about 1 year old... it is available in http://dev.rubyonrails.org/ticke...
It's very sad that even when there are solutions for bug no one care about patches commited.
-
Paweł Kondzior August 4th, 2008 @ 08:53 AM
- Assigned user cleared.
-
Repository November 15th, 2008 @ 10:06 AM
(from [f46780a0b487c8da5f656254321add04165a11c6]) Fixed that no body charset would be set when there are attachments present [#740 state:commited] (Paweł Kondzior) http://github.com/rails/rails/co...
-
DHH November 15th, 2008 @ 10:07 AM
- State changed from new to committed
-
Repository November 15th, 2008 @ 03:45 PM
(from [e6b33a83376462619832fc51fb18929d4fc131db]) Added lambda merging to OptionMerger (especially useful with named_scope and with_options) [#740 state:commited] (Paweł Kondzior) http://github.com/rails/rails/co...
-
Repository November 15th, 2008 @ 03:48 PM
(from [9eaa0a3449595d07fe2ada5c4c93ec226622147c]) Added lambda merging to OptionMerger (especially useful with named_scope and with_options) [#740 state:committed] (Paweł Kondzior) http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 740 ActionMailer Does not Set Body Charset When there are Attachments (from [f46780a0b487c8da5f656254321add04165a11c6]) Fixed t...
- 740 ActionMailer Does not Set Body Charset When there are Attachments (from [e6b33a83376462619832fc51fb18929d4fc131db]) Added l...
- 740 ActionMailer Does not Set Body Charset When there are Attachments (from [9eaa0a3449595d07fe2ada5c4c93ec226622147c]) Added l...