Opened 14 years ago
Closed 8 years ago
#7791 closed defect (wontfix)
[patch] charset="us-ascii" in text part of html announcement
Reported by: | Dmitri | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | trivial | Keywords: | charset |
Cc: | Jan Beilicke | Trac Release: | 0.12 |
Description
When I choose the 'text/html' announcement format the first part of multipart/alternative mime has Content-Type: text/plain; charset="us-ascii"
, but second - Content-Type: text/html; charset="utf-8"
[announcer] mime_encoding = qp
Why? How can I change this behavior?
The message contains cyrillic characters. Then I choose multiple messages in Thunderbird, it displays something like Приоритет
. MS Outlook displays such characters always.
Attachments (0)
Change History (10)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Severity: | normal → trivial |
---|---|
Summary: | charset="us-ascii" in text part of html announcement → [patch] charset="us-ascii" in text part of html announcement |
comment:3 Changed 14 years ago by
Cc: | Jan Beilicke added; anonymous removed |
---|
comment:4 Changed 12 years ago by
(In [12341]) TracAnnouncer: Apply suitable charset to alternative part of email message as well, refs #7791.
This fixes inappropriate alternative text display of non-ascii characters in HTML emails, that get sent out as multi-part message in MIME format.
This has been reported by g1itch, who did investigations and patch as well. Works like a breeze, but this must have been much harder to fix than one would expect at first glance onto this one-liner. It's a pleasure to follow your footsteps, thanks a bunch.
comment:5 follow-up: 6 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Still open?
comment:6 follow-up: 7 Changed 10 years ago by
Owner: | changed from Robert Corsaro to Steffen Hoffmann |
---|
Replying to g1itch:
Still open?
Yeah, personal preference to keep tickets open for a while/next stable release, encouraging testers to report back as you did - thanks.
comment:7 Changed 10 years ago by
comment:8 Changed 10 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Worksforme would certainly not be the proper resolution, regardless. Please leave tickets for project maintainer to manage as they see fit.
comment:9 Changed 8 years ago by
Owner: | Steffen Hoffmann deleted |
---|---|
Status: | reopened → new |
comment:10 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Please upgrade to Trac 1.2, which has integrated the core of AnnouncerPlugin. Please raise the issue on the trac:MailingList if you encounter the issue with Trac 1.2.
Alternative part appears without charset setting:
distributors/mail.py