Add our own test emails + parse result
This commit is contained in:
parent
f97b0a10a0
commit
50b2efe6da
164 changed files with 302 additions and 0 deletions
1
tests/emails/dxflrs/0001_simple.body
Normal file
1
tests/emails/dxflrs/0001_simple.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 49 1))
|
1
tests/emails/dxflrs/0001_simple.bodystructure
Normal file
1
tests/emails/dxflrs/0001_simple.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 49 1 NIL NIL NIL NIL))
|
4
tests/emails/dxflrs/0001_simple.eml
Normal file
4
tests/emails/dxflrs/0001_simple.eml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
From: Garage team <garagehq@deuxfleurs.fr>
|
||||||
|
Subject: Welcome to Aerogramme!!
|
||||||
|
|
||||||
|
This is just a test email, feel free to ignore.
|
1
tests/emails/dxflrs/0002_mime.body
Normal file
1
tests/emails/dxflrs/0002_mime.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1)("text" "html" ("charset" "utf-8") NIL NIL "8bit" 16 1) "alternative"))
|
1
tests/emails/dxflrs/0002_mime.bodystructure
Normal file
1
tests/emails/dxflrs/0002_mime.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1 NIL NIL NIL NIL)("text" "html" ("charset" "utf-8") NIL NIL "8bit" 16 1 NIL NIL NIL NIL) "alternative" ("boundary" "festivus") NIL NIL NIL))
|
17
tests/emails/dxflrs/0002_mime.eml
Normal file
17
tests/emails/dxflrs/0002_mime.eml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
From: Garage team <garagehq@deuxfleurs.fr>
|
||||||
|
Content-Type: multipart/alternative; boundary="festivus";
|
||||||
|
Subject: Welcome to Aerogramme!!
|
||||||
|
|
||||||
|
--festivus
|
||||||
|
Content-Type: text/plain; charset="us-ascii"
|
||||||
|
Content-Transfer-Encoding: 7bit
|
||||||
|
|
||||||
|
Hello 1
|
||||||
|
|
||||||
|
--festivus
|
||||||
|
Content-Type: text/html; charset="utf-8"
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
<p>Hello 2</p>
|
||||||
|
|
||||||
|
--festivus--
|
1
tests/emails/dxflrs/0003_mime-in-mime.body
Normal file
1
tests/emails/dxflrs/0003_mime-in-mime.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ((("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 7 0)("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 7 0) "mixed") "mixed"))
|
1
tests/emails/dxflrs/0003_mime-in-mime.bodystructure
Normal file
1
tests/emails/dxflrs/0003_mime-in-mime.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ((("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 7 0 NIL NIL NIL NIL)("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 7 0 NIL NIL NIL NIL) "mixed" ("boundary" "child") NIL NIL NIL) "mixed" ("boundary" "parent") NIL NIL NIL))
|
17
tests/emails/dxflrs/0003_mime-in-mime.eml
Normal file
17
tests/emails/dxflrs/0003_mime-in-mime.eml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
From: Garage team <garagehq@deuxfleurs.fr>
|
||||||
|
Content-Type: multipart/mixed; boundary="parent";
|
||||||
|
Subject: Welcome to Aerogramme!!
|
||||||
|
|
||||||
|
--parent
|
||||||
|
Content-Type: multipart/mixed; boundary="child";
|
||||||
|
|
||||||
|
--child
|
||||||
|
Content-Type: text/plain; charset="us-ascii"
|
||||||
|
|
||||||
|
Hello 1
|
||||||
|
--child
|
||||||
|
Content-Type: text/plain; charset="us-ascii"
|
||||||
|
|
||||||
|
Hello 2
|
||||||
|
--child--
|
||||||
|
--parent--
|
1
tests/emails/dxflrs/0004_msg-in-msg.body
Normal file
1
tests/emails/dxflrs/0004_msg-in-msg.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("message" "rfc822" NIL NIL NIL "7bit" 129 (NIL "Welcome to Aerogramme!!" (("Garage team" NIL "garagehq" "deuxfleurs.fr")) (("Garage team" NIL "garagehq" "deuxfleurs.fr")) (("Garage team" NIL "garagehq" "deuxfleurs.fr")) NIL NIL NIL NIL NIL) ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 49 1) 4) "mixed"))
|
1
tests/emails/dxflrs/0004_msg-in-msg.bodystructure
Normal file
1
tests/emails/dxflrs/0004_msg-in-msg.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("message" "rfc822" NIL NIL NIL "7bit" 129 (NIL "Welcome to Aerogramme!!" (("Garage team" NIL "garagehq" "deuxfleurs.fr")) (("Garage team" NIL "garagehq" "deuxfleurs.fr")) (("Garage team" NIL "garagehq" "deuxfleurs.fr")) NIL NIL NIL NIL NIL) ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 49 1 NIL NIL NIL NIL) 4 NIL NIL NIL NIL) "mixed" ("boundary" "delim") NIL NIL NIL))
|
11
tests/emails/dxflrs/0004_msg-in-msg.eml
Normal file
11
tests/emails/dxflrs/0004_msg-in-msg.eml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
From: Garage team <garagehq@deuxfleurs.fr>
|
||||||
|
Content-Type: multipart/mixed; boundary="delim";
|
||||||
|
Subject: Welcome to Aerogramme!!
|
||||||
|
|
||||||
|
--delim
|
||||||
|
Content-Type: message/rfc822
|
||||||
|
|
||||||
|
From: Garage team <garagehq@deuxfleurs.fr>
|
||||||
|
Subject: Welcome to Aerogramme!!
|
||||||
|
|
||||||
|
This is just a test email, feel free to ignore.
|
1
tests/emails/dxflrs/0005_mail-parser-readme.body
Normal file
1
tests/emails/dxflrs/0005_mail-parser-readme.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("text" "html" ("charset" "us-ascii") NIL NIL "base64" 242 3)("message" "rfc822" NIL NIL NIL "7bit" 744 (NIL "Exporting my book about coffee tables" (("Cosmo Kramer" NIL "kramer" "kramerica.com")) (("Cosmo Kramer" NIL "kramer" "kramerica.com")) (("Cosmo Kramer" NIL "kramer" "kramerica.com")) NIL NIL NIL NIL NIL) (("text" "plain" ("charset" "utf-16") NIL NIL "quoted-printable" 231 3)("image" "gif" ("name*" "''Book about utf-8''%e2%98%95") NIL NIL "Base64" 56) "mixed") 20) "mixed"))
|
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("text" "html" ("charset" "us-ascii") NIL NIL "base64" 242 3 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 744 (NIL "Exporting my book about coffee tables" (("Cosmo Kramer" NIL "kramer" "kramerica.com")) (("Cosmo Kramer" NIL "kramer" "kramerica.com")) (("Cosmo Kramer" NIL "kramer" "kramerica.com")) NIL NIL NIL NIL NIL) (("text" "plain" ("charset" "utf-16") NIL NIL "quoted-printable" 231 3 NIL NIL NIL NIL)("image" "gif" ("name*" "''Book about utf-8''%e2%98%95") NIL NIL "Base64" 56 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "giddyup") NIL NIL NIL) 20 NIL NIL NIL NIL) "mixed" ("boundary" "festivus") NIL NIL NIL))
|
39
tests/emails/dxflrs/0005_mail-parser-readme.eml
Normal file
39
tests/emails/dxflrs/0005_mail-parser-readme.eml
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
From: Art Vandelay <art@vandelay.com> (Vandelay Industries)
|
||||||
|
To: "Colleagues": "James Smythe" <james@vandelay.com>; Friends:
|
||||||
|
jane@example.com, =?UTF-8?Q?John_Sm=C3=AEth?= <john@example.com>;
|
||||||
|
Date: Sat, 20 Nov 2021 14:22:01 -0800
|
||||||
|
Subject: Why not both importing AND exporting? =?utf-8?b?4pi6?=
|
||||||
|
Content-Type: multipart/mixed; boundary="festivus";
|
||||||
|
|
||||||
|
--festivus
|
||||||
|
Content-Type: text/html; charset="us-ascii"
|
||||||
|
Content-Transfer-Encoding: base64
|
||||||
|
|
||||||
|
PGh0bWw+PHA+SSB3YXMgdGhpbmtpbmcgYWJvdXQgcXVpdHRpbmcgdGhlICZsZHF1bztle
|
||||||
|
HBvcnRpbmcmcmRxdW87IHRvIGZvY3VzIGp1c3Qgb24gdGhlICZsZHF1bztpbXBvcnRpbm
|
||||||
|
cmcmRxdW87LDwvcD48cD5idXQgdGhlbiBJIHRob3VnaHQsIHdoeSBub3QgZG8gYm90aD8
|
||||||
|
gJiN4MjYzQTs8L3A+PC9odG1sPg==
|
||||||
|
--festivus
|
||||||
|
Content-Type: message/rfc822
|
||||||
|
|
||||||
|
From: "Cosmo Kramer" <kramer@kramerica.com>
|
||||||
|
Subject: Exporting my book about coffee tables
|
||||||
|
Content-Type: multipart/mixed; boundary="giddyup";
|
||||||
|
|
||||||
|
--giddyup
|
||||||
|
Content-Type: text/plain; charset="utf-16"
|
||||||
|
Content-Transfer-Encoding: quoted-printable
|
||||||
|
|
||||||
|
=FF=FE=0C!5=D8"=DD5=D8)=DD5=D8-=DD =005=D8*=DD5=D8"=DD =005=D8"=
|
||||||
|
=DD5=D85=DD5=D8-=DD5=D8,=DD5=D8/=DD5=D81=DD =005=D8*=DD5=D86=DD =
|
||||||
|
=005=D8=1F=DD5=D8,=DD5=D8,=DD5=D8(=DD =005=D8-=DD5=D8)=DD5=D8"=
|
||||||
|
=DD5=D8=1E=DD5=D80=DD5=D8"=DD!=00
|
||||||
|
--giddyup
|
||||||
|
Content-Type: image/gif; name*1="about "; name*0="Book ";
|
||||||
|
name*2*=utf-8''%e2%98%95 tables.gif
|
||||||
|
Content-Transfer-Encoding: Base64
|
||||||
|
Content-Disposition: attachment
|
||||||
|
|
||||||
|
R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
|
||||||
|
--giddyup--
|
||||||
|
--festivus--
|
1
tests/emails/legacy/000.body
Normal file
1
tests/emails/legacy/000.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("image" "png" ("name" "redball.png") NIL NIL "base64" 1994))
|
1
tests/emails/legacy/000.bodystructure
Normal file
1
tests/emails/legacy/000.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("image" "png" ("name" "redball.png") NIL NIL "base64" 1994 NIL ("attachment" ("filename" "redball.png")) NIL NIL))
|
1
tests/emails/legacy/001.body
Normal file
1
tests/emails/legacy/001.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "utf-7") NIL NIL "quoted-printable" 897 19))
|
1
tests/emails/legacy/001.bodystructure
Normal file
1
tests/emails/legacy/001.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "utf-7") NIL NIL "quoted-printable" 897 19 NIL NIL NIL NIL))
|
1
tests/emails/legacy/002.body
Normal file
1
tests/emails/legacy/002.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1001 25))
|
1
tests/emails/legacy/002.bodystructure
Normal file
1
tests/emails/legacy/002.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1001 25 NIL NIL NIL NIL))
|
1
tests/emails/legacy/003.body
Normal file
1
tests/emails/legacy/003.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 16)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 997 23) "alternative"))
|
1
tests/emails/legacy/003.bodystructure
Normal file
1
tests/emails/legacy/003.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 16 NIL NIL NIL NIL)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 997 23 NIL NIL NIL NIL) "alternative" ("boundary" "=====================_714967308==_.ALT") NIL NIL NIL))
|
1
tests/emails/legacy/004.body
Normal file
1
tests/emails/legacy/004.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 768 8))
|
1
tests/emails/legacy/004.bodystructure
Normal file
1
tests/emails/legacy/004.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 768 8 NIL NIL NIL NIL))
|
1
tests/emails/legacy/005.body
Normal file
1
tests/emails/legacy/005.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "utf-7") NIL NIL "quoted-printable" 895 18))
|
1
tests/emails/legacy/005.bodystructure
Normal file
1
tests/emails/legacy/005.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "utf-7") NIL NIL "quoted-printable" 895 18 NIL NIL NIL NIL))
|
1
tests/emails/legacy/006.body
Normal file
1
tests/emails/legacy/006.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816)("image" "png" ("name" "redball.png") NIL NIL "base64" 1992) "mixed"))
|
1
tests/emails/legacy/006.bodystructure
Normal file
1
tests/emails/legacy/006.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816 NIL ("attachment" ("filename" "blueball.png")) NIL NIL)("image" "png" ("name" "redball.png") NIL NIL "base64" 1992 NIL ("attachment" ("filename" "redball.png")) NIL NIL) "mixed" ("boundary" "----=_NextPart_000_0004_01BFC037.28F2FA90") NIL NIL NIL))
|
1
tests/emails/legacy/007.body
Normal file
1
tests/emails/legacy/007.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 811 17))
|
1
tests/emails/legacy/007.bodystructure
Normal file
1
tests/emails/legacy/007.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 811 17 NIL NIL NIL NIL))
|
1
tests/emails/legacy/008.body
Normal file
1
tests/emails/legacy/008.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 799 15)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1778)("image" "png" ("name" "redball.png") NIL NIL "base64" 1992) "mixed"))
|
1
tests/emails/legacy/008.bodystructure
Normal file
1
tests/emails/legacy/008.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 799 15 NIL NIL NIL NIL)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816 NIL ("attachment" ("filename" "blueball.png")) NIL NIL)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1778 NIL ("attachment" ("filename" "greenball.png")) NIL NIL)("image" "png" ("name" "redball.png") NIL NIL "base64" 1992 NIL ("attachment" ("filename" "redball.png")) NIL NIL) "mixed" ("boundary" "----=_NextPart_000_0002_01BFC036.AE309650") NIL NIL NIL))
|
1
tests/emails/legacy/009.body
Normal file
1
tests/emails/legacy/009.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "iso-8859-1" "format" "flowed") NIL NIL "quoted-printable" 827 23))
|
1
tests/emails/legacy/009.bodystructure
Normal file
1
tests/emails/legacy/009.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "iso-8859-1" "format" "flowed") NIL NIL "quoted-printable" 827 23 NIL NIL NIL NIL))
|
1
tests/emails/legacy/010.body
Normal file
1
tests/emails/legacy/010.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 751 10))
|
1
tests/emails/legacy/010.bodystructure
Normal file
1
tests/emails/legacy/010.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 751 10 NIL NIL NIL NIL))
|
1
tests/emails/legacy/011.body
Normal file
1
tests/emails/legacy/011.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 813 18))
|
1
tests/emails/legacy/011.bodystructure
Normal file
1
tests/emails/legacy/011.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 813 18 NIL NIL NIL NIL))
|
1
tests/emails/legacy/012.body
Normal file
1
tests/emails/legacy/012.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "Windows-1252") NIL NIL "quoted-printable" 809 16))
|
1
tests/emails/legacy/012.bodystructure
Normal file
1
tests/emails/legacy/012.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "Windows-1252") NIL NIL "quoted-printable" 809 16 NIL NIL NIL NIL))
|
1
tests/emails/legacy/013.body
Normal file
1
tests/emails/legacy/013.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 754 17))
|
1
tests/emails/legacy/013.bodystructure
Normal file
1
tests/emails/legacy/013.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 754 17 NIL NIL NIL NIL))
|
1
tests/emails/legacy/014.body
Normal file
1
tests/emails/legacy/014.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 801 16)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1190 27) "alternative"))
|
1
tests/emails/legacy/014.bodystructure
Normal file
1
tests/emails/legacy/014.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 801 16 NIL NIL NIL NIL)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1190 27 NIL NIL NIL NIL) "alternative" ("boundary" "----=_NextPart_000_0005_01BFC037.799BEF60") NIL NIL NIL))
|
1
tests/emails/legacy/015.body
Normal file
1
tests/emails/legacy/015.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 833 16)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1230 26) "alternative")("image" "png" ("name" "2aa3ed95.png") "<4.2.0.58.20000519003556.00a918e0@pop.example.com.2>" NIL "base64" 1814)("image" "png" ("name" "2aa3edd1.png") "<4.2.0.58.20000519003556.00a918e0@pop.example.com.3>" NIL "base64" 1990) "related")("image" "png" ("name" "blueball.png") NIL NIL "base64" 1814)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1776) "mixed"))
|
1
tests/emails/legacy/015.bodystructure
Normal file
1
tests/emails/legacy/015.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 833 16 NIL NIL NIL NIL)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1230 26 NIL NIL NIL NIL) "alternative" ("boundary" "=====================_715392550==_.ALT") NIL NIL NIL)("image" "png" ("name" "2aa3ed95.png") "<4.2.0.58.20000519003556.00a918e0@pop.example.com.2>" NIL "base64" 1814 NIL ("inline" ("filename" "2aa3ed95.png")) NIL NIL)("image" "png" ("name" "2aa3edd1.png") "<4.2.0.58.20000519003556.00a918e0@pop.example.com.3>" NIL "base64" 1990 NIL ("inline" ("filename" "2aa3edd1.png")) NIL NIL) "related" ("type" "multipart/alternative" "boundary" "=====================_715392540==_.REL") NIL NIL NIL)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1814 NIL ("attachment" ("filename" "blueball.png")) NIL NIL)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1776 NIL ("attachment" ("filename" "greenball.png")) NIL NIL) "mixed" ("boundary" "=====================_715392540==_") NIL NIL NIL))
|
2
tests/emails/legacy/016.body
Normal file
2
tests/emails/legacy/016.body
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(BODY (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 16)("application" "mac-binhex40" ("name" "blueball.png") NIL NIL "7bit" 1929)("application" "mac-binhex40" ("name" {19}
|
||||||
|
HasenundFrösche.txt
|
2
tests/emails/legacy/016.bodystructure
Normal file
2
tests/emails/legacy/016.bodystructure
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 16 NIL NIL NIL NIL)("application" "mac-binhex40" ("name" "blueball.png") NIL NIL "7bit" 1929 NIL ("attachment" ("filename" "blueball.png")) NIL NIL)("application" "mac-binhex40" ("name" {19}
|
||||||
|
HasenundFrösche.txt
|
1
tests/emails/legacy/017.body
Normal file
1
tests/emails/legacy/017.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 764 6)("image" "png" ("name" "greenball.png") NIL NIL "x-uuencode" 1854)("image" "png" ("name" "blueball.png") NIL NIL "x-uuencode" 1892) "mixed"))
|
1
tests/emails/legacy/017.bodystructure
Normal file
1
tests/emails/legacy/017.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 764 6 NIL NIL NIL NIL)("image" "png" ("name" "greenball.png") NIL NIL "x-uuencode" 1854 NIL ("attachment" ("filename" "greenball.png")) NIL NIL)("image" "png" ("name" "blueball.png") NIL NIL "x-uuencode" 1892 NIL ("attachment" ("filename" "blueball.png")) NIL NIL) "mixed" ("boundary" "=====================_716177458==_") NIL NIL NIL))
|
1
tests/emails/legacy/018.body
Normal file
1
tests/emails/legacy/018.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 836 18)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1238 27) "alternative")("image" "png" ("name" "blueball.png") "<4.2.0.58.20000519003143.00a8d550@pop.example.com.0>" NIL "base64" 1814)("image" "png" ("name" "redball.png") "<4.2.0.58.20000519003143.00a8d550@pop.example.com.1>" NIL "base64" 1990) "related"))
|
1
tests/emails/legacy/018.bodystructure
Normal file
1
tests/emails/legacy/018.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 836 18 NIL NIL NIL NIL)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1238 27 NIL NIL NIL NIL) "alternative" ("boundary" "=====================_715157141==_.ALT") NIL NIL NIL)("image" "png" ("name" "blueball.png") "<4.2.0.58.20000519003143.00a8d550@pop.example.com.0>" NIL "base64" 1814 NIL ("inline" ("filename" "blueball.png")) NIL NIL)("image" "png" ("name" "redball.png") "<4.2.0.58.20000519003143.00a8d550@pop.example.com.1>" NIL "base64" 1990 NIL ("inline" ("filename" "redball.png")) NIL NIL) "related" ("type" "multipart/alternative" "boundary" "=====================_715157131==_.REL") NIL NIL NIL))
|
1
tests/emails/legacy/019.body
Normal file
1
tests/emails/legacy/019.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 801 16)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1190 27) "alternative")("image" "png" ("name" "greenball.png") NIL NIL "base64" 1778)("image" "png" ("name" "redball.png") NIL NIL "base64" 1992) "mixed"))
|
1
tests/emails/legacy/019.bodystructure
Normal file
1
tests/emails/legacy/019.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 801 16 NIL NIL NIL NIL)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1190 27 NIL NIL NIL NIL) "alternative" ("boundary" "----=_NextPart_001_0009_01BFC037.FDD8EE90") NIL NIL NIL)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1778 NIL ("attachment" ("filename" "greenball.png")) NIL NIL)("image" "png" ("name" "redball.png") NIL NIL "base64" 1992 NIL ("attachment" ("filename" "redball.png")) NIL NIL) "mixed" ("boundary" "----=_NextPart_000_0008_01BFC037.FDD8EE90") NIL NIL NIL))
|
1
tests/emails/legacy/020.body
Normal file
1
tests/emails/legacy/020.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 754 17))
|
1
tests/emails/legacy/020.bodystructure
Normal file
1
tests/emails/legacy/020.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 754 17 NIL NIL NIL NIL))
|
1
tests/emails/legacy/021.body
Normal file
1
tests/emails/legacy/021.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 805 18)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1397 31) "alternative")("image" "png" ("name" "blueball.png") "<938014623@17052000-0f9b>" NIL "base64" 1816) "related")("image" "png" ("name" "greenball.png") NIL NIL "base64" 1778)("image" "png" ("name" "redball.png") NIL NIL "base64" 1992) "mixed"))
|
1
tests/emails/legacy/021.bodystructure
Normal file
1
tests/emails/legacy/021.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 805 18 NIL NIL NIL NIL)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1397 31 NIL NIL NIL NIL) "alternative" ("boundary" "----=_NextPart_002_0012_01BFC038.B91BC650") NIL NIL NIL)("image" "png" ("name" "blueball.png") "<938014623@17052000-0f9b>" NIL "base64" 1816 NIL NIL NIL NIL) "related" ("boundary" "----=_NextPart_001_0011_01BFC038.B91BC650") NIL NIL NIL)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1778 NIL ("attachment" ("filename" "greenball.png")) NIL NIL)("image" "png" ("name" "redball.png") NIL NIL "base64" 1992 NIL ("attachment" ("filename" "redball.png")) NIL NIL) "mixed" ("boundary" "----=_NextPart_000_0010_01BFC038.B91BC650") NIL NIL NIL))
|
1
tests/emails/legacy/022.body
Normal file
1
tests/emails/legacy/022.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "iso-8859-1") NIL NIL "base64" 1028 16))
|
1
tests/emails/legacy/022.bodystructure
Normal file
1
tests/emails/legacy/022.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "iso-8859-1") NIL NIL "base64" 1028 16 NIL NIL NIL NIL))
|
1
tests/emails/legacy/023.body
Normal file
1
tests/emails/legacy/023.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 16)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1814)("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 804 17)("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 16) "mixed"))
|
2
tests/emails/legacy/023.bodystructure
Normal file
2
tests/emails/legacy/023.bodystructure
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 16 NIL NIL NIL NIL)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1814 NIL ("attachment" ("filename" "blueball.png")) NIL NIL)("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 804 17 NIL ("attachment" ("filename" "farmerandstork.txt")) NIL NIL)("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 16 NIL ("attachment" ("filename" {19}
|
||||||
|
HasenundFrösche.txt
|
1
tests/emails/legacy/024.body
Normal file
1
tests/emails/legacy/024.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1239 27)("image" "png" ("name" "2aa48eb6.png") "<4.2.0.58.20000519003735.00a8d7e0@pop.example.com.2>" NIL "base64" 1814)("image" "png" ("name" "2aa48ec0.png") "<4.2.0.58.20000519003735.00a8d7e0@pop.example.com.3>" NIL "base64" 1990) "related"))
|
1
tests/emails/legacy/024.bodystructure
Normal file
1
tests/emails/legacy/024.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1239 27 NIL NIL NIL NIL)("image" "png" ("name" "2aa48eb6.png") "<4.2.0.58.20000519003735.00a8d7e0@pop.example.com.2>" NIL "base64" 1814 NIL ("inline" ("filename" "2aa48eb6.png")) NIL NIL)("image" "png" ("name" "2aa48ec0.png") "<4.2.0.58.20000519003735.00a8d7e0@pop.example.com.3>" NIL "base64" 1990 NIL ("inline" ("filename" "2aa48ec0.png")) NIL NIL) "related" ("type" "text/html" "boundary" "=====================_715429112==_.REL") NIL NIL NIL))
|
1
tests/emails/legacy/025.body
Normal file
1
tests/emails/legacy/025.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ((("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1230 26)("image" "png" ("name" "2aa51367.png") "<4.2.0.58.20000519003809.00a85140@pop.example.com.2>" NIL "base64" 1814)("image" "png" ("name" "2aa51371.png") "<4.2.0.58.20000519003809.00a85140@pop.example.com.3>" NIL "base64" 1990) "related")("image" "png" ("name" "blueball.png") NIL NIL "base64" 1814)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1776) "mixed"))
|
1
tests/emails/legacy/025.bodystructure
Normal file
1
tests/emails/legacy/025.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ((("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1230 26 NIL NIL NIL NIL)("image" "png" ("name" "2aa51367.png") "<4.2.0.58.20000519003809.00a85140@pop.example.com.2>" NIL "base64" 1814 NIL ("inline" ("filename" "2aa51367.png")) NIL NIL)("image" "png" ("name" "2aa51371.png") "<4.2.0.58.20000519003809.00a85140@pop.example.com.3>" NIL "base64" 1990 NIL ("inline" ("filename" "2aa51371.png")) NIL NIL) "related" ("type" "text/html" "boundary" "=====================_715462801==_.REL") NIL NIL NIL)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1814 NIL ("attachment" ("filename" "blueball.png")) NIL NIL)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1776 NIL ("attachment" ("filename" "greenball.png")) NIL NIL) "mixed" ("boundary" "=====================_715462801==_") NIL NIL NIL))
|
2
tests/emails/legacy/026.body
Normal file
2
tests/emails/legacy/026.body
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(BODY (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 16)("text" "plain" ("name" {19}
|
||||||
|
HasenundFrösche.txt
|
2
tests/emails/legacy/026.bodystructure
Normal file
2
tests/emails/legacy/026.bodystructure
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 16 NIL NIL NIL NIL)("text" "plain" ("name" {19}
|
||||||
|
HasenundFrösche.txt
|
1
tests/emails/legacy/027.body
Normal file
1
tests/emails/legacy/027.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 811 17))
|
1
tests/emails/legacy/027.bodystructure
Normal file
1
tests/emails/legacy/027.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 811 17 NIL NIL NIL NIL))
|
1
tests/emails/legacy/028.body
Normal file
1
tests/emails/legacy/028.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 20)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1576 36) "alternative")("image" "png" ("name" "blueball.png") "<823504223@17052000-0f8d>" NIL "base64" 1816)("image" "png" ("name" "redball.png") "<823504223@17052000-0f94>" NIL "base64" 1992) "related"))
|
1
tests/emails/legacy/028.bodystructure
Normal file
1
tests/emails/legacy/028.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 809 20 NIL NIL NIL NIL)("text" "html" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 1576 36 NIL NIL NIL NIL) "alternative" ("boundary" "----=_NextPart_001_000D_01BFC038.5A5C8E60") NIL NIL NIL)("image" "png" ("name" "blueball.png") "<823504223@17052000-0f8d>" NIL "base64" 1816 NIL NIL NIL NIL)("image" "png" ("name" "redball.png") "<823504223@17052000-0f94>" NIL "base64" 1992 NIL NIL NIL NIL) "related" ("boundary" "----=_NextPart_000_000C_01BFC038.5A5C8E60") NIL NIL NIL))
|
1
tests/emails/legacy/029.body
Normal file
1
tests/emails/legacy/029.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 771 16))
|
1
tests/emails/legacy/029.bodystructure
Normal file
1
tests/emails/legacy/029.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 771 16 NIL NIL NIL NIL))
|
1
tests/emails/legacy/030.body
Normal file
1
tests/emails/legacy/030.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 767 14)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1780)("text" "plain" ("charset" "us-ascii" "name" "hareandtoroise.txt") NIL NIL "7bit" 762 6) "mixed"))
|
1
tests/emails/legacy/030.bodystructure
Normal file
1
tests/emails/legacy/030.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 767 14 NIL NIL NIL NIL)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816 NIL ("inline" ("filename" "blueball.png")) NIL NIL)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1780 NIL ("inline" ("filename" "greenball.png")) NIL NIL)("text" "plain" ("charset" "us-ascii" "name" "hareandtoroise.txt") NIL NIL "7bit" 762 6 NIL ("inline" ("filename" "hareandtoroise.txt")) NIL NIL) "mixed" ("boundary" "------------0BBC657DDC74A0B8454627FD") NIL NIL NIL))
|
1
tests/emails/legacy/031.body
Normal file
1
tests/emails/legacy/031.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("TEXT" "PLAIN" ("charset" "US-ASCII") NIL NIL "7bit" 41 2)("APPLICATION" "octet-stream" ("name" "redball.png") "<Pine.LNX.4.21.0005190955480.8452@penguin.example.com>" "A PNG graphic file" "BASE64" 2004)("APPLICATION" "octet-stream" ("name" "blueball.png") "<Pine.LNX.4.21.0005190955481.8452@penguin.example.com>" "A PNG graphic file" "BASE64" 1826) "MIXED"))
|
1
tests/emails/legacy/031.bodystructure
Normal file
1
tests/emails/legacy/031.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("TEXT" "PLAIN" ("charset" "US-ASCII") NIL NIL "7bit" 41 2 NIL NIL NIL NIL)("APPLICATION" "octet-stream" ("name" "redball.png") "<Pine.LNX.4.21.0005190955480.8452@penguin.example.com>" "A PNG graphic file" "BASE64" 2004 NIL ("attachment" ("filename" "redball.png")) NIL NIL)("APPLICATION" "octet-stream" ("name" "blueball.png") "<Pine.LNX.4.21.0005190955481.8452@penguin.example.com>" "A PNG graphic file" "BASE64" 1826 NIL ("attachment" ("filename" "blueball.png")) NIL NIL) "MIXED" ("BOUNDARY" "-1463757054-952513540-958744548=:8452") NIL NIL NIL))
|
1
tests/emails/legacy/032.body
Normal file
1
tests/emails/legacy/032.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 798 21)("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 949 17) "alternative")("image" "png" ("name" "greenball.png") NIL NIL "base64" 1780)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816) "mixed"))
|
1
tests/emails/legacy/032.bodystructure
Normal file
1
tests/emails/legacy/032.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 798 21 NIL NIL NIL NIL)("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 949 17 NIL NIL NIL NIL) "alternative" ("boundary" "------------D74AE2393FB01D1B284AE257") NIL NIL NIL)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1780 NIL ("inline" ("filename" "greenball.png")) NIL NIL)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816 NIL ("inline" ("filename" "blueball.png")) NIL NIL) "mixed" ("boundary" "------------C78F594988075E36AE03C243") NIL NIL NIL))
|
1
tests/emails/legacy/033.body
Normal file
1
tests/emails/legacy/033.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "UTF-8") NIL NIL "quoted-printable" 804 22))
|
1
tests/emails/legacy/033.bodystructure
Normal file
1
tests/emails/legacy/033.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "UTF-8") NIL NIL "quoted-printable" 804 22 NIL NIL NIL NIL))
|
1
tests/emails/legacy/034.body
Normal file
1
tests/emails/legacy/034.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "UTF-7") NIL NIL "7bit" 791 16))
|
1
tests/emails/legacy/034.bodystructure
Normal file
1
tests/emails/legacy/034.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "UTF-7") NIL NIL "7bit" 791 16 NIL NIL NIL NIL))
|
1
tests/emails/legacy/035.body
Normal file
1
tests/emails/legacy/035.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 824 25)(("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 1122 19)("image" "png" NIL "<part1.39235FC5.E71D8178@example.com>" NIL "base64" 1816)("image" "png" NIL "<part2.39235FC5.E71D8178@example.com>" NIL "base64" 1992) "related") "alternative")("image" "png" ("name" "redball.png") NIL NIL "base64" 1992)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1780) "mixed"))
|
1
tests/emails/legacy/035.bodystructure
Normal file
1
tests/emails/legacy/035.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ((("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 824 25 NIL NIL NIL NIL)(("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 1122 19 NIL NIL NIL NIL)("image" "png" NIL "<part1.39235FC5.E71D8178@example.com>" NIL "base64" 1816 NIL ("inline" ("filename" "C:TEMPnsmailEG.png")) NIL NIL)("image" "png" NIL "<part2.39235FC5.E71D8178@example.com>" NIL "base64" 1992 NIL ("inline" ("filename" "C:TEMPnsmail39.png")) NIL NIL) "related" ("boundary" "------------C02FA3D0A04E95F295FB25EB") NIL NIL NIL) "alternative" ("boundary" "------------F03F94BA73D3B9E8C1B94D92") NIL NIL NIL)("image" "png" ("name" "redball.png") NIL NIL "base64" 1992 NIL ("inline" ("filename" "redball.png")) NIL NIL)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1780 NIL ("inline" ("filename" "greenball.png")) NIL NIL) "mixed" ("boundary" "------------A1E83A41894D3755390B838A") NIL NIL NIL))
|
1
tests/emails/legacy/036.body
Normal file
1
tests/emails/legacy/036.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("TEXT" "PLAIN" ("charset" "iso-8859-1") NIL NIL "QUOTED-PRINTABLE" 813 18))
|
1
tests/emails/legacy/036.bodystructure
Normal file
1
tests/emails/legacy/036.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("TEXT" "PLAIN" ("charset" "iso-8859-1") NIL NIL "QUOTED-PRINTABLE" 813 18 NIL NIL NIL NIL))
|
1
tests/emails/legacy/037.body
Normal file
1
tests/emails/legacy/037.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 1 0)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816) "mixed"))
|
1
tests/emails/legacy/037.bodystructure
Normal file
1
tests/emails/legacy/037.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 1 0 NIL NIL NIL NIL)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816 NIL ("inline" ("filename" "blueball.png")) NIL NIL) "mixed" ("boundary" "------------E7889DDF0F75D34163841C59") NIL NIL NIL))
|
1
tests/emails/legacy/038.body
Normal file
1
tests/emails/legacy/038.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 762 7))
|
1
tests/emails/legacy/038.bodystructure
Normal file
1
tests/emails/legacy/038.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 762 7 NIL NIL NIL NIL))
|
1
tests/emails/legacy/039.body
Normal file
1
tests/emails/legacy/039.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ((("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 1134 17)("image" "png" NIL "<part1.39236103.1B697A54@example.com>" NIL "base64" 1816)("image" "png" NIL "<part2.39236103.1B697A54@example.com>" NIL "base64" 1992) "related")("image" "png" ("name" "greenball.png") NIL NIL "base64" 1780)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816) "mixed"))
|
1
tests/emails/legacy/039.bodystructure
Normal file
1
tests/emails/legacy/039.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ((("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 1134 17 NIL NIL NIL NIL)("image" "png" NIL "<part1.39236103.1B697A54@example.com>" NIL "base64" 1816 NIL ("inline" ("filename" "C:TEMPnsmailV0.png")) NIL NIL)("image" "png" NIL "<part2.39236103.1B697A54@example.com>" NIL "base64" 1992 NIL ("inline" ("filename" "C:TEMPnsmailNM.png")) NIL NIL) "related" ("boundary" "------------8E6A06810565BCAB5E1F7D97") NIL NIL NIL)("image" "png" ("name" "greenball.png") NIL NIL "base64" 1780 NIL ("inline" ("filename" "greenball.png")) NIL NIL)("image" "png" ("name" "blueball.png") NIL NIL "base64" 1816 NIL ("inline" ("filename" "blueball.png")) NIL NIL) "mixed" ("boundary" "------------B7133A01A6B323BF00DBC9A7") NIL NIL NIL))
|
1
tests/emails/legacy/040.body
Normal file
1
tests/emails/legacy/040.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY ("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 808 18))
|
1
tests/emails/legacy/040.bodystructure
Normal file
1
tests/emails/legacy/040.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE ("text" "plain" ("charset" "iso-8859-1") NIL NIL "quoted-printable" 808 18 NIL NIL NIL NIL))
|
1
tests/emails/legacy/041.body
Normal file
1
tests/emails/legacy/041.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("TEXT" "PLAIN" ("charset" "US-ASCII") NIL NIL "7bit" 0 0)("APPLICATION" "octet-stream" ("name" "redball.png") "<Pine.LNX.4.21.0005191023160.8452@penguin.example.com>" "red ball" "BASE64" 2004) "MIXED"))
|
1
tests/emails/legacy/041.bodystructure
Normal file
1
tests/emails/legacy/041.bodystructure
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODYSTRUCTURE (("TEXT" "PLAIN" ("charset" "US-ASCII") NIL NIL "7bit" 0 0 NIL NIL NIL NIL)("APPLICATION" "octet-stream" ("name" "redball.png") "<Pine.LNX.4.21.0005191023160.8452@penguin.example.com>" "red ball" "BASE64" 2004 NIL ("attachment" ("filename" "redball.png")) NIL NIL) "MIXED" ("BOUNDARY" "-1463757054-170444605-958746196=:8452") NIL NIL NIL))
|
1
tests/emails/legacy/042.body
Normal file
1
tests/emails/legacy/042.body
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(BODY (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 767 14)("text" "plain" ("charset" "us-ascii" "name" "farmerandstork.txt") NIL NIL "7bit" 804 17) "mixed"))
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue