From 744018c967b114f389090a9105d9cafac57d818f Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 5 Jul 2022 10:17:42 +0200 Subject: Add some test emails from mail-parser --- tests/emails/thirdparty/006.eml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tests/emails/thirdparty/006.eml (limited to 'tests/emails/thirdparty/006.eml') diff --git a/tests/emails/thirdparty/006.eml b/tests/emails/thirdparty/006.eml new file mode 100644 index 0000000..9293548 --- /dev/null +++ b/tests/emails/thirdparty/006.eml @@ -0,0 +1,30 @@ +Subject: Hide and seek +MIME-Version: 1.0 +Content-Type: multipart/mixed; boundary=1 + +--1 +Content-Type: multipart/signed; protocol="signature/plain"; migalc="pen+paper"; boundary=2 +X-Signature-Type: penmanship + +--2 +Content-Type: multipart/alternative; boundary=3 + +--3 +Content-Type: text/html; charset=us-ascii + +Search me

Don't find me here

+ +--3 +Content-Type: text/plain +Content-Transfer-Encoding: binary + +Search me, and Find me here +--3-- + +--2 +Content-Type: signature/plain; charset=us-ascii + +Signed by undersigned +--2-- + +--1-- -- cgit v1.2.3