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
Reported by cyberfunk on 10 Sep 2014 13:40 UTC as Trac ticket #1490067
Something went wrong with RCube 1.0.2, namely: it stopped supporting punycode and cyrillic charsets in MailTo:
Previously I have been successfully using RCube 0.8.6 for sending both cyrillic and punycode messages. Then, after updating it from 0.8.6 to 1.0.2, the "Invalid e-mail address" error started being triggered by email sending attempts.
Upon investigation a problem with the "check_email" function has been discovered inside the program/lib/Roundcube/rcube_utils.php file, in the "last domain part" statement (string #111).
The following changes have been made:
Reported by cyberfunk on 10 Sep 2014 13:40 UTC as Trac ticket #1490067
Something went wrong with RCube 1.0.2, namely: it stopped supporting punycode and cyrillic charsets in MailTo:
Previously I have been successfully using RCube 0.8.6 for sending both cyrillic and punycode messages. Then, after updating it from 0.8.6 to 1.0.2, the "Invalid e-mail address" error started being triggered by email sending attempts.
Upon investigation a problem with the "check_email" function has been discovered inside the program/lib/Roundcube/rcube_utils.php file, in the "last domain part" statement (string #111).
The following changes have been made:
Afer applying the above adjustment the RCube started working correctly.
Keywords: IDN, punycode, cyrillic domains, mailTo
Migrated-From: http://trac.roundcube.net/ticket/1490067
The text was updated successfully, but these errors were encountered: