email-normalize
is a Python 3 library for returning a normalized email-address
stripping mailbox provider specific behaviors such as "Plus addressing"
([email protected]).
import email_normalize
# Returns ``[email protected]``
normalized = email_normalize.normalize('[email protected]')
- Apple
- Fastmail
- Microsoft
- ProtonMail
- Rackspace
- Yahoo
- Yandex
- Zoho
http://email-normalize.readthedocs.org
3.7+