jsonschema icon indicating copy to clipboard operation
jsonschema copied to clipboard

Fix email validation

Open Surfoo opened this issue 5 years ago • 0 comments

mail.ParseAddress return a reformated email if the format is not really an email (with a space after of before for example). A check was added to compare the input and the output from mail.ParseAddress.

Surfoo avatar Dec 04 '20 17:12 Surfoo