diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-05 11:44:22 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-05 11:44:22 +0200 |
commit | 50b2efe6da444bcd69295933040a55ebc19eb2c1 (patch) | |
tree | bf7965c8e2c04d15f9bb559ccf65b49546786c8b /tests/emails/dxflrs/0003_mime-in-mime.eml | |
parent | f97b0a10a024cb57c59cf1088030b727ff9b8d53 (diff) | |
download | aerogramme-50b2efe6da444bcd69295933040a55ebc19eb2c1.tar.gz aerogramme-50b2efe6da444bcd69295933040a55ebc19eb2c1.zip |
Add our own test emails + parse result
Diffstat (limited to 'tests/emails/dxflrs/0003_mime-in-mime.eml')
-rw-r--r-- | tests/emails/dxflrs/0003_mime-in-mime.eml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/emails/dxflrs/0003_mime-in-mime.eml b/tests/emails/dxflrs/0003_mime-in-mime.eml new file mode 100644 index 0000000..f98c015 --- /dev/null +++ b/tests/emails/dxflrs/0003_mime-in-mime.eml @@ -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--
|