summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/test/data/multipart-complex1
blob: f9473072d8d81cf592e17d66088d1d18426ea2c6 (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
33
34
35
Content-Type: multipart/mixed; boundary="boundary"

This shouldn't appear.
--boundary
Content-Type: application/octet-stream
Content-Transfer-Encoding: base64

VGhpcyBpc24ndCByZWFsbHkgYW4gYXBwbGljYXRpb24vb2N0ZXQtc3RyZWFtLiA7KQ=='

--boundary
Content-Type: image/png
Content-Transfer-Encoding: base64

TmVpdGhlciBpcyB0aGlzIGFuIGltYWdlL3BuZy4=

--boundary
Content-Type: multipart/related; boundary="boundary2"

--boundary2
Content-Type: text/html

<html><head>This part should be returned.</head></html>

--boundary2--

--boundary
Content-Type: text/plain

This part shouldn't.

--boundary

Neither should this part!

--boundary--