https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246039
--- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: dbaio Date: Fri May 1 15:41:42 UTC 2020 New revision: 533557 URL: https://svnweb.freebsd.org/changeset/ports/533557 Log: Add mail/py-email-validator: Robust email address syntax and deliverability validation library 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!) WWW: https://github.com/JoshData/python-email-validator PR: 246039 Submitted by: Goran Meki? <meka@tilda.center> Changes: head/mail/Makefile head/mail/py-email-validator/ head/mail/py-email-validator/Makefile head/mail/py-email-validator/distinfo head/mail/py-email-validator/pkg-descr -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"