]> gitweb.michael.orlitzky.com - email-validator.git/commit
Add an --rfc5322 option which validates against the real RFC syntax.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 10 Jun 2013 22:42:10 +0000 (18:42 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 10 Jun 2013 22:42:10 +0000 (18:42 -0400)
commitd9cf306292f2bfaa00b4773737b67de7f4ecf983
tree8265ecdde8872be07b2c27abda27a2cdb8891d7f
parente986eafc21f9225bef296d13d143d096732bc7f9
Add an --rfc5322 option which validates against the real RFC syntax.
Shuffle around some tests.
Disable the domain-with-underscore test pending an upstream fix.
Add the new option to the man page.
Document how to adjust the number of threads.
doc/man1/email-validator.1
email-validator.cabal
src/CommandLine.hs
src/EmailAddress.hs
src/Main.hs