From aa6580e0c3fe577283ea1e9d17c092ab8f8a64b0 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 7 Jul 2022 18:19:37 +0200 Subject: Add Cyrus + Identify Dovecot traces in filename --- tests/emails/dxflrs/0001_simple.body | 1 - tests/emails/dxflrs/0001_simple.bodystructure | 1 - tests/emails/dxflrs/0001_simple.cyrus.body | 1 + tests/emails/dxflrs/0001_simple.cyrus.bodystructure | 1 + tests/emails/dxflrs/0001_simple.dovecot.body | 1 + tests/emails/dxflrs/0001_simple.dovecot.bodystructure | 1 + tests/emails/dxflrs/0002_mime.body | 1 - tests/emails/dxflrs/0002_mime.bodystructure | 1 - tests/emails/dxflrs/0002_mime.cyrus.body | 1 + tests/emails/dxflrs/0002_mime.cyrus.bodystructure | 1 + tests/emails/dxflrs/0002_mime.dovecot.body | 1 + tests/emails/dxflrs/0002_mime.dovecot.bodystructure | 1 + tests/emails/dxflrs/0003_mime-in-mime.body | 1 - tests/emails/dxflrs/0003_mime-in-mime.bodystructure | 1 - tests/emails/dxflrs/0003_mime-in-mime.cyrus.body | 1 + tests/emails/dxflrs/0003_mime-in-mime.cyrus.bodystructure | 1 + tests/emails/dxflrs/0003_mime-in-mime.dovecot.body | 1 + tests/emails/dxflrs/0003_mime-in-mime.dovecot.bodystructure | 1 + tests/emails/dxflrs/0004_msg-in-msg.body | 1 - tests/emails/dxflrs/0004_msg-in-msg.bodystructure | 1 - tests/emails/dxflrs/0004_msg-in-msg.cyrus.body | 1 + tests/emails/dxflrs/0004_msg-in-msg.cyrus.bodystructure | 1 + tests/emails/dxflrs/0004_msg-in-msg.dovecot.body | 1 + tests/emails/dxflrs/0004_msg-in-msg.dovecot.bodystructure | 1 + tests/emails/dxflrs/0005_mail-parser-readme.body | 1 - tests/emails/dxflrs/0005_mail-parser-readme.bodystructure | 1 - tests/emails/dxflrs/0005_mail-parser-readme.cyrus.body | 1 + tests/emails/dxflrs/0005_mail-parser-readme.cyrus.bodystructure | 1 + tests/emails/dxflrs/0005_mail-parser-readme.dovecot.body | 1 + tests/emails/dxflrs/0005_mail-parser-readme.dovecot.bodystructure | 1 + 30 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 tests/emails/dxflrs/0001_simple.body delete mode 100644 tests/emails/dxflrs/0001_simple.bodystructure create mode 100644 tests/emails/dxflrs/0001_simple.cyrus.body create mode 100644 tests/emails/dxflrs/0001_simple.cyrus.bodystructure create mode 100644 tests/emails/dxflrs/0001_simple.dovecot.body create mode 100644 tests/emails/dxflrs/0001_simple.dovecot.bodystructure delete mode 100644 tests/emails/dxflrs/0002_mime.body delete mode 100644 tests/emails/dxflrs/0002_mime.bodystructure create mode 100644 tests/emails/dxflrs/0002_mime.cyrus.body create mode 100644 tests/emails/dxflrs/0002_mime.cyrus.bodystructure create mode 100644 tests/emails/dxflrs/0002_mime.dovecot.body create mode 100644 tests/emails/dxflrs/0002_mime.dovecot.bodystructure delete mode 100644 tests/emails/dxflrs/0003_mime-in-mime.body delete mode 100644 tests/emails/dxflrs/0003_mime-in-mime.bodystructure create mode 100644 tests/emails/dxflrs/0003_mime-in-mime.cyrus.body create mode 100644 tests/emails/dxflrs/0003_mime-in-mime.cyrus.bodystructure create mode 100644 tests/emails/dxflrs/0003_mime-in-mime.dovecot.body create mode 100644 tests/emails/dxflrs/0003_mime-in-mime.dovecot.bodystructure delete mode 100644 tests/emails/dxflrs/0004_msg-in-msg.body delete mode 100644 tests/emails/dxflrs/0004_msg-in-msg.bodystructure create mode 100644 tests/emails/dxflrs/0004_msg-in-msg.cyrus.body create mode 100644 tests/emails/dxflrs/0004_msg-in-msg.cyrus.bodystructure create mode 100644 tests/emails/dxflrs/0004_msg-in-msg.dovecot.body create mode 100644 tests/emails/dxflrs/0004_msg-in-msg.dovecot.bodystructure delete mode 100644 tests/emails/dxflrs/0005_mail-parser-readme.body delete mode 100644 tests/emails/dxflrs/0005_mail-parser-readme.bodystructure create mode 100644 tests/emails/dxflrs/0005_mail-parser-readme.cyrus.body create mode 100644 tests/emails/dxflrs/0005_mail-parser-readme.cyrus.bodystructure create mode 100644 tests/emails/dxflrs/0005_mail-parser-readme.dovecot.body create mode 100644 tests/emails/dxflrs/0005_mail-parser-readme.dovecot.bodystructure (limited to 'tests/emails/dxflrs') diff --git a/tests/emails/dxflrs/0001_simple.body b/tests/emails/dxflrs/0001_simple.body deleted file mode 100644 index 7942837..0000000 --- a/tests/emails/dxflrs/0001_simple.body +++ /dev/null @@ -1 +0,0 @@ -(BODY ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 49 1)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0001_simple.bodystructure b/tests/emails/dxflrs/0001_simple.bodystructure deleted file mode 100644 index 8f0e467..0000000 --- a/tests/emails/dxflrs/0001_simple.bodystructure +++ /dev/null @@ -1 +0,0 @@ -(BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 49 1 NIL NIL NIL NIL)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0001_simple.cyrus.body b/tests/emails/dxflrs/0001_simple.cyrus.body new file mode 100644 index 0000000..9ddb995 --- /dev/null +++ b/tests/emails/dxflrs/0001_simple.cyrus.body @@ -0,0 +1 @@ +(BODY ("TEXT" "PLAIN" ("CHARSET" "us-ascii") NIL NIL "7BIT" 49 1)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0001_simple.cyrus.bodystructure b/tests/emails/dxflrs/0001_simple.cyrus.bodystructure new file mode 100644 index 0000000..09bb755 --- /dev/null +++ b/tests/emails/dxflrs/0001_simple.cyrus.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE ("TEXT" "PLAIN" ("CHARSET" "us-ascii") NIL NIL "7BIT" 49 1 NIL NIL NIL NIL)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0001_simple.dovecot.body b/tests/emails/dxflrs/0001_simple.dovecot.body new file mode 100644 index 0000000..7942837 --- /dev/null +++ b/tests/emails/dxflrs/0001_simple.dovecot.body @@ -0,0 +1 @@ +(BODY ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 49 1)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0001_simple.dovecot.bodystructure b/tests/emails/dxflrs/0001_simple.dovecot.bodystructure new file mode 100644 index 0000000..8f0e467 --- /dev/null +++ b/tests/emails/dxflrs/0001_simple.dovecot.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 49 1 NIL NIL NIL NIL)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0002_mime.body b/tests/emails/dxflrs/0002_mime.body deleted file mode 100644 index a6c1dd9..0000000 --- a/tests/emails/dxflrs/0002_mime.body +++ /dev/null @@ -1 +0,0 @@ -(BODY (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1)("text" "html" ("charset" "utf-8") NIL NIL "8bit" 16 1) "alternative")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0002_mime.bodystructure b/tests/emails/dxflrs/0002_mime.bodystructure deleted file mode 100644 index 1dce36b..0000000 --- a/tests/emails/dxflrs/0002_mime.bodystructure +++ /dev/null @@ -1 +0,0 @@ -(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)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0002_mime.cyrus.body b/tests/emails/dxflrs/0002_mime.cyrus.body new file mode 100644 index 0000000..266e647 --- /dev/null +++ b/tests/emails/dxflrs/0002_mime.cyrus.body @@ -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")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0002_mime.cyrus.bodystructure b/tests/emails/dxflrs/0002_mime.cyrus.bodystructure new file mode 100644 index 0000000..ea386b6 --- /dev/null +++ b/tests/emails/dxflrs/0002_mime.cyrus.bodystructure @@ -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)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0002_mime.dovecot.body b/tests/emails/dxflrs/0002_mime.dovecot.body new file mode 100644 index 0000000..a6c1dd9 --- /dev/null +++ b/tests/emails/dxflrs/0002_mime.dovecot.body @@ -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")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0002_mime.dovecot.bodystructure b/tests/emails/dxflrs/0002_mime.dovecot.bodystructure new file mode 100644 index 0000000..1dce36b --- /dev/null +++ b/tests/emails/dxflrs/0002_mime.dovecot.bodystructure @@ -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)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0003_mime-in-mime.body b/tests/emails/dxflrs/0003_mime-in-mime.body deleted file mode 100644 index ddf0f6d..0000000 --- a/tests/emails/dxflrs/0003_mime-in-mime.body +++ /dev/null @@ -1 +0,0 @@ -(BODY ((("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1)("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1) "mixed")("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1) "mixed")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0003_mime-in-mime.bodystructure b/tests/emails/dxflrs/0003_mime-in-mime.bodystructure deleted file mode 100644 index 903d343..0000000 --- a/tests/emails/dxflrs/0003_mime-in-mime.bodystructure +++ /dev/null @@ -1 +0,0 @@ -(BODYSTRUCTURE ((("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1 NIL NIL NIL NIL)("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1 NIL NIL NIL NIL) "mixed" ("boundary" "child") NIL NIL NIL)("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1 NIL NIL NIL NIL) "mixed" ("boundary" "parent") NIL NIL NIL)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0003_mime-in-mime.cyrus.body b/tests/emails/dxflrs/0003_mime-in-mime.cyrus.body new file mode 100644 index 0000000..c810d09 --- /dev/null +++ b/tests/emails/dxflrs/0003_mime-in-mime.cyrus.body @@ -0,0 +1 @@ +(BODY ((("TEXT" "PLAIN" ("CHARSET" "us-ascii") NIL NIL "7BIT" 9 1)("TEXT" "PLAIN" ("CHARSET" "us-ascii") NIL NIL "7BIT" 9 1) "MIXED")("TEXT" "PLAIN" ("CHARSET" "us-ascii") NIL NIL "7BIT" 9 1) "MIXED")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0003_mime-in-mime.cyrus.bodystructure b/tests/emails/dxflrs/0003_mime-in-mime.cyrus.bodystructure new file mode 100644 index 0000000..7d4f4ae --- /dev/null +++ b/tests/emails/dxflrs/0003_mime-in-mime.cyrus.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE ((("TEXT" "PLAIN" ("CHARSET" "us-ascii") NIL NIL "7BIT" 9 1 NIL NIL NIL NIL)("TEXT" "PLAIN" ("CHARSET" "us-ascii") NIL NIL "7BIT" 9 1 NIL NIL NIL NIL) "MIXED" ("BOUNDARY" "child") NIL NIL NIL)("TEXT" "PLAIN" ("CHARSET" "us-ascii") NIL NIL "7BIT" 9 1 NIL NIL NIL NIL) "MIXED" ("BOUNDARY" "parent") NIL NIL NIL)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0003_mime-in-mime.dovecot.body b/tests/emails/dxflrs/0003_mime-in-mime.dovecot.body new file mode 100644 index 0000000..ddf0f6d --- /dev/null +++ b/tests/emails/dxflrs/0003_mime-in-mime.dovecot.body @@ -0,0 +1 @@ +(BODY ((("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1)("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1) "mixed")("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1) "mixed")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0003_mime-in-mime.dovecot.bodystructure b/tests/emails/dxflrs/0003_mime-in-mime.dovecot.bodystructure new file mode 100644 index 0000000..903d343 --- /dev/null +++ b/tests/emails/dxflrs/0003_mime-in-mime.dovecot.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE ((("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1 NIL NIL NIL NIL)("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1 NIL NIL NIL NIL) "mixed" ("boundary" "child") NIL NIL NIL)("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1 NIL NIL NIL NIL) "mixed" ("boundary" "parent") NIL NIL NIL)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0004_msg-in-msg.body b/tests/emails/dxflrs/0004_msg-in-msg.body deleted file mode 100644 index 9ff3336..0000000 --- a/tests/emails/dxflrs/0004_msg-in-msg.body +++ /dev/null @@ -1 +0,0 @@ -(BODY (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1)("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")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0004_msg-in-msg.bodystructure b/tests/emails/dxflrs/0004_msg-in-msg.bodystructure deleted file mode 100644 index a0d751a..0000000 --- a/tests/emails/dxflrs/0004_msg-in-msg.bodystructure +++ /dev/null @@ -1 +0,0 @@ -(BODYSTRUCTURE (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1 NIL NIL NIL NIL)("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)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0004_msg-in-msg.cyrus.body b/tests/emails/dxflrs/0004_msg-in-msg.cyrus.body new file mode 100644 index 0000000..d02b2e3 --- /dev/null +++ b/tests/emails/dxflrs/0004_msg-in-msg.cyrus.body @@ -0,0 +1 @@ +(BODY (("TEXT" "PLAIN" ("CHARSET" "us-ascii") NIL NIL "7BIT" 9 1)("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")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0004_msg-in-msg.cyrus.bodystructure b/tests/emails/dxflrs/0004_msg-in-msg.cyrus.bodystructure new file mode 100644 index 0000000..939e4fe --- /dev/null +++ b/tests/emails/dxflrs/0004_msg-in-msg.cyrus.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE (("TEXT" "PLAIN" ("CHARSET" "us-ascii") NIL NIL "7BIT" 9 1 NIL NIL NIL NIL)("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)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0004_msg-in-msg.dovecot.body b/tests/emails/dxflrs/0004_msg-in-msg.dovecot.body new file mode 100644 index 0000000..9ff3336 --- /dev/null +++ b/tests/emails/dxflrs/0004_msg-in-msg.dovecot.body @@ -0,0 +1 @@ +(BODY (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1)("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")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0004_msg-in-msg.dovecot.bodystructure b/tests/emails/dxflrs/0004_msg-in-msg.dovecot.bodystructure new file mode 100644 index 0000000..a0d751a --- /dev/null +++ b/tests/emails/dxflrs/0004_msg-in-msg.dovecot.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 9 1 NIL NIL NIL NIL)("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)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0005_mail-parser-readme.body b/tests/emails/dxflrs/0005_mail-parser-readme.body deleted file mode 100644 index 2d2b350..0000000 --- a/tests/emails/dxflrs/0005_mail-parser-readme.body +++ /dev/null @@ -1 +0,0 @@ -(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")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0005_mail-parser-readme.bodystructure b/tests/emails/dxflrs/0005_mail-parser-readme.bodystructure deleted file mode 100644 index e5d0af9..0000000 --- a/tests/emails/dxflrs/0005_mail-parser-readme.bodystructure +++ /dev/null @@ -1 +0,0 @@ -(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)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0005_mail-parser-readme.cyrus.body b/tests/emails/dxflrs/0005_mail-parser-readme.cyrus.body new file mode 100644 index 0000000..1974cd5 --- /dev/null +++ b/tests/emails/dxflrs/0005_mail-parser-readme.cyrus.body @@ -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 ") NIL NIL "BASE64" 56) "MIXED") 20) "MIXED")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0005_mail-parser-readme.cyrus.bodystructure b/tests/emails/dxflrs/0005_mail-parser-readme.cyrus.bodystructure new file mode 100644 index 0000000..5189948 --- /dev/null +++ b/tests/emails/dxflrs/0005_mail-parser-readme.cyrus.bodystructure @@ -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 ") 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)) \ No newline at end of file diff --git a/tests/emails/dxflrs/0005_mail-parser-readme.dovecot.body b/tests/emails/dxflrs/0005_mail-parser-readme.dovecot.body new file mode 100644 index 0000000..2d2b350 --- /dev/null +++ b/tests/emails/dxflrs/0005_mail-parser-readme.dovecot.body @@ -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")) \ No newline at end of file diff --git a/tests/emails/dxflrs/0005_mail-parser-readme.dovecot.bodystructure b/tests/emails/dxflrs/0005_mail-parser-readme.dovecot.bodystructure new file mode 100644 index 0000000..e5d0af9 --- /dev/null +++ b/tests/emails/dxflrs/0005_mail-parser-readme.dovecot.bodystructure @@ -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)) \ No newline at end of file -- cgit v1.2.3