diff options
Diffstat (limited to 'framework/src/domain/mime/testdata/openpgp-encrypted-two-attachments.mbox.html')
-rw-r--r-- | framework/src/domain/mime/testdata/openpgp-encrypted-two-attachments.mbox.html | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/framework/src/domain/mime/testdata/openpgp-encrypted-two-attachments.mbox.html b/framework/src/domain/mime/testdata/openpgp-encrypted-two-attachments.mbox.html new file mode 100644 index 00000000..cca4c455 --- /dev/null +++ b/framework/src/domain/mime/testdata/openpgp-encrypted-two-attachments.mbox.html | |||
@@ -0,0 +1,64 @@ | |||
1 | <?xml version="1.0" encoding="UTF8"?> | ||
2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
3 | <html> | ||
4 | <body> | ||
5 | <div style="position: relative; word-wrap: break-word"> | ||
6 | <a name="att"/> | ||
7 | <div id="attachmentDiv"> | ||
8 | <table cellspacing="1" cellpadding="1" class="encr"> | ||
9 | <tr class="encrH"> | ||
10 | <td dir="ltr">Encrypted message</td> | ||
11 | </tr> | ||
12 | <tr class="encrB"> | ||
13 | <td> | ||
14 | <div style="position: relative; word-wrap: break-word"> | ||
15 | <a name="att"/> | ||
16 | <div id="attachmentDiv"> | ||
17 | <a name="att1"/> | ||
18 | <div id="attachmentDiv1"> | ||
19 | <div class="noquote"> | ||
20 | <div dir="ltr">this is the main body part</div> | ||
21 | </div> | ||
22 | </div> | ||
23 | <a name="att2"/> | ||
24 | <div id="attachmentDiv2"> | ||
25 | <table cellspacing="1" class="textAtm"> | ||
26 | <tr class="textAtmH"> | ||
27 | <td dir="ltr">attachment1.txt</td> | ||
28 | </tr> | ||
29 | <tr class="textAtmB"> | ||
30 | <td> | ||
31 | <div class="noquote"> | ||
32 | <div dir="ltr">this is the first attachment</div> | ||
33 | </div> | ||
34 | </td> | ||
35 | </tr> | ||
36 | </table> | ||
37 | </div> | ||
38 | <a name="att3"/> | ||
39 | <div id="attachmentDiv3"> | ||
40 | <table cellspacing="1" class="textAtm"> | ||
41 | <tr class="textAtmH"> | ||
42 | <td dir="ltr">attachment2.txt</td> | ||
43 | </tr> | ||
44 | <tr class="textAtmB"> | ||
45 | <td> | ||
46 | <div class="noquote"> | ||
47 | <div dir="ltr">this is the second attachment</div> | ||
48 | </div> | ||
49 | </td> | ||
50 | </tr> | ||
51 | </table> | ||
52 | </div> | ||
53 | </div> | ||
54 | </div> | ||
55 | </td> | ||
56 | </tr> | ||
57 | <tr class="encrH"> | ||
58 | <td dir="ltr">End of encrypted message</td> | ||
59 | </tr> | ||
60 | </table> | ||
61 | </div> | ||
62 | </div> | ||
63 | </body> | ||
64 | </html> | ||