v1

latestOpenAPI 3.0.12026-07-2631331.4 KB
Mime

Post the MIME encoded email text in the body to this API. If you have EML files then you need to post the contents of the EML file.

post/api/Mime/ParseString

Response

Success

CleanedBodyPlainstring nullable

The email with the signature and reply chains removed. If the email was originally HTML then this is the HTML converted to text.

CleanedBodyHtmlstring nullable

The body of the email.

IsSpammyLookingEmailMessageboolean

Is this email a spammy looking message or a non-human type sender. You likely don't want to use the CleeanedBody fields when rendering this message but you could if you wanted to.

IsSpammyLookingSenderboolean

Does the sender of this message look like they're a spammer.

EmailTypesSigParserEmailParsingEmailType[] nullable

The known type of email that this is. Useful for determining how you want to display this in a user interface.

Subjectstring nullable

Subject of the email as it was passed into the function or extracted from the header of the email.

Datestring date-time nullable
Headersobject nullable
FullPlainTextBodystring nullable
FullHtmlBodystring nullable
MsgTypestring nullable

Type of the .msg file.