aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/alternative.eml
blob: 1c35d79ea5c952f2c16b68d61857b462f3dfb76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Alice <alice@example.org>
Subject: Both parts
Date: Sat, 01 Aug 2026 10:00:00 +0000
Message-ID: <alt-1@example.org>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="BOUND"

--BOUND
Content-Type: text/plain; charset=utf-8

plain version
--BOUND
Content-Type: text/html; charset=utf-8

<html><body><p>html version</p></body></html>
--BOUND--