We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please see mailhog/MailHog#221.
Wrong code is following: https://github.com/mailhog/MailHog-UI/blob/master/assets/js/controllers.js#L425
Please change to following:
// remove soft line breaks content = content.replace(/=\r\n/gm, "");
The text was updated successfully, but these errors were encountered:
Fix wrong decode with quoted-printable (Issue mailhog#35: mailhog#35)
3fab4e3
Fix wrong decode with quoted-printable (mailhog/MailHog-UI#35)
d79a335
a481639
Successfully merging a pull request may close this issue.
Please see mailhog/MailHog#221.
Wrong code is following:
https://github.com/mailhog/MailHog-UI/blob/master/assets/js/controllers.js#L425
Please change to following:
The text was updated successfully, but these errors were encountered: