Skip to content
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

wrong decode with quoted-printable #35

Open
rktyt opened this issue Oct 5, 2018 · 0 comments
Open

wrong decode with quoted-printable #35

rktyt opened this issue Oct 5, 2018 · 0 comments

Comments

@rktyt
Copy link

rktyt commented Oct 5, 2018

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, "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant