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
If a quoted localpart only contains a string that would be valid as an unquoted localpart, it would be useful to have an option to have normalisation return the localpart unquoted e.g. with the option enabled:
"test.1"@example.org would normalise to test.1@example.org "test..1"@example.org would remain as "test..1"@example.org (because consecutive . can only appear in a quoted localpart)
The use case for this is detecting duplicate email addresses.
The text was updated successfully, but these errors were encountered:
If a quoted localpart only contains a string that would be valid as an unquoted localpart, it would be useful to have an option to have normalisation return the localpart unquoted e.g. with the option enabled:
"test.1"@example.org
would normalise totest.1@example.org
"test..1"@example.org
would remain as"test..1"@example.org
(because consecutive.
can only appear in a quoted localpart)The use case for this is detecting duplicate email addresses.
The text was updated successfully, but these errors were encountered: