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

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