trabajo-afectivo/test/data/mail/mail081.yml
Billy Zhou 30d3ce2b88 Upgrade mail gem from 2.6.6 to 2.7-stable to solve 4 issues:
#2362 - Attached text files get prepended on e-mail reply instead of appended
#2507 - PDF Attachments are corrupted into blank pages
#2458 - Zammad fails to parse filename\* in Content-Disposition header of attachment
#2499 - eml-File Attachments will be destroyed by zammad
2019-03-27 13:02:56 +01:00

21 lines
683 B
YAML

--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess
from: Martin von Wittich <redacted@redacted>
from_email: redacted@redacted
from_display_name: Martin von Wittich
to: zammad <redacted@redacted>
subject: UTF-8-Attachment-Test
body: 'Regression test case for issue #2458 - Zammad fails to parse filename* in Content-Disposition
header of attachment
'
content_type: text/plain
attachments:
- !ruby/hash:ActiveSupport::HashWithIndifferentAccess
data: 'Hello World
'
filename: Erklärung.txt
preferences: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
Content-Type: text/plain; name="=?utf-8?Q?Erkl=C3=A4rung=2Etxt?="
Mime-Type: text/plain
Charset: UTF-8