[messagecomposer]: Implement protected headers for SignEncryptJob.
ClosedPublic

Authored by knauss on Mar 31 2020, 12:58 AM.

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.Mar 31 2020, 12:58 AM
Restricted Application added a project: KDE PIM. · View Herald TranscriptMar 31 2020, 12:58 AM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
knauss requested review of this revision.Mar 31 2020, 12:58 AM
knauss updated this revision to Diff 79299.Apr 4 2020, 2:24 PM

cleanup.

knauss updated this revision to Diff 79664.Apr 8 2020, 6:53 PM

it is now ready for review.

knauss retitled this revision from WIP: [messagecomposer]: Implement protected headers for SignEncryptJob. to [messagecomposer]: Implement protected headers for SignEncryptJob..Apr 8 2020, 6:54 PM
knauss added a reviewer: KDE PIM.
knauss updated this revision to Diff 79936.Apr 12 2020, 3:40 PM

cleanup.

mlaurent requested changes to this revision.Apr 14 2020, 12:03 PM
mlaurent added a subscriber: mlaurent.
mlaurent added inline comments.
messagecomposer/autotests/signencrypttest.cpp
2

same

100

QVERIFY(! ... )

111

const QStringList recipient = {...};

187

endsWith('\n') ?

messagecomposer/autotests/signencrypttest.h
2

why removed old copyright ?

This revision now requires changes to proceed.Apr 14 2020, 12:03 PM
knauss marked 5 inline comments as done.Apr 14 2020, 2:17 PM
knauss added inline comments.
messagecomposer/autotests/signencrypttest.cpp
2

Well git see this file as a copy of signandencrypt.* but nearly nothing it taken for that file.

messagecomposer/autotests/signencrypttest.h
2

Well git see this file as a copy of signandencrypt.* but nearly nothing it taken for that file.

knauss updated this revision to Diff 80117.Apr 14 2020, 2:28 PM
knauss marked 2 inline comments as done.

cleanup tests.

Sorry arc does not want to work, so I have do a manual upload of the diff.

mlaurent accepted this revision.Apr 15 2020, 5:17 AM
mlaurent added inline comments.
messagecomposer/autotests/signencrypttest.h
2

Ah ok in phabricator it shows as modified file.

This revision is now accepted and ready to land.Apr 15 2020, 5:17 AM
This revision was automatically updated to reflect the committed changes.