This project is archived and is in readonly mode.

#2109 ✓committed
Elliott Wood

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

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

Pages