summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/message-window/data/test-alt.eml
blob: 5a952b4051d952a7e116cf0310769d4ce9d756be (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
From: test <test@example.com>
Subject: test multipart, correct plain and HTML
To: test2 <test2@example.com>
Date: Sat, 27 Feb 2016 17:11:45 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="------------alternative"

This is a multi-part message in MIME format.
--------------alternative
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

Plain Text

--------------alternative
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    HTML Body<br>
  </body>
</html>

--------------alternative--