-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Recipient header (To:) is not properly encoded #5475
Comments
Works for me. Disable all plugins and try again. You can also enable smtp_debug to see what exactly is being sent to SMTP server. |
I forget to note - we are using PHP mail() function, not SMTP connect. On October 14, 2016 6:28:50 PM CEST, Aleksander Machniak [email protected] wrote:
Odeslano z maleho zarizeni. Prosim omluvte mou strucnost. |
Ok, confirmed with mail(). I'll fix this for 1.2, but keep in mind mail() method will not be supported in 1.3. |
Fixed. |
Thank you! |
If recipient header contains some diacritics UTF-8 characters they are not sanitized - not converted to quoted string: =?UTF-8?Q?=
From and Subject is properly sanitized. I think it is related to some $mailto / $headers['To'] changes in recent version.
It results in this error and message is undeliverable:
Works in Roundcube 1.2.0. does not work in 1.2.2.
The text was updated successfully, but these errors were encountered: