diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-06 18:42:37 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-06 18:42:37 +0200 |
commit | 82c7f5909f0c3e07d0dbd4395d54121091aab267 (patch) | |
tree | 13d46e8c412dfeb0bc6ad7a418ccea9361aefe41 /tests | |
parent | cba06269ab1ab9253c097eb46ffdc0393548e74d (diff) | |
download | aerogramme-82c7f5909f0c3e07d0dbd4395d54121091aab267.tar.gz aerogramme-82c7f5909f0c3e07d0dbd4395d54121091aab267.zip |
Fix envelope + rfc822 message size+line number
Diffstat (limited to 'tests')
-rw-r--r-- | tests/emails/dxflrs/0004_msg-in-msg.body | 2 | ||||
-rw-r--r-- | tests/emails/dxflrs/0004_msg-in-msg.bodystructure | 2 | ||||
-rw-r--r-- | tests/emails/dxflrs/0004_msg-in-msg.eml | 5 |
3 files changed, 7 insertions, 2 deletions
diff --git a/tests/emails/dxflrs/0004_msg-in-msg.body b/tests/emails/dxflrs/0004_msg-in-msg.body index 8149cfd..9ff3336 100644 --- a/tests/emails/dxflrs/0004_msg-in-msg.body +++ b/tests/emails/dxflrs/0004_msg-in-msg.body @@ -1 +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"))
\ No newline at end of file +(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 index 22644b8..a0d751a 100644 --- a/tests/emails/dxflrs/0004_msg-in-msg.bodystructure +++ b/tests/emails/dxflrs/0004_msg-in-msg.bodystructure @@ -1 +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))
\ No newline at end of file +(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.eml b/tests/emails/dxflrs/0004_msg-in-msg.eml index b1602cb..f581b59 100644 --- a/tests/emails/dxflrs/0004_msg-in-msg.eml +++ b/tests/emails/dxflrs/0004_msg-in-msg.eml @@ -3,6 +3,11 @@ Content-Type: multipart/mixed; boundary="delim"; Subject: Welcome to Aerogramme!!
--delim
+Content-Type: text/plain; charset="us-ascii"
+
+Hello 1
+
+--delim
Content-Type: message/rfc822
From: Garage team <garagehq@deuxfleurs.fr>
|