mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #78] HTML and HTML Source tabs not available #52
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IgnisDa on GitHub (Mar 31, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/78
Firefox:

Chrome:
I am using
1.5.1.Edit:
I tried to open it in incognito firefox with all extensions disabled but that did now work.
Originally posted by @IgnisDa in https://github.com/axllent/mailpit/issues/24#issuecomment-1492194489
@IgnisDa commented on GitHub (Mar 31, 2023):
Moreover the Download button just has 2 options:
@axllent commented on GitHub (Mar 31, 2023):
@IgnisDa I do not believe this is the same issue as the other ticket (#24), as that one showed the tabs, yours does not show either button.
Also, the errors you see in Firefox also do not appear to be coming from the email in the screenshot, but rather another email.
If I had to take an initial guess here, I would say that there is actually no valid HTML part in your email at all (hence why it is not showing), and that the email itself is encoding the html as the plain text body. The only way I can be sure is if you would be willing to attach the entire message to this issue (download and zip it up).
@IgnisDa commented on GitHub (Apr 1, 2023):
@axllent I was sending the email wrong from my application, my bad. I was just sending the plaintext email, not HTML. This is now fixed.
@robisadev commented on GitHub (Jun 9, 2024):
This lead me to the promised land and fixed all my woes.