# extracting domain emails Added new test cases covering weird but valid email formats (plus addressing, subdomains, international domains, etc.) to identify potential failures in the current implementation. Two tests with quoted local parts containing @ symbols or quotes are marked as skipped since they're expected to fail with the current simple string splitting approach. They are too exotic IMO, we should throw errors. ## Next We will monitor errors related to this and update accordingly later on. ### Note technically, quotes are possible in RFC see [here](https://stackoverflow.com/questions/4816424/are-single-quotes-legal-in-the-name-part-of-an-email-address) --------- Co-authored-by: Charles Bochet <charles@twenty.com>