View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
19089 | Feature requests | Survey participants (Tokens) | public | 2023-09-18 10:21 | 2023-09-20 17:23 |
Reporter | Mazi | Assigned To | |||
Priority | normal | Severity | feature | ||
Status | acknowledged | Resolution | open | ||
Summary | 19089: Email Address Internationalization | ||||
Description | When trying to add a participant with an email like André.Doe@example.org I get a warning that é is an invalid character. That is wrong, according to RFC, accents are allowed within email addresses. Please fix at 3.x, 5.x and 6.x. | ||||
Steps To Reproduce | Steps to reproduceAdd a participant with email André.Doe@example.org. Expected resultEmail address should be accepted. Actual resultAddress is marked as invalid. | ||||
Tags | No tags attached. | ||||
Bug heat | 8 | ||||
Story point estimate | 0 | ||||
Users affected % | 0 | ||||
It is not that easy. Several requirements need to match to make this possible, the software needs to support it, the mail server needs to support it. |
|
Postfix supports this since v 3.0, however PHPMailer currently does not support this at all (see https://github.com/PHPMailer/PHPMailer/issues/49 ) |
|
Wow, I wasn't aware that these tools do not allow this. According to RFC 5321 and 5322 the accent is an allowed character, see also https://en.wikipedia.org/wiki/Email_address#Local-part. So what do you suggest how to deal with this? We have seen such email addresses at larger user lists a few times. |
|
@Mazi Where do I find the passus which ensures full support for accents without restrictions? Take a look at https://en.wikipedia.org/wiki/International_email . The wikipage states If someone uses accents in their main email address they won't be happy in the long run. The warning is important and correct. |
|
@jelo, thanks a lot for sharing your thoughts. I agree that this can be considered a correct validation. I think the main question then is: Why do some companies create such email addresses? Just a lack of background knowledge? @c_schmitz, I am happy to close this one if you think no changes are required. |
|
I check on iredmail on LDAP seems : didn't accept it for account but seems partially OK : https://forum.iredmail.org/topic15252-postfix-smtputf8-support.html?login=1 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2023-09-18 10:21 | Mazi | New Issue | |
2023-09-18 10:24 | ollehar | Priority | none => normal |
2023-09-18 15:04 | gabrieljenik | Assigned To | => gabrieljenik |
2023-09-18 15:04 | gabrieljenik | Status | new => assigned |
2023-09-18 16:39 | c_schmitz | Note Added: 77141 | |
2023-09-18 16:39 | c_schmitz | Bug heat | 0 => 2 |
2023-09-18 16:56 | c_schmitz | Project | Bug reports => Feature requests |
2023-09-18 16:57 | c_schmitz | Assigned To | gabrieljenik => |
2023-09-18 16:57 | c_schmitz | Status | assigned => acknowledged |
2023-09-18 16:57 | c_schmitz | Severity | @70@ => feature |
2023-09-18 16:57 | c_schmitz | Summary | Email addresses with an accent are wrongly marked as invalid => Email Address Internationalization |
2023-09-18 16:57 | c_schmitz | Story point estimate | => 0 |
2023-09-18 16:57 | c_schmitz | Users affected % | => 0 |
2023-09-18 16:59 | c_schmitz | Note Added: 77143 | |
2023-09-18 18:57 | Mazi | Note Added: 77146 | |
2023-09-18 18:57 | Mazi | Bug heat | 2 => 4 |
2023-09-19 23:15 | jelo | Note Added: 77190 | |
2023-09-19 23:15 | jelo | Bug heat | 4 => 6 |
2023-09-20 14:42 | Mazi | Note Added: 77204 | |
2023-09-20 17:23 | DenisChenu | Note Added: 77208 | |
2023-09-20 17:23 | DenisChenu | Bug heat | 6 => 8 |