-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify that email handling converts to lowercase first #3167
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo, but otherwise lgtm
@@ -772,6 +772,13 @@ Represents E-Mail addresses. The `address` is the raw email address in | |||
`user@domain` form with the domain in lowercase. It must not contain | |||
other text such as real name, angle brackets or a mailto: prefix. | |||
|
|||
In addition to lowercasing the domain component of an email address, | |||
implementations are expected to lowercase the localpart as described |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lowercase != casefold.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a request to fix it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes please!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specify that email handling converts to lowercase first
Specify that email handling converts to lowercase first
Spec for #2265