Subject: CVS commit: pkgsrc/mail
From: Adam Ciarcinski
Date: 2018-01-18 09:35:48
Message id: 20180118083548.7F5C5FBDE@cvs.NetBSD.org

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!).

Files:
RevisionActionfile
1.1addpkgsrc/mail/py-email_validator/ALTERNATIVES
1.1addpkgsrc/mail/py-email_validator/DESCR
1.1addpkgsrc/mail/py-email_validator/Makefile
1.1addpkgsrc/mail/py-email_validator/PLIST
1.1addpkgsrc/mail/py-email_validator/distinfo