diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-12-18 18:13:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-12-18 18:13:13 +0000 |
commit | d4297ca3ff309a63737e2d12adb4ea1ec0085828 (patch) | |
tree | 8d651cecfa58d887cbd6f1bddd5ccd49a8d77caf /test/fixtures | |
parent | 0ee2af4c063ec9b7c353ee9928b8ebdc8f805b48 (diff) | |
download | redmine-d4297ca3ff309a63737e2d12adb4ea1ec0085828.tar.gz redmine-d4297ca3ff309a63737e2d12adb4ea1ec0085828.zip |
Fixed that text/plain attachments are added to issue description (#15684).
git-svn-id: http://svn.redmine.org/redmine/trunk@12420 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/mail_handler/multiple_text_parts.eml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/fixtures/mail_handler/multiple_text_parts.eml b/test/fixtures/mail_handler/multiple_text_parts.eml index c61bcb786..794caa354 100644 --- a/test/fixtures/mail_handler/multiple_text_parts.eml +++ b/test/fixtures/mail_handler/multiple_text_parts.eml @@ -52,4 +52,11 @@ Content-Type: text/plain; The third one. +--Apple-Mail=_33C8180A-B097-4B87-A925-441300BDB9C9 +Content-Transfer-Encoding: quoted-printable +Content-Type: text/plain; charset=us-ascii +Content-Disposition: attachment; filename="textfile.txt" + +Plain text attachment + --Apple-Mail=_33C8180A-B097-4B87-A925-441300BDB9C9-- |