mail081.yml 689 B

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