source: contrib/MailArchiver/sources/vendor/mime4j/custom/core/src/test/resources/mimetools-testmsgs/multi-badnames_decoded.xml @ 6785

Revision 6785, 1.1 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1<message>
2<header>
3<field>
4From: Nathaniel Borenstein &lt;nsb@bellcore.com&gt;</field>
5<field>
6To:  Ned Freed &lt;ned@innosoft.com&gt;</field>
7<field>
8Subject: Sample message</field>
9<field>
10MIME-Version: 1.0</field>
11<field>
12Content-type: multipart/mixed; boundary="simple
13 boundary"</field>
14</header>
15<multipart>
16<preamble>
17This is the preamble.  It is to be ignored, though it
18is a handy place for mail composers to include an
19explanatory note to non-MIME conformant readers.</preamble>
20<body-part>
21<header>
22<field>
23Content-type: text/plain; charset=us-ascii; name="/foo/bar"</field>
24</header>
25<text-body name="multi-badnames_decoded_1_1.txt"/>
26</body-part>
27<body-part>
28<header>
29<field>
30Content-type: text/plain; charset=us-ascii; name="foo bar"</field>
31</header>
32<text-body name="multi-badnames_decoded_1_2.txt"/>
33</body-part>
34<body-part>
35<header>
36<field>
37Content-type: text/plain; charset=us-ascii; name="foobar"</field>
38</header>
39<text-body name="multi-badnames_decoded_1_3.txt"/>
40</body-part>
41<epilogue>
42This is the epilogue.  It is also to be ignored.
43
44</epilogue>
45</multipart>
46</message>
Note: See TracBrowser for help on using the repository browser.