email-normalize
email-normalize copied to clipboard
Return a normalized email-address stripping ISP specific behaviors
Hi, I love this library and the rules it brings, I faced some issues when running this in an offline setting though, and was wondering if we can add an...
Firstly, this is a great library. Thank you! Event loops on Windows don't support all methods, particularly `aiodns` calls `add_reader` which is unsupported, and leads to a hang if you're...
Hi there; When I try to call blocking normalize function. Call fails with ``` RuntimeError: There is no current event loop in thread 'Thread-7'. ```
There are two changes in this MR: ### 1. Fix improper normalization for addresses with multi-segment TLDs whose domains use Fastmail MXs The library currently assumes that if the `LOCAL_PART_AS_HOSTNAME`...
Setuptools create an error of `setuptools.errors.InvalidConfigError: Invalid dash-separated key 'license-file' in 'metadata' (setup.cfg), please use the underscore name 'license_file' instead.` with current setup.cfg file. You need to switch some kebab...