2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357) |
Log message: mail: Remove SHA1 hashes for distfiles |
2021-06-13 19:38:33 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-email_validator: updated to 1.1.3 1.1.3: Unknown changes |
2020-05-29 10:56:54 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-email_validator: updated to 1.1.1 1.1.1: Unknown changes |
2020-05-01 10:12:08 by Adam Ciarcinski | Files touched by this commit (4) | ![]() |
Log message: py-email_validator: updated to 1.1.0 1.1.0: Unknown changes |
2018-01-18 09:43:40 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: Fixed typo |
2018-01-18 09:35:48 by Adam Ciarcinski | Files touched by this commit (5) |
Log message: py-email_validator: added version 1.0.2 This library validates that address are of the form x@y.com. This is the sort of validation you would want for a login form on a website. Key features: * Good for validating email addresses used for logins/identity. * Friendly error messages when validation fails (appropriate to show to end users). * (optionally) Checks deliverability: Does the domain name resolve? * Supports internationalized domain names and (optionally) internationalized local parts. * Normalizes email addresses (super important for internationalized addresses!). |