If an Mail only contains unrelated attachments (No CID) those don't get send as multipated/mixed but multipart/related
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
A pgp signed/encrypted message with drag&drop attachments (no CID i guess) will contain the attachments in an multipart/mixed part:
- multipart/signed
- multipart/mixed
- multipart/alternative (mail content)
- text/plain
- text/html
- application/vnd.oasis.opendocument.text (odt attachment)
- application/pdf (pdf attachment)
- ...
- multipart/alternative (mail content)
- application/pgp-signature
- multipart/mixed
@mmontkowski Does this confirm, that the issue is fixed? How to test this otherwise?
Comment Actions
I also tested a mail with mixed related/unrelated images, looks fine:
- multipart/signed
- multipart/mixed
- multipart/related
- multipart/alternative (mail content)
- text/plain
- text/html
- image/png (related image, via insert image)
- multipart/alternative (mail content)
- image/png (unrelated image, via attach file)
- multipart/related
- application/pgp-signature
- multipart/mixed