summaryrefslogtreecommitdiff
path: root/tests/corpus/sample.A.eml
blob: cf67839b0e92303a9701363373bd6d821c088f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Subject: alternative text/html message with embedded header, signed
Message-ID: A@memoryhole.example
Date: Thu, 16 Jul 2015 11:44:44 +0200
To: Julia <julia@example.org>
From: Winston <winston@example.net>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="aaaaaaaaaaaa"

--aaaaaaaaaaaa
Content-Type: text/plain

This is a test
message on multiple lines

with a silly bit more.
-- 
and a .sig here.

--aaaaaaaaaaaa
Content-Type: text/html

<html>
<head>
<title>titles are usually unrendered</title>
</head>
<body>
<p>This is a test<br/>message on multiple lines</p>
<p>with a silly bit more.</p>
<hr/>
<p>and a .sig here.</p>
</body>
</html>