Issue 2550540
Created on 2009-04-24 11:51 by yasusii, last changed 2013-06-09 02:42 by rouilj.
File name |
Uploaded |
Description |
Edit |
Remove |
mail.patch
|
yasusii,
2009-04-24 11:50
|
|
|
|
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.
|
|
Date |
User |
Action |
Args |
2013-06-09 02:42:06 | rouilj | set | nosy:
+ rouilj messages:
+ msg4903 |
2009-08-10 03:50:12 | richard | set | status: new -> open resolution: accepted |
2009-04-24 11:51:00 | yasusii | create | |
|