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.