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
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.