67 Commits

Author SHA1 Message Date
Eduardo Gulias Davis 39b451bb2b #19 and #10 - Improvement of QuotedPart parsing 1.2.2 2014-09-02 00:35:48 +02:00
Eduardo Gulias Davis 65afaf3f2b Change DNS validation to default to true instead of false by @brianfreytag 1.2.1 2014-08-22 01:08:16 +02:00
Eduardo Gulias Davis 82f8514d89 COMMA is not allowed in domain part 2014-08-22 01:05:58 +02:00
Eduardo Gulias Davis 440bc61237 Merge pull request #17 from brianfreytag/remove_dns_requirement
Change DNS validation to default to true instead of false
2014-08-21 23:47:24 +02:00
Brian Freytag a96f0822e0 Change DNS validation to default to true instead of false
There shouldn't be a dependency on the checkDNS() method in order to
validate strict = true. We should only be concerned about the DNS if the
library is specifically told to check DNS, so we default the DNS
variable to true and then set it to false if checkDNS is set to true and
checkDNS() returns false.
2014-08-20 15:05:30 -04:00
Eduardo Gulias Davis bb530a1930 Removed class comment 1.2.0 2014-07-06 19:21:29 +02:00
Eduardo Gulias Davis e0691bc67d Removed not needed test 2014-07-06 19:03:12 +02:00
Eduardo Gulias Davis 07a21c63d5 #2 - Scrutinizer badge 2014-07-03 13:10:41 +02:00
Eduardo Gulias Davis 46383ef57a [WIP] - ordering classes 2014-07-03 12:19:54 +02:00
Eduardo Gulias Davis 2312070f3a [WIP] - parse comments improvement 2014-07-03 01:00:20 +02:00
Eduardo Gulias Davis f7402dd8dc [WIP] - Comments bug and comments improvemente 2014-07-03 00:55:00 +02:00
Eduardo Gulias Davis 679128b980 Uncommented test 2014-07-02 18:53:46 +02:00
Eduardo Gulias Davis 6306334f79 [WIP] - test passing for the new structure 2014-07-02 18:17:56 +02:00
Eduardo Gulias Davis 8381eb3399 [WIP] - Chopping things down to make them more readable 2014-06-17 12:03:30 +02:00
Eduardo Gulias Davis 045ebd2f8e Refactor of domain exceptions 2014-05-08 18:26:53 +02:00
Eduardo Gulias Davis 86a022cd66 Refactor of domain part exceptions 2014-05-08 18:13:17 +02:00
Eduardo Gulias Davis 1866e51905 Reducing complexity for domainLiteral 2014-05-08 18:02:14 +02:00
Eduardo Gulias Davis a80300a3ba Reducing complexity for domainPart 2014-05-08 17:53:51 +02:00
Eduardo Gulias Davis 978b27b10a Reducing complexity 2014-05-08 17:47:44 +02:00
Eduardo Gulias Davis f679da922a Refactor to methods for IPv4 and 6 tags 2014-05-08 17:33:52 +02:00
Eduardo Gulias Davis 4b62335424 Refactoring domainPart 2014-05-08 16:23:54 +02:00
Eduardo Gulias Davis 46050f9bc8 Extracted method for CRLF in FWS 2014-05-08 13:30:27 +02:00
Eduardo Gulias Davis c3f2d33935 Extracted method 2014-05-08 13:16:08 +02:00
Eduardo Gulias Davis 73b80f1383 Small if refactor 2014-05-08 12:51:25 +02:00
Eduardo Gulias Davis 77ea3babe3 Improvements derived from scrutinizer-ci 2014-05-08 12:23:10 +02:00
Eduardo Gulias Davis 3d12808268 Improving code quality 2014-05-04 18:53:31 +02:00
Eduardo Gulias Davis c4354acc0e Adding new PHP versions on travis, cleaning old comments to a new document 2014-05-04 18:31:29 +02:00
Eduardo Gulias Davis 0964bfd101 Coverage badge 2014-04-25 11:54:11 +02:00
Eduardo Gulias Davis 8207889eaf Deps update 2014-04-25 11:44:20 +02:00
Eduardo Gulias Davis 0d75ea740d Travis small fix 2014-04-25 11:35:57 +02:00
Eduardo Gulias Davis 7bc2ec3ce0 #1 - Coveralls integration 2014-03-24 13:25:47 +01:00
Eduardo Gulias Davis f01e700ffe Using coverall.io with travis-ci 2014-03-07 12:15:00 +01:00
Eduardo Gulias Davis d3bf0dbe4b Using coverall.io 2014-03-07 12:14:03 +01:00
Eduardo Gulias Davis 35038cd507 Update LICENSE 2014-02-13 11:51:06 +01:00
Eduardo Gulias Davis f064a58611 FWS in localpart tests and FWS sorrounding '@' as invalid emails 1.1.1 2014-01-13 00:12:24 +01:00
Eduardo Gulias Davis 1a859493ee CS and minor changes 2014-01-12 18:13:13 +01:00
Eduardo Gulias Davis dd9541be28 Version branch update in README 2013-12-24 18:50:14 +01:00
Eduardo Gulias Davis f61c17d6fe Allow for non-ascii chars as valid emails chars 1.1.0 2013-12-08 18:42:31 +01:00
Eduardo Gulias Davis 55180567a5 #9 - Remove unsed dependency 2013-10-13 21:49:21 +02:00
Eduardo Gulias Davis 1f474a4409 #9 - Remove unsed dependency 2013-10-13 20:41:27 +02:00
Eduardo Gulias Davis 44bde38176 Branch alias for master 2013-09-27 21:01:04 +02:00
Eduardo Gulias Davis 99b4f8e448 Merge branch 'master' of github.com:egulias/EmailValidator 2013-08-28 11:11:03 +02:00
Eduardo Gulias Davis b116835bd8 Merge pull request #7 from fabpot/doctrine-lexer
replaced doctrine/common with doctrine/lexer
2013-08-28 01:59:52 -07:00
Eduardo Gulias Davis 54ed41932f Merge pull request #6 from fabpot/phpunit-fix
moved phpunit.xml.dist to the root and fixed its content
2013-08-28 01:59:12 -07:00
Fabien Potencier 1f86cf9d26 removed code related to the Symfony Validator Component as it is going to be integrated in Symfony instead 2013-08-28 09:47:44 +02:00
Fabien Potencier c00947c244 replaced doctrine/common with doctrine/lexer 2013-08-28 09:43:36 +02:00
Fabien Potencier b78e88adce moved phpunit.xml.dist to the root and fixed its content 2013-08-28 09:40:31 +02:00
Eduardo Gulias Davis ab7fa5157f See https://github.com/symfony/symfony/issues/1581 where @bschussek asked for a test against isemail 2013-08-20 18:23:17 +02:00
Eduardo Gulias Davis afd9a6a92c Merge pull request #5 from egulias/symfony-validator
#4 - Symfony validator
2013-07-01 09:32:51 -07:00
Eduardo Gulias Davis 5d82c6c6a2 #4 - Performance updated and housekeeping 2013-06-30 16:04:11 +02:00