]> source.dussan.org Git - redmine.git/commit
support more character encoding in incoming emails (#15785)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 1 Jan 2014 05:54:28 +0000 (05:54 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 1 Jan 2014 05:54:28 +0000 (05:54 +0000)
commit803a0a030eb59fe1ade70cd9c4b297dbc719fd46
tree4592f3929bde84409ee6284833d10d3aeb5740b7
parent3ace0292c2e45f38aa1df9e737412c1b7303351a
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
app/models/mail_handler.rb
test/fixtures/mail_handler/body_ks_c_5601-1987.eml [new file with mode: 0644]
test/unit/mail_handler_test.rb