~ubuntu-branches/ubuntu/utopic/apache-mime4j/utopic-proposed

« back to all changes in this revision

Viewing changes to core/src/test/resources/testmsgs/multipartnestedemptyparts.xml

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2013-11-03 11:13:27 UTC
  • mfrom: (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20131103111327-09huep00ex05z113
Tags: 0.7.2-2
* Upload to unstable
* Fixed Vcs-* fields in debian/control
* Updated debian/watch
* Standards-Version bump to 3.9.5, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<message>
 
2
<header>
 
3
<field>
 
4
Return-Path: something@example.com</field>
 
5
<field>
 
6
Date: Thu, 11 Apr 1996 01:10:30 -0500</field>
 
7
<field>
 
8
From: Me &lt;me@example.com&gt;</field>
 
9
<field>
 
10
MIME-Version: 1.0</field>
 
11
<field>
 
12
Content-Type: multipart/mixed; boundary="------------299A70B339B65A93542D2AE"</field>
 
13
</header>
 
14
<multipart>
 
15
<preamble>
 
16
This is a multi-part message in MIME format.
 
17
</preamble>
 
18
<body-part>
 
19
<header>
 
20
<field>
 
21
Content-Type: message/rfc822</field>
 
22
</header>
 
23
<message>
 
24
<header>
 
25
<field>
 
26
Return-Path: something@example.com</field>
 
27
<field>
 
28
Date: Thu, 11 Apr 1996 01:10:30 -0500</field>
 
29
<field>
 
30
From: Me &lt;me@example.com&gt;</field>
 
31
<field>
 
32
MIME-Version: 1.0</field>
 
33
<field>
 
34
Content-Type: multipart/mixed; boundary="------------299A70B339B65A93542D2AF"</field>
 
35
</header>
 
36
<multipart>
 
37
<preamble>
 
38
This is a nested multi-part message in MIME format.
 
39
</preamble>
 
40
<body-part>
 
41
<header>
 
42
</header>
 
43
<body>
 
44
</body>
 
45
</body-part>
 
46
<epilogue>
 
47
 
 
48
Nested epilogue</epilogue>
 
49
</multipart>
 
50
</message>
 
51
</body-part>
 
52
<epilogue>
 
53
 
 
54
Epilogue
 
55
</epilogue>
 
56
</multipart>
 
57
</message>