This project is archived and is in readonly mode.
Remove charset param from multipart content-types
Reported by Elliott Wood | March 1st, 2009 @ 08:28 PM | in 2.x
As described in http://dev.rubyonrails.org/ticke..., the AOL e-mail client incorrectly displays all parts of a multipart/alternative section when a charset parameter is listed. The patch submitted at the time fixed this for the message's overall content-type. However, when sending a multipart/mixed message with a multipart/alternative section, the Content-Type header for the alternative section still includes charset parameter and AOL still renders both parts.
This patch removes the charset parameter from that header, which causes AOL's desktop client to properly display the message.
Comments and changes to this ticket
-
Repository March 2nd, 2009 @ 06:09 AM
- State changed from new to committed
(from [c41ed929bbbe649c730a90e1f3bf8a1f88dc1f81]) Removed the "charset" parameter from the Content-Type header of multipart sections of nested multipart messages.
Signed-off-by: Michael Koziarski michael@koziarski.com [#2109 state:committed] 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
Tags
Referenced by
- 2109 Remove charset param from multipart content-types Signed-off-by: Michael Koziarski michael@koziarski.com [#...