-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #1804: remove <!doctype html> and accept invalid HTML
This fixes #1804 in two ways: First, it removes a <!doctype html> from the start of the mail, if there is any. Then, it parses the html itself it quick-xml fails, just stripping everything between < and >. Both of these would have fixed this specific issue. Also, add tests for both fixes.
- Loading branch information
Showing
3 changed files
with
185 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
Return-Path: <[email protected]> | ||
X-Original-To: [email protected] | ||
Delivered-To: [email protected] | ||
Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.131]) | ||
by dd37930.kasserver.com (Postfix) with ESMTPS id 271F34B4258C | ||
for <[email protected]>; Thu, 6 Aug 2020 18:40:32 +0200 (CEST) | ||
Received: from oxbsltgw18.schlund.de ([172.19.249.35]) by | ||
mrelayeu.kundenserver.de (mreue009 [213.165.67.103]) with ESMTPSA (Nemesis) | ||
id 1MpDRv-1kW93Y0lGZ-00qjvh for <[email protected]>; Thu, 06 Aug 2020 | ||
18:40:31 +0200 | ||
Date: Thu, 6 Aug 2020 18:40:30 +0200 (CEST) | ||
From: Camping <[email protected]> | ||
Reply-To: Camping <[email protected]> | ||
To: Alice <[email protected]> | ||
Message-ID: <[email protected]> | ||
Subject: Re: subj? | ||
MIME-Version: 1.0 | ||
Content-Type: multipart/related; | ||
boundary="----=_Part_1287438_2124736777.1596732031007" | ||
X-Mailer: Open-Xchange Mailer v7.10.1-Rev32 | ||
X-Originating-Client: open-xchange-appsuite | ||
|
||
------=_Part_1287438_2124736777.1596732031007 | ||
MIME-Version: 1.0 | ||
Content-Type: text/html; charset=UTF-8 | ||
Content-Transfer-Encoding: quoted-printable | ||
|
||
<!doctype html> | ||
<html> | ||
<head>=20 | ||
<meta charset=3D"UTF-8">=20 | ||
</head> | ||
<body> | ||
<div class=3D"default-style"> | ||
Guten Abend, | ||
<br> | ||
</div> | ||
<div class=3D"default-style"> | ||
<br> | ||
</div> | ||
<div class=3D"default-style"> | ||
Lots of text | ||
<br> | ||
</div> | ||
<div class=3D"default-style"> | ||
text with Umlaut =C3=A4... | ||
<br> | ||
</div> | ||
<div class=3D"default-style"> | ||
MfG | ||
<br> | ||
</div> | ||
<div class=3D"default-style"> | ||
<br> | ||
</div> | ||
<div class=3D"io-ox-signature"> | ||
<p>--------------------------------------<br></p> | ||
<p style=3D"text-align: left;"><a href=3D"https://example.com= | ||
/">Camping </a><br></p> | ||
<p>someaddress<br></p> | ||
<p>sometown</p> | ||
<p><img alt=3D"" class=3D"aspect-ratio" style=3D"width: 505px; height: 1= | ||
68px; max-width: 100%;" id=3D"d5cd260f-1b1f-4bfa-81d7-c0a74923b979" src=3D"= | ||
cid:d5cd260f-1b1f-4bfa-81d7-c0a74923b979" width=3D"505" height=3D"168"><br>= | ||
</p> | ||
</div> | ||
<blockquote type=3D"cite"> | ||
<div> | ||
Le 5 ao=C3=BBt 2020 =C3=A0 10:46, holger < | ||
<a href=3D"mailto:[email protected]">[email protected]</a>> a = | ||
=C3=A9crit : | ||
</div> | ||
<div> | ||
<br> | ||
</div> | ||
<div> | ||
<br> | ||
</div> | ||
<div> | ||
Bonjour, | ||
</div> | ||
<div> | ||
<br> | ||
</div> | ||
<div> | ||
<br> | ||
</div> | ||
<div> | ||
<br> | ||
</div> | ||
<div> | ||
-- | ||
</div> | ||
<div> | ||
Sent with my Delta Chat Messenger:=20 | ||
<a href=3D"https://delta.chat" rel=3D"noopener" target=3D"_blank">https= | ||
://delta.chat</a> | ||
<br> | ||
</div> | ||
</blockquote>=20 | ||
</body> | ||
</html> | ||
------=_Part_1287438_2124736777.1596732031007 | ||
Content-Type: image/png | ||
Content-Transfer-Encoding: base64 | ||
Content-ID: <d5cd260f-1b1f-4bfa-81d7-c0a74923b979> | ||
Content-Disposition: inline | ||
iVBORw0KGgoAAAANSUhEUgAAAlgAAADICAYAAAA0n5+2AAAgAElEQVR4nCzaZ3sjhIGo7fyMPSch | ||
MN29S7YsW71avfcuWZJlS3K33HuvY08fpjEVhoGhDh0CSSAESEhCgDRSKNns5mx2k8AM5Dznw/v+ | ||
[scrubbed] | ||
/kNZ/B9Uub32fzngSwAAAABJRU5ErkJggg== | ||
------=_Part_1287438_2124736777.1596732031007-- | ||
|