jsonschema
jsonschema copied to clipboard
Fix email validation
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.