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

Problems with non-ascii characters in WireMail #43

Closed
BitPoet opened this issue Oct 12, 2016 · 1 comment
Closed

Problems with non-ascii characters in WireMail #43

BitPoet opened this issue Oct 12, 2016 · 1 comment

Comments

@BitPoet
Copy link

BitPoet commented Oct 12, 2016

Short description of the issue

Umlauts (non-ascii characters) used in the body or subject of messages sent using WireMail appear mangled.

Expected behavior

Umlauts should display as entered.

Actual behavior

Umlauts display as two characters with their raw ascii representation.

Optional: Screenshots/Links that demonstrate the issue

See forum discussion

Optional: Suggestion for a possible fix

The text and html body parts should always be sent using quoted-printable encoding. This way, even old 7bit-only smtp server won't have any problems in accepting and relaying the mail. Other possible 7bit-compatible encodings like base64 obfuscate too much of the content for debugging purposes.

The subject line and the name parts in the from: and to: header fields should similarly be encoded using quoted printable, enabling the use of utf-8 characters there as well.

Pull request submitted as processwire/processwire/pull/17

Steps to reproduce the issue

See the examples in the forum discussion

Setup/Environment

  • ProcessWire version: 3.0/dev
@ryancramerdesign
Copy link
Member

Thanks for the PR. I have added this so will close the issue.

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

No branches or pull requests

2 participants