Skip to content

Fix MS Word attachments being detected as encrypted

Caused by EncryptedBodyPartFormatter (via GpgME upstream) being too enthusiastic and detecting the binary data as PGP encrypted. Only enable this formatter for body parts explicitly declared as encrypted by their MIME type. See the referenced bug for more information.

BUG:390002

Merge request reports