source: contrib/MailArchiver/sources/vendor/mime4j/custom/core/src/test/resources/mimetools-testmsgs/attachment-filename-encoding-UTF8.xml @ 6785

Revision 6785, 788 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>
4MIME-Version: 1.0</field>
5<field>
6Content-Type: multipart/mixed;
7 boundary="------------050706070100080203090004"</field>
8</header>
9<multipart>
10<preamble>
11This is a multi-part message in MIME format.</preamble>
12<body-part>
13<header>
14<field>
15Content-Type: text/plain; charset=UTF-8</field>
16<field>
17Content-Transfer-Encoding: 7bit</field>
18</header>
19<body>
20Attachment Test
21</body>
22</body-part>
23<body-part>
24<header>
25<field>
26Content-Type: text/plain;
27 name="=?UTF-8?B?YXR0YWNobWVudC7DpMO2w7w=?="</field>
28<field>
29Content-Transfer-Encoding: base64</field>
30<field>
31Content-Disposition: attachment;
32 filename*=UTF-8''%61%74%74%61%63%68%6D%65%6E%74%2E%C3%A4%C3%B6%C3%BC</field>
33</header>
34<body>
35VGVzdAo=</body>
36</body-part>
37<epilogue>
38
39</epilogue>
40</multipart>
41</message>
Note: See TracBrowser for help on using the repository browser.