source: contrib/MailArchiver/sources/vendor/mime4j/custom/core/src/test/resources/mimetools-testmsgs/multi-badnames.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<body>
26</body>
27</body-part>
28<body-part>
29<header>
30<field>
31Content-type: text/plain; charset=us-ascii; name="foo bar"</field>
32</header>
33<body>
34This is explicitly typed plain ASCII text.
35It DOES end with a linebreak.
36
37</body>
38</body-part>
39<body-part>
40<header>
41<field>
42Content-type: text/plain; charset=us-ascii; name="foobar"</field>
43</header>
44<body>
45This is explicitly typed plain ASCII text.
46It DOES end with a linebreak.
47</body>
48</body-part>
49<epilogue>
50This is the epilogue.  It is also to be ignored.
51
52</epilogue>
53</multipart>
54</message>
Note: See TracBrowser for help on using the repository browser.