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
Describe the bug
When the html version of an email incorporates pictures that are attachments in the email, the eaf-open-mail-as-html view only displays broken image areas for those pictures.
To Reproduce
Open email with inline images that are attachments.
Call eaf-open-mail-as-html
Expected behavior
It will display all images correctly in the html view.
Versions (please complete the following info):
Distro and DE/WM: Turnkey Core 16.0 and Xpra
Versions of Dependencies:
python-pyqt5: 5.11.3+dfsg-1+b3
python-dbus: 1.2.8-3
python-pyqtwebengine: 5.11.3+dfsg-1+b3
M-x emacs-version: GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2019-09-23, modified by Debian
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I've been reading through the code, would it not be sufficient to extract all images to the /tmp dir (looks like this is what I have set for temporary-file-directory) before it packages up the html file for display?
I did try extracting the images there before calling M-x e-ht but it didn't fix the problem. I noticed I couldn't even find the html file it created at the location shown in the minibuffer so I'm guessing there is more processing going on, maybe part of what you mean by it not being easy to solve.
Describe the bug
When the html version of an email incorporates pictures that are attachments in the email, the eaf-open-mail-as-html view only displays broken image areas for those pictures.
To Reproduce
Expected behavior
It will display all images correctly in the html view.
Versions (please complete the following info):
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: