https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246039

--- Comment #5 from [email protected] ---
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 [email protected]. 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? <[email protected]>

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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"

Reply via email to