Roundup Tracker - Issues

Issue 2550632

classification
Encoding error in Reply-to field of notification emails
Type: behavior Severity: normal
Components: Web interface Versions: 1.4
process
Status: closed
:
: : radioking, richard, schlatterbeck
Priority: :

Created on 2010-01-17 20:07 by radioking, last changed 2010-02-01 03:59 by richard.

Messages
msg3997 Author: [hidden] (radioking) Date: 2010-01-17 20:07
If there are german special chars (Umlaute) in e.g. subject line,
roundup's email notification sends emails with this header field:


######################################################
Reply-To:
=?utf-8?q?Roundup_issue_tracker_T=C3=BCr=3C_email=40example?=@example.com,
     =?utf-8?b?ZmyibnpuYHU+?=@example.com
######################################################


Which is not converted to a human readable output in 'To:'-field by e.g.
MS Outlook while replying.



> test-cases:
> - User making the change has an Umlaut in her realname
> - One and/or more users on the nosy list have Umlaut in their realname
> - maybe you have other cases


In my case neither the sender, nor the recipient have "Umlaute" in their
names.

But my tracker name has an "Umlaut":

"Roundup issue tracker für XYZ"
msg4005 Author: [hidden] (richard) Date: 2010-02-01 03:59
I've modified the code to try to generate more readable addresses.

r4442
History
Date User Action Args
2010-02-01 03:59:24richardsetstatus: new -> closed
nosy: + richard
messages: + msg4005
2010-01-17 20:07:10radiokingcreate