Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8980 (closed defect: incomplete)

Opened 1 year ago

Last modified 1 year ago

[PATCH] ActionMailer doesn't set charset properly when sending a multipart/mixed message.

Reported by: subimage Assigned to: core
Priority: normal Milestone: 1.2.4
Component: ActionMailer Version: 1.2.3
Severity: normal Keywords:
Cc:

Description

Like the title says.

ActionMailer isn't setting charset when sending a multipart/mixed message.

In the patch here I have it being set to utf-8 all the time, because @charset wasn't working.

Please advise on how to set the appropriate charset.

Also, setting @charset AFTER adding an attachment does not work...

Attachments

mail.rb (9.5 kB) - added by subimage on 07/14/07 07:02:15.
vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/mail.rb

Change History

07/14/07 07:02:15 changed by subimage

  • attachment mail.rb added.

vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/mail.rb

07/14/07 07:02:48 changed by subimage

See line 123 in the attached file

/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail/mail.rb

07/14/07 08:54:05 changed by manfred

  • status changed from new to closed.
  • resolution set to incomplete.

Thanks for your report. Can you create a proper patch as explained here? That way it's easier to see what changes you've made. I'm closing this patch as 'incomplete', please reopen when you've made the patch.