Bring back some primitive processing of HTML email content

Authored by vkrause on Sep 17 2017, 10:23 AM.

Description

Bring back some primitive processing of HTML email content

We lost this entirely as part of the WebKit -> WebEngine port, emitting
the entire HTML content including <html> elements, headers, etc. into the
final document. WebEngine is fortunately tolerant enough to not choke on
that, but our tests do. So add a primitive and incomplete way to extract
the body, until we get a proper solution back. That's still better than
nothing, and it unbreaks the render test.

Details

Committed
vkrauseSep 17 2017, 10:23 AM
Parents
R94:84e4ec1dd149: Various cleanups
Branches
Unknown
Tags
Unknown