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/malformed/006.eml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/emails/malformed/006.eml (limited to 'tests/emails/malformed/006.eml') diff --git a/tests/emails/malformed/006.eml b/tests/emails/malformed/006.eml new file mode 100644 index 0000000..248300d --- /dev/null +++ b/tests/emails/malformed/006.eml @@ -0,0 +1,10 @@ +Content-Type: multipart/mixed; boundary="a" + +--a +Content-Type: multipart/mixed; boundary="ab" + +--ab +Content-Type: text/plain + +body + -- cgit v1.2.3