Closed (fixed)
Project:
Mime Mail
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2007 at 20:37 UTC
Updated:
23 Jul 2009 at 13:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
deekayen commentedWhich characters? (an email full source is preferable for perspective)
Comment #2
bgm commentedI am having this problem as well, with accentuated caracters and with the apostrophe ('), when using mimemail with the send module. It seems similar to what people describe here: http://drupal.org/node/78876
For example:
"De l’eau potable." should be "De l'eau potable"
"Québec" should be "Québec".
The html/mime file is correct HTML in UTF-8 format. The problem is that Hotmail and Gmail do not show the contents correctly. In Mutt it displays fine.
I will continue searching.
matt
Comment #3
mark.luyten commentedThis not only applies to Hotmail, .. also to all MS windows systems as they expect ISO Westerneurop, not UTF-8. Manually switching the browser or e-mail client to UTF_8 does solve the problem but is hard to explain to each and every user.
Mark Luyten
Comment #4
jerdavisUTF-8 is used in Mimemail as the character set specifically because that is what is considered the standard for content within Drupal to allow for multiple language support.
At this time there are no plans of changing the character set or attempting to add others to Mimemail in order to work around hotmail and some other client's lack of proper support or handling for UTF-8. If you are successful in doing so, please submit a patch!
Comment #5
agidise commentedJust add this in in theme_mimemail_message():
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">Comment #6
allie mickaThanks agidise
Can others confirm this fix? It would be very handy if it works! I'm attaching a patch. If anyone can confirm that it works - without breaking existing functionality for Thunderbird, OS X Mail, Gmail, Yahoo, etc. - I'll be happy to commit.
Comment #7
jerdavisTested this under Outlook 2007, gmail, Apple Mail and hotmail. It seems to be working correctly under all of these. There is still an issue in hotmail where the plain text email is shown and the html email is an attachment.
Comment #8
allie mickaCommitted to HEAD and DRUPAL-5. Thanks!
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #10
darrenphillips commentedI'm using drupal 5.7 and have tried mimemail 5.x-1.x-dev, HEAD, 5.x-1.0 and the patch to HEAD http://drupal.org/node/255821 but I still have problems with accented characters in emails to Hotmail addresses. The problem is with the inbox view, when I open the email it is fine. The email I'm sending as a from address that includes "Lizée" but appears in the hotmail inbox as "Lizée".
Any ideas?
thanks.
Comment #11
Helenag commentedI'm having a problem with mime mail. Gmail presents the title of the posts (sent by email) with wrong characters like this: "Construções"
I'm using drupal 5.3, mime mail 5.x-1.0.
Thanks for your help.