Added a catch clause for UnsupportedOperationException to the static initializer...
[mime4j.git] / testmsgs / multi-simple.xml
blob7fd24f0c571d29522d92a45daacdcdf45c7089d2
1 <message>\r
2 <header>\r
3 <field>\r
4 From: Nathaniel Borenstein &lt;nsb@bellcore.com&gt;</field>\r
5 <field>\r
6 To:  Ned Freed &lt;ned@innosoft.com&gt;</field>\r
7 <field>\r
8 Subject: Sample message</field>\r
9 <field>\r
10 MIME-Version: 1.0</field>\r
11 <field>\r
12 Content-type: multipart/mixed; boundary="simple\r
13  boundary"</field>\r
14 </header>\r
15 <multipart>\r
16 <preamble>\r
17 This is the preamble.  It is to be ignored, though it\r
18 is a handy place for mail composers to include an\r
19 explanatory note to non-MIME conformant readers.</preamble>\r
20 <body-part>\r
21 <header>\r
22 </header>\r
23 <body>\r
24 This is implicitly typed plain ASCII text.\r
25 It does NOT end with a linebreak.</body>\r
26 </body-part>\r
27 <body-part>\r
28 <header>\r
29 <field>\r
30 Content-type: text/plain; charset=us-ascii</field>\r
31 </header>\r
32 <body>\r
33 This is explicitly typed plain ASCII text.\r
34 It DOES end with a linebreak.\r
35 </body>\r
36 </body-part>\r
37 <epilogue>\r
38 This is the epilogue.  It is also to be ignored.\r
40 </epilogue>\r
41 </multipart>\r
42 </message>\r