Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set export-ignore for Makefile and package.json [ci skip]HEADorigin/masterorigin/HEADmaster | zytzagoo | 2017-11-13 | 1 | -0/+2 |
| | |||||
* | tweak readme [ci skip] | zytzagoo | 2017-11-13 | 1 | -2/+7 |
| | |||||
* | tweak expect() docblock further [ci skip] | zytzagoo | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | travis: install deps via make in hopes of not having skipped tests | zytzagoo | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | try running travis tests with coverage via makefile | zytzagoo | 2017-11-10 | 1 | -3/+3 |
| | |||||
* | a few docblock fixes [ci skip] | zytzagoo | 2017-11-10 | 1 | -2/+2 |
| | |||||
* | update changelog [ci skip]v1.0.0 | zytzagoo | 2017-11-10 | 1 | -1/+14 |
| | |||||
* | Merge pull request #33 from zytzagoo/modernization | zytzagoo | 2017-11-10 | 28 | -900/+2663 |
|\ | | | | | Namespaced, unit + functional tests, PSR2, Makefile... | ||||
| * | Namespaced, unit + functional tests, PSR2, Makefile... | zytzagoo | 2017-11-10 | 28 | -900/+2663 |
|/ | |||||
* | bump versionv0.7 | zytzagoo | 2017-11-02 | 1 | -1/+1 |
| | | | | went for new minor since recent commits require higher php version | ||||
* | change wrong docblock comment for $empty_response_allowed in expect() | zytzagoo | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #30 from VolCh/php7.2 | zytzagoo | 2017-11-02 | 1 | -2/+2 |
|\ | | | | | Replace deprecated each() | ||||
| * | Replace deprecated each() | VolCh | 2017-11-02 | 1 | -2/+2 |
|/ | |||||
* | tweak composer.json slightly | zytzagoo | 2017-11-02 | 1 | -3/+9 |
| | |||||
* | Merge pull request #29 from VolCh/phpdoc | zytzagoo | 2017-11-02 | 1 | -10/+14 |
|\ | | | | | Update phpdoc & explicit null return | ||||
| * | Update phpdoc & explicit null return | VolCh | 2017-11-02 | 1 | -10/+14 |
| | | |||||
* | | Merge pull request #28 from VolCh/composer | zytzagoo | 2017-11-02 | 2 | -1/+27 |
|\ \ | |/ |/| | Add composer support | ||||
| * | Add composer support | VolCh | 2017-11-02 | 2 | -1/+27 |
|/ | |||||
* | Merge pull request #24 from zytzagoo/debug-log-timestamps | zytzagoo | 2017-10-04 | 1 | -1/+15 |
|\ | | | | | add timestamps into debug log messages | ||||
| * | add timestamps into debug log messages | zytzagoo | 2017-10-04 | 1 | -1/+15 |
|/ | |||||
* | Merge pull request #16 from katzwebservices/master | zytzagoo | 2016-06-30 | 1 | -1/+8 |
|\ | | | | | Allow for no connection to be valid as well. | ||||
| * | Allow for no connection to be valid as well. | Zack Katz | 2016-06-29 | 1 | -1/+8 |
|/ | | | Perhaps firewalls or server configurations could prevent a connection from being made, for example. | ||||
* | Update README.md | zytzagoo | 2014-09-12 | 1 | -23/+26 |
| | |||||
* | Handle @kevin39's #10 exception catching slightly differently, maintaining ↵ | zytzagoo | 2014-09-08 | 1 | -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 #10 | zytzagoo | 2014-09-08 | 1 | -21/+18 |
| | |||||
* | Merge pull request #10 from kevin39/master | zytzagoo | 2014-09-08 | 1 | -60/+98 |
|\ | | | | | | | | | Misc enhancements & fixes: - reduced some timeouts, added ability to skip catch-all testing, expect() tweaks.. | ||||
| * | Improved codes | Kevin LABECOT | 2014-08-21 | 1 | -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 & fixes | Kevin LABECOT | 2014-08-20 | 1 | -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 #7 | zytzagoo | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #6 from kevin39/master | zytzagoo | 2014-06-23 | 1 | -1/+1 |
|\ | | | | | Greylisted expected codes fix. | ||||
| * | Greylisted expected codes fix. | Kevin LABECOT | 2014-06-23 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4 from Webysther/patch-1 | zytzagoo | 2014-06-03 | 1 | -0/+1 |
|\ | | | | | Added missing Exception | ||||
| * | Exception added | Webysther Nunes | 2014-06-03 | 1 | -0/+1 |
|/ | | | Added Exception SMTP_Validate_Email_Exception_Send_Failed. | ||||
* | markdown flavored readme | zytzagoo | 2013-01-30 | 1 | -14/+13 |
| | |||||
* | fix utf-8 file encoding | zytzagoo | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'catchalls-always' | zytzagoo | 2013-01-30 | 1 | -21/+45 |
|\ | |||||
| * | always try the "catch-all" test for the domain + replace deprecated ereg | zytzagoo | 2013-01-30 | 1 | -22/+46 |
| | | |||||
* | | Merge pull request #1 from neilime/master | Tomaš Trkulja | 2013-01-30 | 1 | -1/+1 |
|\ \ | |/ |/| | Replace deprecated function ereg by preg_match | ||||
| * | Replace deprecated function ereg by preg_match | neilime | 2013-01-24 | 1 | -1/+1 |
|/ | |||||
* | add more details when stream_socket_client() fails [reported via email] | zytzagoo | 2012-04-16 | 1 | -0/+1 |
| | |||||
* | avoid processing validate() if we have nothing to work on | zytzagoo | 2009-01-30 | 1 | -1/+5 |
| | |||||
* | Initial commit. | zytzagoo | 2009-01-30 | 3 | -0/+835 |