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

Revision 6785, 736 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1Content-Type: multipart/mixed; boundary="boundary"
2
3--boundary This should be ignored Content-Type: message/rfc822
4Content-Type: text/plain
5
6first part
7
8--boundary-- This should be ignored at all and not part of the epilogue.
9
10From the RFC about ending boundary:
11
12===================================================================
13NOTE TO IMPLEMENTORS:  Boundary string comparisons must compare the
14boundary value with the beginning of each candidate line.  An exact
15match of the entire candidate line is not required; it is sufficient
16that the boundary appear in its entirety following the CRLF.
17===================================================================
18
19--boundary--
20
21The above boundary should be part of the epilogue, too.
Note: See TracBrowser for help on using the repository browser.