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

Roundcube mangles non-ASCII characters in HTML links when displaying messages #6028

Closed
svetlozaraleksiev opened this issue Nov 8, 2017 · 2 comments

Comments

@svetlozaraleksiev
Copy link

When displaying HTML links in e-mail messages Roundcube incorrectly mangles any non-ASCII characters. Specifically, in our case, we have URLs with cyrillic alphabet paths.

For example,
http://www.example.com/somepath/ = works ok
http://www.example.com/някакъвпът/ = is mangled

screenshot

We've seen this issue on Roundcube 1.3.1 and 1.3.2.

The messages are using UTF8 encoding. We tested this with quoted-printable and base64 encoding, and the issue is the same.

Here's a complete sample message:

Test.txt

@alecpl
Copy link
Member

alecpl commented Nov 8, 2017

Confirmed. Problem in html::parse_attrib_string().

@alecpl
Copy link
Member

alecpl commented Nov 8, 2017

Fixed.

@alecpl alecpl closed this as completed Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants