-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Hello!
I am searching for a function to return only the email content, without any header, only the decoded content of the message.
So far, I use envelop.Data.String() that returns the full body, including headers and message content.
MIME-Version: 1.0
From: john@doe.org
To: john@doe.org
Date: 9 Jul 2024 08:54:26 +0000
Subject: Hello
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
My Email Content
Is there a function of kind "getDecodedEMailContent"? Or is it up to developer to parse the data and extract the content of the message based on content-type?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels