source: contrib/MailArchiver/sources/vendor/mime4j/custom/core/src/test/resources/testmsgs/ending-boundaries_decoded.xml @ 6785

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