email-validate-0.2.1: Validating an email address string against RFC 5322

Text.Email.Validate

Synopsis

Documentation

isValid :: String -> BoolSource

Validates whether a particular string is an email address according to RFC5322.

validate :: String -> Either ParseError ()Source

If you want to find out why a particular string is not an email address, use this!