-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ISO-8859-1 header not decoded #176
Comments
+1, same happens to me |
Are you sure? Try yourself by replacing HTH, |
You're right, I missed that point. Wrong configuration in my mailer, thanks. Anyway, I was expecting the following output: which is more useful to me than Thanks, |
That's correct, I was looking at the first expected value. Wondering if this issue -w/ the new expected value - should be "moved" to mailhog/MailHog-UI. |
This is actually a duplicate of (closed) issue #89. ISO-8859-1 cannot be decoded. JavaScript error:
Not fixed in MailHog v1.0.0 |
mailhog/MailHog-UI@2ed49d7, the fix for #89 talks about 3 new files that actually are in v1.0.0 of MailHog-UI: https://github.com/mailhog/MailHog-UI/tree/v1.0.0/assets/js. HTH, |
Yes, file
but it is not loaded, depite this comment https://github.com/mailhog/MailHog-UI/blob/v1.0.0/assets/js/strutil.js#L390
Ivan |
Apologize, I was trusting the comment in the code 😉.
HTH, |
Yes, seems that only Thanks, |
Quite new to MailHog, I missed the RequireJS missing 😊. |
Matteo, I'm not familiar with issues on GitHub. Thanks, |
+1 (almost the) same happens to me. |
Any news about this bug and the associated PR? |
The PR is still mergeable and works fine for me. I guess this issue might have to be resolved first though: |
Isn't the PR already merged? I thought this was actually fixed, but the latest Docker image still gives me this error :| |
Same issue for the Subject header. ^^ |
Still an issue, is it planned to be in the future release ? |
Header are not decoded when containing accented characters (ISO-8859-1).
Email header
To: Mrs =?ISO-8859-1?Q?Val=C3=A9rie=20Dupont?= <valerie.dupont@example.com>
Display in mailhog
To {{ tryDecodeMime((preview.Content.Headers["To"] || []).join(', ') || preview.To[0].Mailbox + "@" + preview.To[0].Domain) }}
Expected display
To: Mrs Valérie Dupont
The text was updated successfully, but these errors were encountered: