source: contrib/MailArchiver/sources/vendor/mime4j/custom/core/src/test/resources/testmsgs/missing-inner-boundary_decoded.xml @ 6785

Revision 6785, 533 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-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</multipart>
27</body-part>
28<epilogue>
29Outer epilouge
30</epilogue>
31</multipart>
32</message>
Note: See TracBrowser for help on using the repository browser.