diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-01-28 06:25:03 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-01-28 06:25:03 +0000 |
commit | 3ac569c4d8c8b04a9cc33e3c2a05f8553d99827e (patch) | |
tree | 2368fefef5abaaf529cf349aa2c7c2d5ba452bf9 /test/fixtures | |
parent | b2c0ea2c3e150f8ac666cd1ec0a81b943ee131c8 (diff) | |
download | redmine-3ac569c4d8c8b04a9cc33e3c2a05f8553d99827e.tar.gz redmine-3ac569c4d8c8b04a9cc33e3c2a05f8553d99827e.zip |
additional test for mail by Pavel Rosický (#24616)
git-svn-id: http://svn.redmine.org/redmine/trunk@16274 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/mail_handler/invalid_utf8.eml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/mail_handler/invalid_utf8.eml b/test/fixtures/mail_handler/invalid_utf8.eml new file mode 100644 index 000000000..048b28bef --- /dev/null +++ b/test/fixtures/mail_handler/invalid_utf8.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="utf-8" +Content-Transfer-Encoding: quoted-printable + +=D0=97=D0=B4=D1=80=D0=B0=D0=B2=D1=81=D1=82=D0=B2=D1=83=D0=B9=D1=82=D0=B5=AA + +--_c20d9cfa-d16a-43a3-a7e5-71da7877ab23_-- + |