source: contrib/MailArchiver/sources/vendor/mime4j/apache-mime4j-0.7-SNAPSHOT-20110327.010440-17/core/src/test/resources/testmsgs/missing-inner-start-boundary.xml @ 6785

Revision 6785, 516 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>
4Content-Type: multipart/mixed; boundary="outer-boundary"</field>
5</header>
6<multipart>
7<preamble>
8Outer preamble
9</preamble>
10<body-part>
11<header>
12<field>
13Content-Type: text/plain</field>
14</header>
15<body>
16Foo
17</body>
18</body-part>
19<body-part>
20<header>
21<field>
22Content-Type: multipart/alternative; boundary="inner-boundary"</field>
23</header>
24<multipart>
25<preamble>
26AAA
27</preamble>
28<epilogue>
29</epilogue>
30</multipart>
31</body-part>
32<epilogue>
33Outer epilouge
34</epilogue>
35</multipart>
36</message>
Note: See TracBrowser for help on using the repository browser.