Defect #12375
Receiving mail subject encoding broken (MOJIBAKE) in some cases on Ruby 1.8
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Email receiving | |||
Target version: | 2.1.3 | |||
Resolution: | Fixed | Affected version: | 2.1.2 |
Description
On Ruby 1.8, mail subject "=?iso-2022-jp?b?GyRCJUYlOSVIGyhCCg=?="
is encoded correctly.
But, in case of "Re: =?iso-2022-jp?b?GyRCJUYlOSVIGyhCCg=?="
which is not beginning encoding name,
mail subject is broken.
Associated revisions
add test of receiving mail subject begins with encoding name (#12375)
fix receiving mail subject broken which does not begin with encoding name (#12375)
svn propset svn:eol-style native to fixtures (#12375)
History
#1
Updated by Toshi MARUYAMA over 9 years ago
- Assignee set to Toshi MARUYAMA
#2
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Committed in trunk and 2.1-stable.