Closed cwinters8 closed 1 year ago
Figured out a sensible way to parse emails with json marshal and unmarshal. Replace spaghetti code in Email.Get that painfully parses the email body with an implementation similar to the one in GetEmails.
fixed with commit 49db5ddfda5b69462f5cbaec8cd6fcd91cd0f35c
Figured out a sensible way to parse emails with json marshal and unmarshal. Replace spaghetti code in Email.Get that painfully parses the email body with an implementation similar to the one in GetEmails.