-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External .eml files msg.Hdr.folder returns null #112
Comments
Hi, please open the Error console (Ctrl+Shift+J) and look for any errors or warnings. Also is the option Strict Content Type Matching enabled? |
Hi, |
Ah I see the issue now. When you open an exported email saved to disk on your computer (in .eml format) in Thunderbird it fails to decode the winmail.dat file. I am able to reproduce now. When you import that email back into the Thunderbird folder structure it will be able to decode. Looks like L163 is using msgHdr.folder to fetch the msg URI. As the email isn't in a folder this will always return |
Hi, I just played a bit with the extension to find a solution for this because I faced the same problem as @critt74 . As I didn't knew if |
The uri not being defined would potentially:
As we currently don't support that simply returning and empty string when msgHdr.folder.getUriForMsg(msgHdr) is null might adress the issue. Needs a bit of further investigation. |
Hi,
I recently update to Thunderbird 115.5.1 (from 102.15.1) and I update Lookout to 6.1 version. Unfortunately the file winmail.dat is not unpacked and the attachments are not visible. Remove Winmail.dat is not set.
Thank you
The text was updated successfully, but these errors were encountered: