source: contrib/MailArchiver/sources/vendor/mime4j/custom/core/src/test/resources/testmsgs/basic-plain-with-bad-header-separator.xml @ 6785

Revision 6785, 377 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>
4Return-Path: foo@example.com</field>
5<field>
6Subject: Simple Subject</field>
7<field>
8From: foo@example.com</field>
9<field>
10To: bar@example.com</field>
11<field>
12Cc: recipient1@example.com,recipient2@example.com, localrecipient</field>
13<field>
14Date: Wed, 11 Feb 98 11:51 CST
15 </field>
16</header>
17<body>
18This results in a bogus header.
19</body>
20</message>
Note: See TracBrowser for help on using the repository browser.