Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 May 2020 15:42:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 246039] [NEW PORT] mail/py-email-validator: Robust email address syntax and deliverability validation library
Message-ID:  <bug-246039-21822-DyHthtpKs7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246039-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246039-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246039

--- Comment #5 from commit-hook@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 deliverabili=
ty
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 e=
nd
    users).
  - (optionally) Checks deliverability: Does the domain name resolve?
  - Supports internationalized domain names and (optionally) internationali=
zed
    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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246039-21822-DyHthtpKs7>