summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/testdata/encapsulated-with-attachment.mbox.html
blob: aa3d10908a2b571cd2765859c1713b9e33b91c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <body>
    <div style="position: relative; word-wrap: break-word">
      <a name="att"/>
      <div id="attachmentDiv">
        <a name="att1"/>
        <div id="attachmentDiv1">
          <div class="noquote">
            <div dir="ltr">This is the first encapsulating message.</div>
          </div>
        </div>
        <a name="att2"/>
        <div id="attachmentDiv2">
          <table cellspacing="1" cellpadding="1" class="rfc822">
            <tr class="rfc822H">
              <td dir="ltr">
                <a href="attachment:2.1?place=body">Encapsulated message</a>
              </td>
            </tr>
            <tr class="rfc822B">
              <td>
                <a name="att2.1"/>
                <div id="attachmentDiv2.1">
                  <a name="att2.1.1"/>
                  <div id="attachmentDiv2.1.1">
                    <div class="noquote">
                      <div dir="ltr">This is the second encapsulated message.</div>
                    </div>
                  </div>
                  <a name="att2.1.2"/>
                  <div id="attachmentDiv2.1.2">
                    <hr/>
                    <div>
                      <a href="attachment:2.1.2?place=body"><img align="center" height="48" width="48" src="file:text-plain.svg" border="0" style="max-width: 100%" alt=""/>attachment.txt</a>
                    </div>
                    <div/>
                  </div>
                </div>
              </td>
            </tr>
            <tr class="rfc822H">
              <td dir="ltr">End of encapsulated message</td>
            </tr>
          </table>
        </div>
      </div>
    </div>
  </body>
</html>