nushell/tests/fixtures/formats/sample.eml
Chris Gillespie 0390ec97f4
Create benign email test fixture (#2445)
1. The previous one was an Ebay email and flagged by AVs, create something simple.
2. Add test case for another header
2020-08-29 12:57:50 -04:00

21 lines
581 B
Plaintext

MIME-Version: 1.0
Date: Fri, 28 Aug 2020 13:59:02 -0700
Message-ID: <CAOSGo93NuHieXLAKy6iC-0fqO_CxFtUO9asdzyAzdG6wLjGeouw@example.com>
Subject: Test Message
From: "from@example.com" <from@example.com>
Reply-To: "replyto@example.com" <replyto@example.com>
To: to@example.com
Content-Type: multipart/alternative; boundary="0000000000009d71fb05adf6528a"
--0000000000009d71fb05adf6528a
Content-Type: text/plain; charset="UTF-8"
Test Message
--0000000000009d71fb05adf6528a
Content-Type: text/html; charset="UTF-8"
<div dir="ltr">Test Message</div>
--0000000000009d71fb05adf6528a--