summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* set export-ignore for Makefile and package.json [ci skip]HEADorigin/masterorigin/HEADmasterzytzagoo2017-11-131-0/+2
|
* tweak readme [ci skip]zytzagoo2017-11-131-2/+7
|
* tweak expect() docblock further [ci skip]zytzagoo2017-11-101-1/+1
|
* travis: install deps via make in hopes of not having skipped testszytzagoo2017-11-101-1/+1
|
* try running travis tests with coverage via makefilezytzagoo2017-11-101-3/+3
|
* a few docblock fixes [ci skip]zytzagoo2017-11-101-2/+2
|
* update changelog [ci skip]v1.0.0zytzagoo2017-11-101-1/+14
|
* Merge pull request #33 from zytzagoo/modernizationzytzagoo2017-11-1028-900/+2663
|\ | | | | Namespaced, unit + functional tests, PSR2, Makefile...
| * Namespaced, unit + functional tests, PSR2, Makefile...zytzagoo2017-11-1028-900/+2663
|/
* bump versionv0.7zytzagoo2017-11-021-1/+1
| | | | went for new minor since recent commits require higher php version
* change wrong docblock comment for $empty_response_allowed in expect()zytzagoo2017-11-021-1/+1
|
* Merge pull request #30 from VolCh/php7.2zytzagoo2017-11-021-2/+2
|\ | | | | Replace deprecated each()
| * Replace deprecated each()VolCh2017-11-021-2/+2
|/
* tweak composer.json slightlyzytzagoo2017-11-021-3/+9
|
* Merge pull request #29 from VolCh/phpdoczytzagoo2017-11-021-10/+14
|\ | | | | Update phpdoc & explicit null return
| * Update phpdoc & explicit null returnVolCh2017-11-021-10/+14
| |
* | Merge pull request #28 from VolCh/composerzytzagoo2017-11-022-1/+27
|\ \ | |/ |/| Add composer support
| * Add composer supportVolCh2017-11-022-1/+27
|/
* Merge pull request #24 from zytzagoo/debug-log-timestampszytzagoo2017-10-041-1/+15
|\ | | | | add timestamps into debug log messages
| * add timestamps into debug log messageszytzagoo2017-10-041-1/+15
|/
* Merge pull request #16 from katzwebservices/masterzytzagoo2016-06-301-1/+8
|\ | | | | Allow for no connection to be valid as well.
| * Allow for no connection to be valid as well.Zack Katz2016-06-291-1/+8
|/ | | Perhaps firewalls or server configurations could prevent a connection from being made, for example.
* Update README.mdzytzagoo2014-09-121-23/+26
|
* Handle @kevin39's #10 exception catching slightly differently, maintaining ↵zytzagoo2014-09-081-14/+13
| | | | | | | configurable results when comm fails... ...instead of assuming everything is valid when those exceptions occur. Controlling the desired outcome is done via `$this->no_comm_is_valid`, as before.
* Minor whitespace/docblocks/syntax tweaks after #10zytzagoo2014-09-081-21/+18
|
* Merge pull request #10 from kevin39/masterzytzagoo2014-09-081-60/+98
|\ | | | | | | | | Misc enhancements & fixes: - reduced some timeouts, added ability to skip catch-all testing, expect() tweaks..
| * Improved codesKevin LABECOT2014-08-211-92/+101
| | | | | | | | | | | | | | * Added constant for codes 500, 502 and 503 * Replaced tabs with spaces * expect() returns en Unexpected exception instead of no response in case of empty response
| * Misc enhancements & fixesKevin LABECOT2014-08-201-74/+103
|/ | | | | | | | | | | * Timeout improved after intensive tests * Log attribute set to public for debug purposes * Ability to disable catch all testing (catchall_test) * Timeout are now catched properly (flag email as valid) in case to accept down in case to avoid false positive * Better support for RSET, NOOP and QUIT on weird RFC implementations * Added catch to handle empty/non-response
* Increased default RSET timeout - fixes #7zytzagoo2014-06-271-1/+1
|
* Merge pull request #6 from kevin39/masterzytzagoo2014-06-231-1/+1
|\ | | | | Greylisted expected codes fix.
| * Greylisted expected codes fix.Kevin LABECOT2014-06-231-1/+1
|/
* Merge pull request #4 from Webysther/patch-1zytzagoo2014-06-031-0/+1
|\ | | | | Added missing Exception
| * Exception addedWebysther Nunes2014-06-031-0/+1
|/ | | Added Exception SMTP_Validate_Email_Exception_Send_Failed.
* markdown flavored readmezytzagoo2013-01-301-14/+13
|
* fix utf-8 file encodingzytzagoo2013-01-301-1/+1
|
* Merge branch 'catchalls-always'zytzagoo2013-01-301-21/+45
|\
| * always try the "catch-all" test for the domain + replace deprecated eregzytzagoo2013-01-301-22/+46
| |
* | Merge pull request #1 from neilime/masterTomaš Trkulja2013-01-301-1/+1
|\ \ | |/ |/| Replace deprecated function ereg by preg_match
| * Replace deprecated function ereg by preg_matchneilime2013-01-241-1/+1
|/
* add more details when stream_socket_client() fails [reported via email]zytzagoo2012-04-161-0/+1
|
* avoid processing validate() if we have nothing to work onzytzagoo2009-01-301-1/+5
|
* Initial commit.zytzagoo2009-01-303-0/+835