Commit Graph

156 Commits

Author SHA1 Message Date
Eduardo Gulias Davis 8c4213336e #64 NoRFCWarnings (#99) 2016-04-30 16:04:24 +02:00
Eduardo Gulias Davis 6484b80486 DNS validation. Closes #63 (#98) 2016-04-30 14:02:24 +02:00
Eduardo Gulias Davis ed861e1696 RFCValidation strategy, multiple validation (#96)
closes #62
2016-04-30 12:35:17 +02:00
Eduardo Gulias Davis 0f768c989e #62 - Change validation interface 2016-04-30 00:48:07 +02:00
Eduardo Gulias Davis fa5dd33577 #66 custom warnings (#94)
close #66 custom warnings
2016-04-29 01:02:18 +02:00
Eduardo Gulias Davis d29b96ba7c Merge branch 'master' into 60-custom-exceptions
Conflicts:
	src/Egulias/EmailValidator/Parser/DomainPart.php
	src/Egulias/EmailValidator/Parser/LocalPart.php
	src/Egulias/EmailValidator/Parser/Parser.php
	tests/egulias/Tests/EmailValidator/EmailValidatorTest.php
2015-10-12 11:53:11 +02:00
Eduardo Gulias Davis 5e91e292e7 Merge pull request #81 from whyte624/master
#80 validate number of closing parenthesis
2015-10-12 00:14:21 +02:00
Andrei Sozonov c3a5dfb681 opened parenthesis converted to class field 2015-10-06 10:48:39 +03:00
Andrei Sozonov eb1755efbf #80 validate number of closing parenthesis 2015-10-02 12:42:25 +03:00
Eduardo Gulias Davis d915e443f5 New exception 2015-08-15 23:49:12 +02:00
Eduardo Gulias Davis 4ab34b1c72 CRNoLF 2015-06-26 15:10:20 +02:00
Eduardo Gulias Davis 66700c97f5 CRLF at the end 2015-06-26 15:05:29 +02:00
Eduardo Gulias Davis 490ca6b997 CRLFX2 and un used constants 2015-06-26 14:59:46 +02:00
Eduardo Gulias Davis 5f813d9511 unclosed comment 2015-06-26 14:52:06 +02:00
Eduardo Gulias Davis a9d35f2e2c Unclosed quoted string 2015-06-26 14:45:02 +02:00
Eduardo Gulias Davis 76e52cc5ce Domain Hyphened 2015-06-25 22:05:20 +02:00
Eduardo Gulias Davis f69cd9e42f Dot at the end 2015-06-25 22:00:09 +02:00
Eduardo Gulias Davis 1cead9fa77 Expecting CTEXT 2015-06-25 21:47:55 +02:00
Eduardo Gulias Davis 7f7734e3d9 ExpectingATEXT 2015-06-25 21:44:05 +02:00
Eduardo Gulias Davis 3e9d39f865 Merge pull request #73 from emkookmer/master
closes #71 Upgrade php version
2015-06-25 21:42:29 +02:00
Eduardo Gulias Davis 0183c4eeb0 ExpectingQPair 2015-06-25 21:30:31 +02:00
Eduardo Gulias Davis 4acf8db902 Atext after CFWS 2015-06-25 21:20:31 +02:00
Eduardo Gulias Davis 9d9a280d43 Consecutive Dot 2015-06-25 21:15:42 +02:00
Eduardo Gulias Davis 191fd96588 No Domain Part 2015-06-25 21:04:42 +02:00
Remko van Bezooijen 28d1e86d70 #71 Upgrade php version 2015-06-25 20:59:53 +02:00
Eduardo Gulias Davis 0692245d38 NoLocalPart 2015-06-25 20:56:51 +02:00
Eduardo Gulias Davis 94f55b7cc9 Dtext exception and improvement over exception InvalidEmail 2015-06-25 20:50:33 +02:00
Eduardo Gulias Davis 8ca3f0373d Consecutive AT 2015-06-25 20:25:29 +02:00
Eduardo Gulias Davis 758a43f858 Remove constants, one at a time 2015-06-25 20:16:34 +02:00
Eduardo Gulias Davis f4b154c169 Custom exception for dot at start 2015-06-25 20:11:07 +02:00
Eduardo Gulias Davis af864423f5 Composer udpates 1.2.9 2015-06-22 23:07:51 +02:00
Eduardo Gulias Davis 12f16f70aa Merge pull request #70 from cilefen/master
Replaces dos-type line endings. Fixes issue #69.
2015-05-18 23:32:19 +02:00
Chris McCafferty 0afaa6a3b6 Replaces dos-type line endings. Fixes issue #69. 2015-05-17 16:37:57 -04:00
Eduardo Gulias Davis 5631c3fe2e Merge pull request #59 from egulias/next-min-ver
Improve UTF8 detection, domain part validation, others
1.2.8
2015-04-26 17:49:00 +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
Eduardo Gulias Davis 3b0fd01aa3 Merge pull request #58 from xabbuh/travis-config
update Travis configuration
2015-04-23 11:44:43 +02:00
Christian Flothmann 4efe697504 update Travis configuration
* run builds on the container-based infrastructure
* add a build for PHP 7
* report the build status as soon as possible (either when a mandatory
  job fails or when only jobs allowed to fail are left)
2015-04-23 10:08:34 +02:00
Eduardo Gulias Davis 7a4c5714f5 Merge pull request #50 from xabbuh/test-deps
test low and high dependency versions
2015-04-23 00:10:58 +02:00
Eduardo Gulias Davis 0a26375a7a Merge pull request #54 from xabbuh/update-readme-markdown
fix readme markup
2015-03-08 01:24:16 +01:00
Christian Flothmann 773fe5f4a3 fix readme markup
Before, the character would have been rendered as is instead of being
treated as the final character of the headline.
2015-03-05 20:05:56 +01:00
Eduardo Gulias Davis 4a209951ee Merge pull request #49 from DavidPrevot/lexer
The latest php-doctrine-lexer is needed
2015-02-08 22:30:23 +01:00
Christian Flothmann a8b0bab5aa test low and high dependency versions 2015-02-06 10:43:29 +01:00
David Prévot cc0b91f311 The latest php-doctrine-lexer is needed
The tests actually fail with version 1.0.
2015-02-03 14:23:48 -04:00
Eduardo Gulias Davis 8092ecaeff Merge pull request #48 from 0x46616c6b/tests-doubledot-german-umlauts
Tests: Double dots in domain part, German Umlauts as valid e-mail
2015-01-27 01:03:43 +01:00
Eduardo Gulias Davis f19defb373 Merge pull request #47 from 0x46616c6b/vendors-phpunit
add phpunit to require-dev
2015-01-27 01:02:44 +01: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
louis 9b184605e8 add phpunit to require-dev 2015-01-26 14:05:53 +01:00
Eduardo Gulias Davis 7a4842c60f Merge pull request #45 from kbond/semicolon-name
added test for email with semi-colon in name
2015-01-05 23:23:13 +01:00
Kevin Bond 687ab6a66e added test for email with semi-colon in name 2015-01-05 11:39:38 -05:00