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

Revision 6785, 1.2 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 digest message</field>
9<field>
10MIME-Version: 1.0</field>
11<field>
12Content-type: multipart/digest; 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<message>
24<header>
25<field>
26From: noone@nowhere.org</field>
27<field>
28Subject: embedded message 1</field>
29</header>
30<body>
31This is implicitly-typed ASCII text.
32It does NOT end with a linebreak.</body>
33</message>
34</body-part>
35<body-part>
36<header>
37<field>
38Content-type: message/rfc822; charset=us-ascii</field>
39</header>
40<message>
41<header>
42<field>
43From: noone@nowhere.org</field>
44<field>
45Subject: embedded message 2</field>
46<field>
47Content-type: text</field>
48</header>
49<body>
50This is explicitly typed plain ASCII text.
51It DOES end with a linebreak.
52</body>
53</message>
54</body-part>
55<epilogue>
56This is the epilogue.  It is also to be ignored.
57
58</epilogue>
59</multipart>
60</message>
Note: See TracBrowser for help on using the repository browser.