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

Revision 6785, 999 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>
4Date: Fri, 27 Apr 2007 16:08:23 +0200</field>
5<field>
6From: Foo Bar &lt;bar@example.com&gt;</field>
7<field>
8MIME-Version: 1.0</field>
9<field>
10To:  foo@example.com</field>
11<field>
12Subject: Here is the attachment I was waiting for.</field>
13<field>
14Content-Type: multipart/mixed;
15 boundary="------------090404080405080108000909"</field>
16</header>
17<multipart>
18<preamble>
19This is a multi-part message in MIME format.</preamble>
20<body-part>
21<header>
22<field>
23Content-Type: text/plain; charset=ISO-8859-15</field>
24<field>
25Content-Transfer-Encoding: 7bit</field>
26</header>
27<text-body name="simple-attachment_decoded_1_1.txt"/>
28</body-part>
29<body-part>
30<header>
31<field>
32Content-Type: application/octet-stream;
33 name="data.bin"</field>
34<field>
35Content-Transfer-Encoding: base64</field>
36<field>
37Content-Disposition: attachment;
38 filename="data.bin"</field>
39</header>
40<binary-body name="simple-attachment_decoded_1_2.bin"/>
41</body-part>
42<epilogue>
43
44</epilogue>
45</multipart>
46</message>
Note: See TracBrowser for help on using the repository browser.