You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to parse an email where the Content-Transfer-Encoding was specified in the multipart headers, but it was not respected; the Email struct had both TextBody and HTMLBody as raw, undecoded base64 strings.
I've tried to parse an email where the Content-Transfer-Encoding was specified in the multipart headers, but it was not respected; the
Email
struct had bothTextBody
andHTMLBody
as raw, undecoded base64 strings.The text was updated successfully, but these errors were encountered: