summaryrefslogtreecommitdiff
path: root/ext/standard/tests/mail
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1422-128/+128
* Trim trailing whitespace in source code filesPeter Kokot2018-10-132-27/+27
* fix testJoe Watkins2017-01-011-1/+1
* Fix CRLF line-endings in testsNikita Popov2016-11-201-24/+24
* Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-202-4/+4
* Merge branch 'PHP-7.1'Christoph M. Becker2016-09-301-0/+24
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-301-0/+24
| |\
| | * Fix #73203: passing additional_parameters causes mail to failChristoph M. Becker2016-09-301-0/+24
* | | Implemented Bug #68776 mail() does not have mail header injection prevention ...Yasuo Ohgaki2016-09-151-0/+218
|/ /
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-06-292-0/+85
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-06-282-0/+85
| |\
| | * Merge branch 'pull-request/1350' into PHP-5.4Stanislav Malyshev2015-06-282-0/+85
| | |\
| | | * Fixed Bug #69874 : Can't set empty additional_headers for mail()Yasuo Ohgaki2015-06-191-0/+42
| | |/
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-06-091-0/+329
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-06-091-0/+329
| |\ \ | | |/
| | * Fixed bug #68776Yasuo Ohgaki2015-06-091-0/+329
* | | ensure there is no connectionAnatol Belski2015-03-031-0/+3
* | | avoid skipif as this indeed should be testedAnatol Belski2015-03-031-3/+2
* | | windows only testFerenc Kovacs2015-03-011-1/+9
* | | Fixed test?Xinchen Hui2015-02-281-2/+1
* | | Fixed bug #69115 crash in mailAnatol Belski2015-02-271-0/+12
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-02-281-0/+43
|\ \ | |/
| * Fixed test case titleTjerk Meesters2014-02-281-1/+1
| * [bug 66535] X-PHP-Originating-Script adds newline if no custom headers are givenTjerk Meesters2014-02-281-0/+43
| * typo fixesVeres Lajos2013-07-151-5/+5
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Use 'user@example.com' rather than 'user@company.com' in testsSara Golemon2013-12-0414-19/+19
* | typo fixesVeres Lajos2013-07-151-5/+5
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Add unit test for mail.log ini setting.Martin Jansen2013-01-061-0/+48
|/
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-251-0/+10
|\
| * Fixed bug #62148 mail_skipif doesn't skip imap tests on Release BuildMatt Ficken2012-05-251-0/+10
| * Fix for bug #51604 (newline in end of header is shown in start of message).Adam Harvey2010-04-221-0/+35
* | fix testsStanislav Malyshev2011-08-012-17/+15
* | Fix for bug #51604 (newline in end of header is shown in start of message).Adam Harvey2010-04-221-0/+35
|/
* Explicitly set mail.add_x_header in php.ini so test output matches expected r...Christopher Jones2010-02-023-0/+3
* Fixed tests which fail from time to time because of race conditions ("echo" c...Dmitry Stogov2009-09-222-10/+14
* FIx test after Stas' explode() fixRasmus Lerdorf2009-08-141-19/+9
* MFH: fix testJani Taskinen2009-04-301-2/+2
* MFH:fix testJani Taskinen2009-04-301-4/+4
* fix testAntony Dovgal2009-04-151-2/+2
* Increased the sleep() from 1 to 5 to prevent intermittent failuresZoe Slattery2009-02-171-1/+6
* exit -1 and exit -2 don't work for all sh. changed to exit 1Zoe Slattery2009-02-162-2/+2
* MFH use example.comAntony Dovgal2009-01-253-6/+6
* added some mail tests. Tested on windows, linux and linux 64bitDave Kelsey2009-01-2321-0/+1455