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

Revision 6785, 912 bytes 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</header>
23<body>
24This is implicitly typed plain ASCII text.
25It does NOT end with a linebreak.</body>
26</body-part>
27<body-part>
28<header>
29<field>
30Content-type: text/plain; charset=us-ascii</field>
31</header>
32<body>
33This is explicitly typed plain ASCII text.
34It DOES end with a linebreak.
35</body>
36</body-part>
37<epilogue>
38This is the epilogue.  It is also to be ignored.
39
40</epilogue>
41</multipart>
42</message>
Note: See TracBrowser for help on using the repository browser.