Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve email validation (Issue luddep#1)
Should follow the RFC 5322 (http://tools.ietf.org/html/rfc5322#section-3.4) Return true for: "John Doe" <[email protected]> John <[email protected]> <[email protected]> [email protected] Return false for: John Doe <[email protected]> [email protected] [email protected]> <[email protected] "John <[email protected]>
- Loading branch information