mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #209] Empty web interface email message #141
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#141
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 @cromatyt on GitHub (Nov 18, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/209
First of all, thank you for this projet.
I try it with docker v24.0.6 and your images tags : v1.10 / v1.9.10 and v1.8.4.
When I send emails, I got them as a list in the "home" webpage.
If I open one of them, I have the left panel (message date, size and return button) Ok but an empty message view.
I test it on latest chrome/firefox/safari browser.
Work fine with v1.5.2 (I pick a random old one).
Best regards
@axllent commented on GitHub (Nov 18, 2023):
Hi @cromatyt . That doesn't sound good at all! This is the first report of this kind of issue so I'm really keen to find out what is causing this is your side, especially since you get the error in all browsers.
It sounds to me like it is a JavaScript error, so the first thing I would like you to try is to open a message when you have your developer tools open in your browser. You can usually toggle this open/close by pressing F12 on your keyboard. Is there anything displayed in the errors tab when you try to open the message, and if so what?
@cromatyt commented on GitHub (Nov 18, 2023):
Thank for the quick answer.
Yes you are right, I have 3 typeError (app.js) with the latest image tag:
More details :
@axllent commented on GitHub (Nov 18, 2023):
Please could you provide me with a copy of a raw message which is giving you this error? I mean the entire message including headers etc.
@axllent commented on GitHub (Nov 18, 2023):
Actually - don't worry about sending me a copy of the email, I can replicate the error simply be omitting the
Fromheader in an email. I will release a fix for this in the next 12 hours or so. Thank you for reporting the error!@cromatyt commented on GitHub (Nov 18, 2023):
Oh yes, i forgot to explain how i test it sorry.
I use telnet to send email and as you mentioned, i omit 'from' and 'to' fields and only use 'MAIL FROM' and 'RCPT TO'.
Anyway, thank you !
@axllent commented on GitHub (Nov 19, 2023):
@cromatyt A fix for this has just been released in v1.10.1. Please confirm whether this resolves your issue? Thanks again for reporting this.
@cromatyt commented on GitHub (Nov 19, 2023):
It's perfect.
I really appreciate how quickly you took care of it !
@axllent commented on GitHub (Nov 19, 2023):
Excellent, and you are very welcome! :)