30d3ce2b88
#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
21 lines
683 B
YAML
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
|