diff options
Diffstat (limited to 'tests/emails/thirdparty')
-rw-r--r-- | tests/emails/thirdparty/000.maddy.body | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/000.maddy.bodystructure | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/001.maddy.body | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/001.maddy.bodystructure | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/002.maddy.body | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/002.maddy.bodystructure | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/003.maddy.body | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/003.maddy.bodystructure | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/004.maddy.body | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/004.maddy.bodystructure | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/006.maddy.body | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/006.maddy.bodystructure | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/007.maddy.body | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/007.maddy.bodystructure | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/009.maddy.body | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/009.maddy.bodystructure | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/010.maddy.body | 1 | ||||
-rw-r--r-- | tests/emails/thirdparty/010.maddy.bodystructure | 1 |
18 files changed, 18 insertions, 0 deletions
diff --git a/tests/emails/thirdparty/000.maddy.body b/tests/emails/thirdparty/000.maddy.body new file mode 100644 index 0000000..a53f690 --- /dev/null +++ b/tests/emails/thirdparty/000.maddy.body @@ -0,0 +1 @@ +(BODY (("text" "plain" () NIL NIL "base64" 224 3) ("text" "plain" () NIL NIL "base64" 4 1) "alternative"))
\ No newline at end of file diff --git a/tests/emails/thirdparty/000.maddy.bodystructure b/tests/emails/thirdparty/000.maddy.bodystructure new file mode 100644 index 0000000..14e5fa0 --- /dev/null +++ b/tests/emails/thirdparty/000.maddy.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE (("text" "plain" () NIL NIL "base64" 224 3 NIL NIL NIL NIL) ("text" "plain" () NIL NIL "base64" 4 1 NIL NIL NIL NIL) "alternative" ("boundary" "bound") NIL NIL NIL))
\ No newline at end of file diff --git a/tests/emails/thirdparty/001.maddy.body b/tests/emails/thirdparty/001.maddy.body new file mode 100644 index 0000000..7247e37 --- /dev/null +++ b/tests/emails/thirdparty/001.maddy.body @@ -0,0 +1 @@ +(BODY (("text" "plain" () NIL NIL "binary" 224 3) ("text" "plain" () NIL NIL "binary" 4 1) ("text" "plain" () NIL NIL NIL 13 1) "alternative"))
\ No newline at end of file diff --git a/tests/emails/thirdparty/001.maddy.bodystructure b/tests/emails/thirdparty/001.maddy.bodystructure new file mode 100644 index 0000000..a4e18a0 --- /dev/null +++ b/tests/emails/thirdparty/001.maddy.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE (("text" "plain" () NIL NIL "binary" 224 3 NIL NIL NIL NIL) ("text" "plain" () NIL NIL "binary" 4 1 NIL NIL NIL NIL) ("text" "plain" () NIL NIL NIL 13 1 NIL NIL NIL NIL) "alternative" ("boundary" "bound") NIL NIL NIL))
\ No newline at end of file diff --git a/tests/emails/thirdparty/002.maddy.body b/tests/emails/thirdparty/002.maddy.body new file mode 100644 index 0000000..3e3f8d3 --- /dev/null +++ b/tests/emails/thirdparty/002.maddy.body @@ -0,0 +1 @@ +(BODY (("text" "plain" ("charset" "utf-8") NIL NIL "quoted-printable" 23 1) ("text" "plain" ("charset" "utf-8") NIL NIL "base64" 28 1) ("text" "plain" ("charset" "utf-8") NIL NIL "base64" 8 1) "mixed"))
\ No newline at end of file diff --git a/tests/emails/thirdparty/002.maddy.bodystructure b/tests/emails/thirdparty/002.maddy.bodystructure new file mode 100644 index 0000000..4555671 --- /dev/null +++ b/tests/emails/thirdparty/002.maddy.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE (("text" "plain" ("charset" "utf-8") NIL NIL "quoted-printable" 23 1 NIL NIL NIL NIL) ("text" "plain" ("charset" "utf-8") NIL NIL "base64" 28 1 NIL NIL NIL NIL) ("text" "plain" ("charset" "utf-8") NIL NIL "base64" 8 1 NIL NIL NIL NIL) "mixed" ("boundary" "foo") NIL NIL NIL))
\ No newline at end of file diff --git a/tests/emails/thirdparty/003.maddy.body b/tests/emails/thirdparty/003.maddy.body new file mode 100644 index 0000000..7d6271d --- /dev/null +++ b/tests/emails/thirdparty/003.maddy.body @@ -0,0 +1 @@ +(BODY (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 35 1) ("text" "plain" ("charset" "UTF-8") NIL NIL "binary" 23 1) ("text" "plain" ("charset" "UTF-8") NIL NIL "8bit" 23 1) ("text" "plain" ("charset" "UTF-8") NIL NIL "quoted-printable" 41 1) ("text" "plain" ("charset" "UTF-8") NIL NIL "base64" 34 1) "mixed"))
\ No newline at end of file diff --git a/tests/emails/thirdparty/003.maddy.bodystructure b/tests/emails/thirdparty/003.maddy.bodystructure new file mode 100644 index 0000000..5cf433c --- /dev/null +++ b/tests/emails/thirdparty/003.maddy.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 35 1 NIL NIL NIL NIL) ("text" "plain" ("charset" "UTF-8") NIL NIL "binary" 23 1 NIL NIL NIL NIL) ("text" "plain" ("charset" "UTF-8") NIL NIL "8bit" 23 1 NIL NIL NIL NIL) ("text" "plain" ("charset" "UTF-8") NIL NIL "quoted-printable" 41 1 NIL NIL NIL NIL) ("text" "plain" ("charset" "UTF-8") NIL NIL "base64" 34 1 NIL NIL NIL NIL) "mixed" ("boundary" "1") NIL NIL NIL))
\ No newline at end of file diff --git a/tests/emails/thirdparty/004.maddy.body b/tests/emails/thirdparty/004.maddy.body new file mode 100644 index 0000000..7f18c1b --- /dev/null +++ b/tests/emails/thirdparty/004.maddy.body @@ -0,0 +1 @@ +(BODY (("text" "plain" ("charset" "UTF-8") NIL NIL "6bit" 35 1) ("text" "plain" ("charset" "UTF-8") NIL NIL "7bits" 23 1) ("text" "plain" ("charset" "UTF-8") NIL NIL "8 bit" 23 1) ("text" "plain" ("charset" "UTF-8") NIL NIL "7-bit" 23 1) ("text" "plain" ("charset" "UTF-8") NIL NIL "8-bit" 23 1) ("text" "plain" ("charset" "UTF-8") NIL NIL NIL 41 1) "mixed"))
\ No newline at end of file diff --git a/tests/emails/thirdparty/004.maddy.bodystructure b/tests/emails/thirdparty/004.maddy.bodystructure new file mode 100644 index 0000000..a3cc66c --- /dev/null +++ b/tests/emails/thirdparty/004.maddy.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE (("text" "plain" ("charset" "UTF-8") NIL NIL "6bit" 35 1 NIL NIL NIL NIL) ("text" "plain" ("charset" "UTF-8") NIL NIL "7bits" 23 1 NIL NIL NIL NIL) ("text" "plain" ("charset" "UTF-8") NIL NIL "8 bit" 23 1 NIL NIL NIL NIL) ("text" "plain" ("charset" "UTF-8") NIL NIL "7-bit" 23 1 NIL NIL NIL NIL) ("text" "plain" ("charset" "UTF-8") NIL NIL "8-bit" 23 1 NIL NIL NIL NIL) ("text" "plain" ("charset" "UTF-8") NIL NIL NIL 41 1 NIL NIL NIL NIL) "mixed" ("boundary" "1") NIL NIL NIL))
\ No newline at end of file diff --git a/tests/emails/thirdparty/006.maddy.body b/tests/emails/thirdparty/006.maddy.body new file mode 100644 index 0000000..c121c30 --- /dev/null +++ b/tests/emails/thirdparty/006.maddy.body @@ -0,0 +1 @@ +(BODY (((("text" "html" ("charset" "us-ascii") NIL NIL NIL 90 1) ("text" "plain" () NIL NIL "binary" 27 1) "alternative") ("signature" "plain" ("charset" "us-ascii") NIL NIL NIL 21) "signed") "mixed"))
\ No newline at end of file diff --git a/tests/emails/thirdparty/006.maddy.bodystructure b/tests/emails/thirdparty/006.maddy.bodystructure new file mode 100644 index 0000000..7dce952 --- /dev/null +++ b/tests/emails/thirdparty/006.maddy.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE (((("text" "html" ("charset" "us-ascii") NIL NIL NIL 90 1 NIL NIL NIL NIL) ("text" "plain" () NIL NIL "binary" 27 1 NIL NIL NIL NIL) "alternative" ("boundary" "3") NIL NIL NIL) ("signature" "plain" ("charset" "us-ascii") NIL NIL NIL 21 NIL NIL NIL NIL) "signed" ("boundary" "2" "protocol" "signature/plain" "migalc" "pen+paper") NIL NIL NIL) "mixed" ("boundary" "1") NIL NIL NIL))
\ No newline at end of file diff --git a/tests/emails/thirdparty/007.maddy.body b/tests/emails/thirdparty/007.maddy.body new file mode 100644 index 0000000..88f3208 --- /dev/null +++ b/tests/emails/thirdparty/007.maddy.body @@ -0,0 +1 @@ +(BODY (("text" "plain" () NIL NIL NIL 76 4) ("text" "plain" () NIL NIL NIL 77 4) ("text" "plain" () NIL NIL NIL 332 15) "digest"))
\ No newline at end of file diff --git a/tests/emails/thirdparty/007.maddy.bodystructure b/tests/emails/thirdparty/007.maddy.bodystructure new file mode 100644 index 0000000..58c3be0 --- /dev/null +++ b/tests/emails/thirdparty/007.maddy.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE (("text" "plain" () NIL NIL NIL 76 4 NIL NIL NIL NIL) ("text" "plain" () NIL NIL NIL 77 4 NIL NIL NIL NIL) ("text" "plain" () NIL NIL NIL 332 15 NIL NIL NIL NIL) "digest" ("boundary" "1") NIL NIL NIL))
\ No newline at end of file diff --git a/tests/emails/thirdparty/009.maddy.body b/tests/emails/thirdparty/009.maddy.body new file mode 100644 index 0000000..deaec19 --- /dev/null +++ b/tests/emails/thirdparty/009.maddy.body @@ -0,0 +1 @@ +(BODY (("text" "plain" () NIL NIL "binary" 48 1) ("message" "partial" ("total" "5" "id" "heks68ewe@example.org" "number" "1") NIL NIL NIL 247) "mixed"))
\ No newline at end of file diff --git a/tests/emails/thirdparty/009.maddy.bodystructure b/tests/emails/thirdparty/009.maddy.bodystructure new file mode 100644 index 0000000..8307d72 --- /dev/null +++ b/tests/emails/thirdparty/009.maddy.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE (("text" "plain" () NIL NIL "binary" 48 1 NIL NIL NIL NIL) ("message" "partial" ("id" "heks68ewe@example.org" "number" "1" "total" "5") NIL NIL NIL 247 NIL NIL NIL NIL) "mixed" ("boundary" "1") NIL NIL NIL))
\ No newline at end of file diff --git a/tests/emails/thirdparty/010.maddy.body b/tests/emails/thirdparty/010.maddy.body new file mode 100644 index 0000000..4609f0e --- /dev/null +++ b/tests/emails/thirdparty/010.maddy.body @@ -0,0 +1 @@ +(BODY ("text" "plain" () NIL NIL NIL 117 7))
\ No newline at end of file diff --git a/tests/emails/thirdparty/010.maddy.bodystructure b/tests/emails/thirdparty/010.maddy.bodystructure new file mode 100644 index 0000000..335b8e5 --- /dev/null +++ b/tests/emails/thirdparty/010.maddy.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE ("text" "plain" () NIL NIL NIL 117 7 NIL NIL NIL NIL))
\ No newline at end of file |