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/rfc/006.bodystructure | |
parent | f97b0a10a024cb57c59cf1088030b727ff9b8d53 (diff) | |
download | aerogramme-50b2efe6da444bcd69295933040a55ebc19eb2c1.tar.gz aerogramme-50b2efe6da444bcd69295933040a55ebc19eb2c1.zip |
Add our own test emails + parse result
Diffstat (limited to 'tests/emails/rfc/006.bodystructure')
-rw-r--r-- | tests/emails/rfc/006.bodystructure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/emails/rfc/006.bodystructure b/tests/emails/rfc/006.bodystructure new file mode 100644 index 0000000..97849bb --- /dev/null +++ b/tests/emails/rfc/006.bodystructure @@ -0,0 +1 @@ +(BODYSTRUCTURE (("text" "plain" ("charset" "utf-8") NIL NIL "quoted-printable" 89 2 NIL ("inline" NIL) NIL NIL)("text" "html" ("charset" "utf-8") NIL NIL "quoted-printable" 95 2 NIL ("inline" NIL) NIL NIL) "alternative" ("boundary" "boundary-string") NIL NIL NIL))
\ No newline at end of file |