ExEmail - reimplements :email_validator in elixir

Hello! Just wanted to let people know that I just released a new library, ExEmail, which reimplements :email_validator in Elixir. :email_validator is a great library, but I have had issues with compiling it in OTP 27 and it does not seem to be maintained based on not accepting pull requests.

Many many thanks to @princemaple who solved almost every one of my problems by shipping extensions and fixes to their abnf_parsec library—which I also highly recommend if one is building a parser according to RFCs specified with an ABNF grammar.

10 Likes

Nice, but it would benefit from a bit more documentation of your functions and types.

Very good point. Just shipped v0.1.1 with some docs and notes. If you have any ideas about how they can be made better, let me know!

Shipped v0.1.2 yesterday, fixing a crash when parsing emails longer than the max length.