Roundup Tracker - Issues

Issue 2550540

classification
Incorrect mail encoding coversion
Type: behavior Severity: normal
Components: Mail interface Versions: 1.4
process
Status: open accepted
:
: : rouilj, yasusii
Priority: : patch

Created on 2009-04-24 11:51 by yasusii, last changed 2013-06-09 02:42 by rouilj.

Files
File name Uploaded Description Edit Remove
mail.patch yasusii, 2009-04-24 11:50
Messages
msg3696 Author: [hidden] (yasusii) Date: 2009-04-24 11:50
I got UnicodeError when I use iso-2022-jp(7bit) for mail encoding.
following message was displayed.

  Edit Error: 'iso2022_jp' codec can't decode byte 0xe3 in position 11:
illegal multibyte sequence

And some incorrect mail headers are found when I use utf-8. 

  From:
=?utf-8?b?566h55CG6ICFIDxpc3N1ZV90cmFja2VyQGxvY2FsaG9zdD4=?=@localhost.localdomain

This should be:

  From: =?utf-8?b?566h55CG6ICF?= <issue_tracker@localhost.localdomain>
msg4903 Author: [hidden] (rouilj) Date: 2013-06-09 02:42
see also issue2550740 for another email encoding issue. It may be the
same underlying issue.
History
Date User Action Args
2013-06-09 02:42:06rouiljsetnosy: + rouilj
messages: + msg4903
2009-08-10 03:50:12richardsetstatus: new -> open
resolution: accepted
2009-04-24 11:51:00yasusiicreate