You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem here is that an apostrophe character is a valid character in a local part of the email address. We have to make the rules more strict for this use case.
In plain text messages, email addresses enclosed in single quotes are incorrectly converted to mailto links on message preview.
For example:
'[email protected]'
is converted to
<a href="mailto:'[email protected]" onclick="return rcmail.command('compose','\'[email protected]',this)">'[email protected]</a>
- leading ' is added to the mailto link.Roundcube 1.3 & 1.4
The text was updated successfully, but these errors were encountered: