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

Revision 6785, 776 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>
13first part
14</body>
15</body-part>
16<epilogue>
17
18From the RFC about ending boundary:
19
20===================================================================
21NOTE TO IMPLEMENTORS:  Boundary string comparisons must compare the
22boundary value with the beginning of each candidate line.  An exact
23match of the entire candidate line is not required; it is sufficient
24that the boundary appear in its entirety following the CRLF.
25===================================================================
26
27--boundary--
28
29The above boundary should be part of the epilogue, too.</epilogue>
30</multipart>
31</message>
Note: See TracBrowser for help on using the repository browser.