~ubuntu-branches/ubuntu/saucy/apache-mime4j/saucy

« back to all changes in this revision

Viewing changes to src/test/resources/testmsgs/missing-inner-boundary_decoded.xml

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2010-07-13 09:28:28 UTC
  • Revision ID: james.westby@ubuntu.com-20100713092828-g6wafdtidgmtx7su
Tags: upstream-0.6
ImportĀ upstreamĀ versionĀ 0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<message>
 
2
<header>
 
3
<field>
 
4
Content-Type: multipart/mixed; boundary="outer-boundary"</field>
 
5
</header>
 
6
<multipart>
 
7
<preamble>
 
8
Outer preamble
 
9
</preamble>
 
10
<body-part>
 
11
<header>
 
12
<field>
 
13
Content-Type: text/plain</field>
 
14
</header>
 
15
<text-body name="missing-inner-boundary_decoded_1_1.txt"/>
 
16
</body-part>
 
17
<body-part>
 
18
<header>
 
19
<field>
 
20
Content-Type: multipart/alternative; boundary="inner-boundary"</field>
 
21
</header>
 
22
<multipart>
 
23
<preamble>
 
24
AAA
 
25
</preamble>
 
26
<body-part>
 
27
<header>
 
28
</header>
 
29
<text-body name="missing-inner-boundary_decoded_1_2_1.txt"/>
 
30
</body-part>
 
31
<epilogue>
 
32
</epilogue>
 
33
</multipart>
 
34
</body-part>
 
35
<epilogue>
 
36
Outer epilouge
 
37
</epilogue>
 
38
</multipart>
 
39
</message>