JoshData / python-email-validator

A robust email syntax and deliverability validation library for Python.
The Unlicense
1.14k stars 112 forks source link

email normalization #126

Closed marquicus closed 7 months ago

marquicus commented 9 months ago

Support for normalized email-address stripping mailbox provider specific behaviors such as “Plus addressing” (foo+bar@gmail.com)

JoshData commented 9 months ago

I think vendor specific logic is probably going to be out of scope for this project.