We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What do you think about conform's email?
email
https://github.com/leebenson/conform/blob/master/conform.go#L31-L51
The text was updated successfully, but these errors were encountered:
I don't know if it's necessary TBH, what does manipulating only the domain portion give you if not extracting it?
Sorry, something went wrong.
I do not understand. Are you saying that checking that part is superfluous?
I'm trying to create something convenient for developers that corrects incorrect or inaccurate user input, e.g.:
[email protected]" -> "[email protected]"
Because I know according to rfc5321, "The local-part of a mailbox MUST BE treated as case sensitive".
How would you do it?
I'm just not sure how this would be used? is all caps after the @ actually incorrect?
@
No branches or pull requests
What do you think about conform's
email
?https://github.com/leebenson/conform/blob/master/conform.go#L31-L51
The text was updated successfully, but these errors were encountered: