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

Revision 6785, 562 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<text-body name="missing-inner-start-boundary_decoded_1_1.txt"/>
16</body-part>
17<body-part>
18<header>
19<field>
20Content-Type: multipart/alternative; boundary="inner-boundary"</field>
21</header>
22<multipart>
23<preamble>
24AAA
25</preamble>
26<epilogue>
27</epilogue>
28</multipart>
29</body-part>
30<epilogue>
31Outer epilouge
32</epilogue>
33</multipart>
34</message>
Note: See TracBrowser for help on using the repository browser.