diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-05 10:17:42 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-05 10:17:42 +0200 |
commit | 744018c967b114f389090a9105d9cafac57d818f (patch) | |
tree | 395629fc8ce4d5c9035e5a9c90444165e39039e7 /tests/emails/thirdparty/009.eml | |
parent | aca37b64c841037fce16ebbe63360ed5c9db17c8 (diff) | |
download | aerogramme-744018c967b114f389090a9105d9cafac57d818f.tar.gz aerogramme-744018c967b114f389090a9105d9cafac57d818f.zip |
Add some test emails from mail-parser
Diffstat (limited to 'tests/emails/thirdparty/009.eml')
-rw-r--r-- | tests/emails/thirdparty/009.eml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/emails/thirdparty/009.eml b/tests/emails/thirdparty/009.eml new file mode 100644 index 0000000..2b87d27 --- /dev/null +++ b/tests/emails/thirdparty/009.eml @@ -0,0 +1,21 @@ +Subject: In parts +MIME-Version: 1.0 +Content-Type: multipart/mixed; boundary=1 + +--1 +Content-Type: text/plain +Content-Transfer-Encoding: binary + +Hi, this is the fancy thing I was talking about! +--1 +Content-Type: Message/Partial; number=1; total=5; id="heks68ewe@example.org" + +X-Weird-Header-1: Bar +X-Weird-Header-2: Hello +Message-ID: <c6cceebc-1dcf-11eb-be8c-f7ca132cbfea@example.org> +Content-Type: text/plain; charset="us-ascii" +Content-Transfer-Encoding: base64 + +dGhpcyBpcyB0aGUgZmlyc3QgcGFydCBvZiB0aGUgbWVzc2FnZQo= +--1-- + |