Summary
Validate an email address using three techniques: * Ensuring that the length of local and domain parts is within the RFC-specified limits. * A syntax check using a regular expression, or the full RFC 5322 grammar. * Confirmation of valid MX records (or, optionally, 'A' records) for the domain.
Versions
v1.1.0 :: 0 :: gentoo
- Modified
- License
- AGPL-3+
- Keywords
- ~amd64
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / cmdargs : Command line argument processing
dev-haskell / dns : DNS library in Haskell
dev-haskell / doctest : Test interactive Haskell examples
dev-haskell / email-validate : Email address validation
dev-haskell / hunit : A unit testing framework for Haskell
dev-haskell / parallel-io : Combinators for executing IO actions in parallel on a thread pool
dev-haskell / pcre-light : Portable regex library for Perl 5 compatible regular expressions
dev-haskell / tasty : Modern and extensible testing framework
dev-haskell / tasty-hunit : HUnit support for the Tasty test framework
Runtime Dependencies
dev-haskell / cmdargs : Command line argument processing
dev-haskell / dns : DNS library in Haskell
dev-haskell / email-validate : Email address validation
dev-haskell / hunit : A unit testing framework for Haskell
dev-haskell / parallel-io : Combinators for executing IO actions in parallel on a thread pool
dev-haskell / pcre-light : Portable regex library for Perl 5 compatible regular expressions
dev-haskell / tasty : Modern and extensible testing framework
dev-haskell / tasty-hunit : HUnit support for the Tasty test framework
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: convert to ASCII various comments
While not required, it is a good idea to convert comments to ASCII to avoid issues with some tools that may not handle Unicode properly. This commit converts various comments in the ebuilds to ASCII where it makes sense. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
net-misc/email-validator: new package, add 1.1.0
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>