Actions
Defect #28878
openEmail does not support Russian-language domains.
Status:
New
Priority:
Normal
Assignee:
-
Category:
Accounts / authentication
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Example: info@сайт.бел
Checked in the registration form.
Related issues
Updated by Go MAEDA about 5 years ago
- Related to Defect #15985: Email address with non-ASCII character causes delivery error added
Updated by Go MAEDA about 5 years ago
Current versions of Redmine accepts only alphabets, numbers, and hyphens for the domain part of email addresses (source:tags/3.4.5/app/models/email_address.rb#L29).
Please use Punycode to avoid this issue. For example, use "info@xn--80aswg.xn--90ais" instead of "info@сайт.бел".
Updated by Go MAEDA almost 5 years ago
- Related to Feature #29208: IDN support for email addresses of user accounts added
Updated by Go MAEDA almost 5 years ago
I posted a patch to support IDN (internationalized domain names) as #29208. You will be able to Russian domain names if the patch is merged.
Updated by Go MAEDA almost 5 years ago
- File support-idn-email-addresses-v4.diff added
Updated by Go MAEDA almost 5 years ago
- File deleted (
support-idn-email-addresses-v4.diff)
Actions