Hey folks, I was taking a look through the code and noticed that it's possible for invalid
e-mail addresses to get through the isValidMailAddress (and _isValidMailAddress) check, and in more limited ways, valid e-mail addresses to be rejected. I have rewritten the regular expression, with references to the relevant RFCs.