Skip to content

Return a normalized email-address stripping ISP specific behaviors

License

Notifications You must be signed in to change notification settings

gmr/email-normalize

Repository files navigation

email-normalize

email-normalize is a Python 3 library for returning a normalized email-address stripping mailbox provider specific behaviors such as "Plus addressing" ([email protected]).

Version Build Status Coverage License

Example

import email_normalize

# Returns ``[email protected]``
normalized = email_normalize.normalize('[email protected]')

Currently Supported Mailbox Providers

  • Apple
  • Fastmail
  • Google
  • Microsoft
  • ProtonMail
  • Rackspace
  • Yahoo
  • Yandex
  • Zoho

Documentation

http://email-normalize.readthedocs.org

Python Versions Supported

3.7+

About

Return a normalized email-address stripping ISP specific behaviors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages