Modify

Opened 10 years ago

Closed 7 years ago

Last modified 7 years ago

#11392 closed defect (wontfix)

Email distributor generates wrong From header with unicode name

Reported by: Jun Omae Owned by:
Priority: normal Component: AnnouncerPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

Email distributor generates wrong From header with unicode name.

trac.ini:

announcer email_from trac@localhost
announcer email_from_name
project name 0.12-stable ††

From header of received mail:

From: =?utf-8?b?IjAuMTItc3RhYmxlIOKAoOKAoCIgPHRyYWNAbG9jYWxob3N0Pg==?=@example.org

It would decode it to the following.

From: "\"0.12-stable ††\" <trac@localhost>"@example.org

It should be mime-encoded the following.

From: 0.12-stable †† <trac@localhost> 

Attachments (0)

Change History (5)

comment:1 Changed 10 years ago by Jun Omae

Last edited 10 years ago by Jun Omae (previous) (diff)

comment:2 Changed 7 years ago by Ryan J Ollos

Owner: Steffen Hoffmann deleted

comment:3 Changed 7 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

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.

comment:4 Changed 7 years ago by Jun Omae

Okay. I hoped that several issue on AnnouncerPlugin are fixed.... Currently, I'm using a bit modified AnnouncerPlugin with Trac 1.0.x, and disabling almost components in the plugin and inherited its components on production environment.

Last edited 7 years ago by Jun Omae (previous) (diff)

comment:5 Changed 7 years ago by Ryan J Ollos

Feel free to commit whatever fixes you like. There's a branch for 1.0.

I won't have time to improve AnnouncerPlugin for Trac 1.0 and so far no one has stepped forward to maintain it, so I'm just making a Trac 1.2 compatible version that throws out all the parts that were integrated into Trac 1.2.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.