fix(mesasgecomposer): encrypted and signed message like encrypted
ClosedPublic

Authored by knauss on Apr 10 2020, 6:00 PM.

Details

Summary

From the message structure a signed&encrypted message should look like a
simple encrypted message, to not leak any information to the outside
world. This also make the tests for SignEncryptJob passes.

No the output for OpenPGPMime is a mail, that has the signed only content
in first mime part and the encrypted mail in the second part. This is for
sure not that what we want.

Test Plan

run autotests successfuly.

Diff Detail

Repository
R94 PIM: Message Library
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
knauss created this revision.Apr 10 2020, 6:00 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptApr 10 2020, 6:00 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
knauss requested review of this revision.Apr 10 2020, 6:00 PM
mlaurent accepted this revision.Apr 11 2020, 12:40 PM
This revision is now accepted and ready to land.Apr 11 2020, 12:40 PM
This revision was automatically updated to reflect the committed changes.