From 881707499588e8d8737e31d1ebe77ad564a98fe5 Mon Sep 17 00:00:00 2001 From: Lucas Hinderberger Date: Tue, 2 Jul 2024 12:57:39 +0200 Subject: [PATCH] SMTP: Updating README --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d269023..4535f3e 100644 --- a/README.md +++ b/README.md @@ -2674,7 +2674,7 @@ available as JSON in the following schema: "to": [ "testreceiver3@programmfabrik.de" ] - }, + } ] } ``` @@ -2688,6 +2688,10 @@ the corresponding index is made available as JSON: ```json { "bodySize": 306, + "contentType": "multipart/mixed", + "contentTypeParams": { + "boundary": "d36c3118be4745f9a1cb4556d11fe92d" + }, "from": [ "testsender2@programmfabrik.de" ], @@ -2716,6 +2720,10 @@ the corresponding index is made available as JSON: "multiparts": [ { "bodySize": 15, + "contentType": "text/plain", + "contentTypeParams": { + "charset": "utf-8" + }, "headers": { "Content-Type": [ "text/plain; charset=utf-8" @@ -2726,6 +2734,10 @@ the corresponding index is made available as JSON: }, { "bodySize": 39, + "contentType": "text/html", + "contentTypeParams": { + "charset": "utf-8" + }, "headers": { "Content-Type": [ "text/html; charset=utf-8" @@ -2736,7 +2748,7 @@ the corresponding index is made available as JSON: } ], "multipartsCount": 2, - "receivedAt": "2024-07-02T11:44:32.767921301+02:00", + "receivedAt": "2024-07-02T12:54:44.443488367+02:00", "smtpFrom": "testsender2@programmfabrik.de", "smtpRcptTo": [ "testreceiver2@programmfabrik.de" @@ -2771,6 +2783,10 @@ following schema: "multiparts": [ { "bodySize": 15, + "contentType": "text/plain", + "contentTypeParams": { + "charset": "utf-8" + }, "headers": { "Content-Type": [ "text/plain; charset=utf-8" @@ -2781,6 +2797,10 @@ following schema: }, { "bodySize": 39, + "contentType": "text/html", + "contentTypeParams": { + "charset": "utf-8" + }, "headers": { "Content-Type": [ "text/html; charset=utf-8" @@ -2801,6 +2821,10 @@ metadata about the multipart with the corresponding index is made available: ```json { "bodySize": 15, + "contentType": "text/plain", + "contentTypeParams": { + "charset": "utf-8" + }, "headers": { "Content-Type": [ "text/plain; charset=utf-8"