Hello,
Validate method returns true while this eml is not valid:
z.zip (2.3 KB)
I think the email with the provided content is a valid. The email header fields are present and valid, but the body section is missing. So, technically, the email is valid, but it does not include any message content (body part).
1 Like
I thought because of content type header with no content…
Anyway, this one also:
Unexpected unencoded non-ASCII character was found ( line 43)
While I don’t see such char in line 43
eml.zip (5.9 KB)