Defect #4608
closedMail attachment name encoding is incorectly handled
0%
Description
When I'm sending messages with utf-8 or windows-1251 or koi8-r encodings in attachment names they are handled incorrectly. Please look attachments for example.
Files
Related issues
Updated by Anton Statutov almost 15 years ago
Ruby version 1.8.7 (i386-freebsd7)
RubyGems version 1.3.5
Rails version 2.1.2
Active Record version 2.1.2
Action Pack version 2.1.2
Active Resource version 2.1.2
Action Mailer version 2.1.2
Active Support version 2.1.2
Edge Rails revision unknown
Application root /usr/home/redmine/redmine.we
Environment development
Database adapter mysql
Updated by Emils Klotins almost 15 years ago
Confirmed, this happens when creating issues via e-mail from Outlook/Exchange -- the subject line/issue subject gets eg. Latvian Unicode chars translated into Japanese(?) chars
- Redmine 0.8.4.stable (MySQL)
- SuSE 10.2 x86-64
- Microsoft Exchange 2007
- Redmine server language settings:
LANG=lv_LV.UTF-8
LC_CTYPE="lv_LV.UTF-8"
LC_NUMERIC="lv_LV.UTF-8"
LC_TIME="lv_LV.UTF-8"
LC_COLLATE="lv_LV.UTF-8"
LC_MONETARY="lv_LV.UTF-8"
LC_MESSAGES="lv_LV.UTF-8"
LC_PAPER="lv_LV.UTF-8"
LC_NAME="lv_LV.UTF-8"
LC_ADDRESS="lv_LV.UTF-8"
LC_TELEPHONE="lv_LV.UTF-8"
LC_MEASUREMENT="lv_LV.UTF-8"
LC_IDENTIFICATION="lv_LV.UTF-8"
LC_ALL=
Updated by Rodion S over 14 years ago
I get this error too
Is resolution founded ?
Updated by Anton Statutov almost 14 years ago
- Assignee deleted (
Azamat Hackimov)
Updated by Kazuyuki Ohgushi over 13 years ago
This article (Japanese) may help this ticket
http://blog.redmine.jp/articles/mail-handler-subject-fix/
Japanese -> English
Updated by Toshi MARUYAMA over 9 years ago
- Related to deleted (Patch #2059: broken subject when submitting issue via email written in japanese)
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from New to Closed
This issue is too old.
Ruby 1.8 support was dropped on Redmine 3.x.
Updated by Toshi MARUYAMA over 9 years ago
I think this issue is fixed by #12399.
Updated by Toshi MARUYAMA over 9 years ago
- Related to Defect #12399: Non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mail on Ruby 1.8 added