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

Revision 6785, 362 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="boundary"</field>
5</header>
6<multipart>
7<body-part>
8<header>
9<field>
10Content-Type: text/plain</field>
11</header>
12<body>
13This should be a text including the --boundary
14string and should not be parsed as multiple bodies
15</body>
16</body-part>
17<epilogue>
18epilouge
19</epilogue>
20</multipart>
21</message>
Note: See TracBrowser for help on using the repository browser.