Bug: B64 data from file encoded by Email Parse failed to be recovered to file
Used app "Email Analyzer" and "Email" to parse the .MSG file which has attachment, the data encoded in B64 will not be able to convert back to original file.
I am wondering whether this is a backend issue or app issue. @shalin24999 do this one after the 2 others, as it may not be solvable from the app side.
@wolf0x do you have a sample .msg you can share? Send to [email protected] :)
- Make sure all files are UPLOADED to Shuffle, not just base64 in JSON
- Make sure EML and MSG files have the same format coming into Shuffle (follow the .eml model)
- Make the code handle any kind of msg or eml - test with emails with multiple attachments (normal txt + binary) and images
I have similar problem i think. Try to describe step by step.
I use Microsoft Outlook to save file to .eml then I upload this file to shuffle. In workflow I use Email application v.1.2.0 for parsing this .eml file.
The problem is , if body is encoding base64 then parser not working. Email app pars only part of Content-Transfer-Encoding: base64 but didn't decode this part of body.


I have similar problem i think. Try to describe step by step.
I use Microsoft Outlook to save file to .eml then I upload this file to shuffle. In workflow I use Email application v.1.2.0 for parsing this .eml file.
The problem is , if body is encoding base64 then parser not working. Email app pars only part of Content-Transfer-Encoding: base64 but didn't decode this part of body.
Thanks @siko0r
I think it may have to do with base64 in emails sometimes (outlook~) being parsed differently. Gonna have a look, as we've done some work with this in the Outlook trigger before.
@shalin24999 could you try this out again, and see if we can get it fixed?
@frikky look for this. This e-mail body is plain-text encoding and still parser not geting information about body content. I'm not sure this problem occur only for me but maybe this is not problem with base64 but parsing body part of email.



@siko0r could you forward one of these emails to me please? frikky at shuffler dot io
Thanks for the email. Sharing it with the team