[Bug 246039] [NEW PORT] mail/py-email-validator: Robust email address syntax and deliverability validation library
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 1 15:42:22 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246039
--- Comment #5 from commit-hook at 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 at 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 at 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.
More information about the freebsd-python
mailing list