Bug: Email Analyzer Parse .EML file missed Attachment data
Used the "Email" to parse email .eml file which has attachment, it will miss the attachment b64 data. while if it is parse email with .msg file which will have the b64 data.
Reproduce: load eml and msg file to use the Email Analyzer Parse function will get the problem reproduced.
@wolf0x I was working on some email related workflows as well. I'd like to attempt to replicate what your getting. Just confirming this is using the parse_email_file from the Email Analyzer app and no the Email app, is that correct?
Also, did you create a test email for this? If so, what client did you use and how was the attachment attached?
@00willo both "Email Analyzer" and "Email" I tried with same failure. I am using outlook to open the .eml attachment without any problems. my workflow likes that: new email -> attachment: xyz.eml -> attachment: invoice.zip OWA (Include/upload attachment) -> "Get File Meta" ->"Email" -> Parse email file", missing zip attachment b64 data.