diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-01-01 05:54:28 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-01-01 05:54:28 +0000 |
commit | 803a0a030eb59fe1ade70cd9c4b297dbc719fd46 (patch) | |
tree | 4592f3929bde84409ee6284833d10d3aeb5740b7 /test/fixtures/mail_handler | |
parent | 3ace0292c2e45f38aa1df9e737412c1b7303351a (diff) | |
download | redmine-803a0a030eb59fe1ade70cd9c4b297dbc719fd46.tar.gz redmine-803a0a030eb59fe1ade70cd9c4b297dbc719fd46.zip |
support more character encoding in incoming emails (#15785)
Supporting encodings of iconv on Ruby 1.8 depend on iconv implementation.
glibc-common-2.12-1.132 on CentOS6 does not support ks_c_5601-1987.
Contributed by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@12474 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/mail_handler')
-rw-r--r-- | test/fixtures/mail_handler/body_ks_c_5601-1987.eml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/mail_handler/body_ks_c_5601-1987.eml b/test/fixtures/mail_handler/body_ks_c_5601-1987.eml new file mode 100644 index 000000000..e89ca5e06 --- /dev/null +++ b/test/fixtures/mail_handler/body_ks_c_5601-1987.eml @@ -0,0 +1,14 @@ +From: John Smith <JSmith@somenet.foo> +To: "redmine@somenet.foo" <redmine@somenet.foo> +Subject: This is a test +Content-Type: multipart/alternative; + boundary="_c20d9cfa-d16a-43a3-a7e5-71da7877ab23_" + +--_c20d9cfa-d16a-43a3-a7e5-71da7877ab23_ +Content-Type: text/plain; charset="ks_c_5601-1987" +Content-Transfer-Encoding: base64 + +sO24v73AtM+02S4= + +--_c20d9cfa-d16a-43a3-a7e5-71da7877ab23_-- + |