Defect #12399
Non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mail on Ruby 1.8
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Email receiving | |||
Target version: | 2.1.4 | |||
Resolution: | Fixed | Affected version: | 2.1.3 |
Description
receiving-mail-and-test.diff contains mail fixtures and tests.
These tests pass on Ruby 1.9.
But These tests fail on Ruby 1.8.
1) Failure: test_gmail(MailHandlerTest) [test/unit/mail_handler_test_1.rb:50]: <"テスト.txt"> expected but was <"\e$B_F_9_H\e(B.txt">. 2) Failure: test_tb(MailHandlerTest) [test/unit/mail_handler_test_1.rb:34]: <"テスト.txt"> expected but was <"\e$B_F_9_H\e(B.txt">.
Related issues
Associated revisions
fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mail on Ruby 1.8 (#12399)
svn propset svn:eol-style native to fixtures (#12399)
History
#1
Updated by Toshi MARUYAMA about 10 years ago
- Subject changed from Japanese attachment filename encoding broken (MOJIBAKE) in receiving mail on Ruby 1.8 to Non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mail on Ruby 1.8
- Assignee set to Toshi MARUYAMA
- Target version set to 2.1.4
#3
Updated by Toshi MARUYAMA almost 8 years ago
- Related to Defect #4608: Mail attachment name encoding is incorectly handled added