LPKit icon indicating copy to clipboard operation
LPKit copied to clipboard

Improve email validation (Issue #1)

Open MacFJA opened this issue 12 years ago • 0 comments

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]>

MacFJA avatar Apr 28 '13 14:04 MacFJA