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
For the email [email protected] a client may choose to specify [email protected], [email protected], or [email protected]. These are semantically identical and should all be accepted by the service. The service then may choose to normalize the email address for storage and retrieval through downcasing or canonicalization.
Considering this is up to the provider to decide the statement seems dangerous. That is not common but I would guess there are systems out there making that distinction. RFC5321 [1] states :
The local-part of a mailbox MUST BE treated as case sensitive.
In https://google.aip.dev/129#rationale-for-normalizations it is stated:
Considering this is up to the provider to decide the statement seems dangerous. That is not common but I would guess there are systems out there making that distinction. RFC5321 [1] states :
[1] https://datatracker.ietf.org/doc/html/rfc5321#section-2.4
The text was updated successfully, but these errors were encountered: