EmailAddres - Zero-dependency, forgiving, e-mail address parser and formatter

I have just published a tiny Elixir library that may be helpful for folks trying to parse e-mail addresses found in the wilderness of the Internet.

The library is meant to be a forgiving, real-life implementation of e-mail addresses, that allows for extracting structured data such as name and addr_spec from String containing e-mail address.

The source code is available here:

And Hex.pm:

9 Likes