Defect #4608
Mail attachment name encoding is incorectly handled
Status: | Closed | Start date: | 2010-01-19 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email receiving | |||
Target version: | - | |||
Resolution: | Affected version: | 0.8.7 |
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.
Related issues
History
#1
Updated by Anton Statutov about 11 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
#2
Updated by Emils Klotins almost 11 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=
#3
Updated by Rodion S over 10 years ago
I get this error too
Is resolution founded ?
#4
Updated by Anton Statutov over 10 years ago
- Assignee set to Azamat Hackimov
#5
Updated by Anton Statutov almost 10 years ago
- Assignee deleted (
Azamat Hackimov)
#6
Updated by Kazuyuki Ohgushi almost 10 years ago
This article (Japanese) may help this ticket
http://blog.redmine.jp/articles/mail-handler-subject-fix/
Japanese -> English
#7
Updated by Toshi MARUYAMA over 5 years ago
- Related to deleted (Patch #2059: broken subject when submitting issue via email written in japanese)
#8
Updated by Toshi MARUYAMA over 5 years ago
- Status changed from New to Closed
This issue is too old.
Ruby 1.8 support was dropped on Redmine 3.x.
#9
Updated by Toshi MARUYAMA over 5 years ago
I think this issue is fixed by #12399.
#10
Updated by Toshi MARUYAMA over 5 years ago
- Related to Defect #12399: Non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mail on Ruby 1.8 added