source: contrib/MailArchiver/sources/vendor/mime4j/custom/core/src/test/resources/testmsgs/intermediate-boundaries.msg @ 6785

Revision 6785, 773 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
3preamble
4
5--boundary
6Content-Type: text/plain
7
8first part
9
10--boundary   
11Content-Type: text/plain
12
13from the rfc:
14================================
15encapsulation := delimiter transport-padding
16                      CRLF body-part
17================================
18and also
19================================
20"Composers MUST NOT generate non-zero length transport
21padding, but receivers MUST be able to handle padding
22added by message transports."
23================================
24
25second part have a start boundary ending with spaces
26and also have a boundary not at the beginning
27 --boundary
28... that should be ignored
29
30also a boundary with more data (a tab) shoud be ignored
31 --boundary     
32 
33end of part
34
35--boundary--
36epilouge
Note: See TracBrowser for help on using the repository browser.