Graham Campbell
0d6268fde5
[1.2] PHP 7.4 Support ( #222 )
...
* Fixes
* Backport PHP 7.4 support from 2.x
Co-Authored-By: mlocati <michele@locati.it >
* Added php-coveralls
Co-authored-by: Michele Locati <michele@locati.it >
2019-12-30 09:16:03 +01:00
Michele Locati
758a77525b
[1.x] Fix result of isValid when DNS lookup fails and strict is false ( #172 )
...
* Fix result of isValid when DNS lookup fails and strict is false
* Fix TravisCI for PHP 5.3
* Fix tests (isValid now returns false in case of errors in MX DNS lookups)
* Cache composer files
* Run TravisCI tests for PHP 7.1 and 7.2
* Use the PHPUnit installed by composer, not the system one
* Cache only composer packages, not their metadata
2018-09-25 22:59:41 +02:00
Eduardo Gulias Davis
cbfe3ee6f7
Added test proof ( #110 )
2016-05-15 12:06:34 +02:00
Eduardo Gulias Davis
f463fbe542
Changed invalid dns domains and backslash in domain ( #107 )
...
Fixes #91 and #74 for v1.2.x
2016-05-15 01:10:54 +02:00
Eduardo Gulias Davis
cc9defe645
fixes #82
2015-11-11 04:24:15 +01:00
Eduardo Gulias Davis
50aaa0b18f
Control tests for .com.xx domains
2015-11-11 03:59:45 +01:00
Andrei Sozonov
a7b385301d
#80 validate number of closing parenthesis
2015-10-12 00:34:23 +02:00
Eduardo Gulias Davis
c383717824
Improve UTF8 detection within the regexp, update tests for non-ascii char, fix #55
2015-04-26 17:38:14 +02:00
Eduardo Gulias Davis
aabed98198
Improve domain part controls for non allowed chars. Fix #57 for DQUOTE
2015-04-26 17:38:14 +02:00
louis
9a518fb1bd
extends tests with invalid domain part with two dots and valid email with german umlauts
2015-01-26 14:13:13 +01:00
Kevin Bond
687ab6a66e
added test for email with semi-colon in name
2015-01-05 11:39:38 -05:00
Eduardo Gulias Davis
116d4054fa
#21 - Test for words after domain part
2015-01-04 23:54:28 +01:00
Eduardo Gulias Davis
fec1609458
Update tests for DNSCheck
2015-01-04 17:24:36 +01:00
Kevin Bond
19e390d863
added failing test for email with semi-colon in domain
2014-12-18 11:00:21 -05:00
Eduardo Gulias Davis
7a64ea18af
Merge pull request #38 from egulias/improved-utf8
...
#30 - Improved utf8
2014-11-29 10:09:14 +01:00
Eduardo Gulias Davis
9103f4f99b
#30 - Improved control for UTF8 chars
2014-11-29 10:05:19 +01:00
Eduardo Gulias Davis
3f623e9006
Merge pull request #37 from egulias/multiple_spaces
...
#36 - Multiple spaces in local part
2014-11-17 01:23:05 +01:00
Eduardo Gulias Davis
833eb65135
#30 - [WIP] - improve utf-8 control
2014-11-17 01:18:11 +01:00
Eduardo Gulias Davis
e61481fefb
#36 - Multiple spaces in local part
2014-11-16 19:15:26 +01:00
Christian Raue
05367768d6
improved tests for strict checking
2014-11-04 14:01:13 +01:00
Eduardo Gulias Davis
749b423775
#32 - Fixed usage of DNS check and strict parameter
2014-11-03 00:05:58 +01:00
Eduardo Gulias Davis
82fb2d6ce1
Remove under development tests emails
2014-10-26 22:55:42 +01:00
Eduardo Gulias Davis
18df863858
#18 - [WIP] - Almost done with erros, dobule backslask left and utf8 chars
2014-10-14 00:48:32 +02:00
Eduardo Gulias Davis
39b451bb2b
#19 and #10 - Improvement of QuotedPart parsing
2014-09-02 00:35:48 +02:00
Eduardo Gulias Davis
82f8514d89
COMMA is not allowed in domain part
2014-08-22 01:05:58 +02:00
Eduardo Gulias Davis
e0691bc67d
Removed not needed test
2014-07-06 19:03:12 +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
f679da922a
Refactor to methods for IPv4 and 6 tags
2014-05-08 17:33:52 +02:00
Eduardo Gulias Davis
f064a58611
FWS in localpart tests and FWS sorrounding '@' as invalid emails
2014-01-13 00:12:24 +01:00
Eduardo Gulias Davis
f61c17d6fe
Allow for non-ascii chars as valid emails chars
2013-12-08 18:42:31 +01: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
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
5d82c6c6a2
#4 - Performance updated and housekeeping
2013-06-30 16:04:11 +02:00
Eduardo Gulias Davis
0cb5e361d5
#4 - Fixed red tests
2013-06-30 15:52:59 +02:00
Eduardo Gulias Davis
cfe6310bd8
#4 - Implementing Symfony Validator Constraints
2013-06-29 12:08:09 +02:00
Eduardo Gulias Davis
9c360e0ef7
#3 - Tests improvements and composer update
2013-06-16 18:55:21 +02:00
Eduardo Gulias Davis
558244a113
#3 - Doctrine Lexer implemented
2013-06-16 18:22:42 +02:00
Eduardo Gulias Davis
1bb1fe652b
#3 - Moving away from JSM\Parser lib. Parser and Lexer now relying on Doctrine
2013-05-19 20:41:15 +02:00
Eduardo Gulias Davis
f33ab05be5
Initial Commit
2013-05-19 18:13:48 +02:00