feat(mimetreeparser): to get rid of rendering in parsing library completly.
ClosedPublic

Authored by knauss on Sep 9 2019, 8:33 PM.

Details

Summary

MimeTreeParser is about to parse mails and not render them, remove the
rendering part completly from the API to move the rendering
to MessageViewer.

That patch finally makes it possible to display MemoryHole headers in
MessageViewer.

This patch needs also a counterpart on kdepim-addons, as we also need to
update tests there.

Test Plan

run autotests.

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.Sep 9 2019, 8:33 PM
Restricted Application added a project: KDE PIM. ยท View Herald TranscriptSep 9 2019, 8:33 PM
Restricted Application added a subscriber: kde-pim. ยท View Herald Transcript
knauss requested review of this revision.Sep 9 2019, 8:33 PM
dvratil accepted this revision.Sep 10 2019, 7:47 AM

Looks good to me ๐Ÿ‘

This revision is now accepted and ready to land.Sep 10 2019, 7:47 AM
This revision was automatically updated to reflect the committed changes.