summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-11-241-0/+52
|\ | | | | | | | | | | * PHP-5.3: add unit test for bug 63126 NEWS
| * add unit test for bug 63126Remi Collet2012-11-241-0/+52
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-11-241-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array
| * Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores arrayRemi Collet2012-11-241-1/+1
| |
| * - Year++Felipe Pena2012-01-012-2/+2
| |
| * Update skipifHannes Magnusson2011-09-071-2/+2
| |
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
| * - Fixed bug #55313 (Number of retries not set when params specified)Felipe Pena2011-08-061-1/+1
| | | | | | | | | | patch by: kevin at kevinlocke dot name
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-1/+1
| | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
| * Add imap_fetchmimeStanislav Malyshev2011-01-242-0/+42
| |
| * - Year++Felipe Pena2011-01-012-2/+2
| |
| * MFH: fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during longAdam Harvey2010-12-132-1/+39
| | | | | | | | | | MIME header unfolding).
| * - fix #39863, do not accept paths with NULL in them. See ↵Pierre Joye2010-11-181-4/+8
| | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
| * Fixed a possible double free in imap extension (Identified by Mateusz ↵Ilia Alshanetsky2010-11-021-0/+2
| | | | | | | | Kocielski).
| * - #35638, add udate to imap_fetch_overviewPierre Joye2010-04-146-84/+67
| |
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
| |
* | - Year++Felipe Pena2012-01-012-2/+2
| |
* | Update skipifHannes Magnusson2011-09-071-2/+2
| |
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
* | - Fixed bug #55313 (Number of retries not set when params specified)Felipe Pena2011-08-061-1/+1
| | | | | | | | | | patch by: kevin at kevinlocke dot name
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-1/+1
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-1/+1
| | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
* | Add imap_fetchmimeStanislav Malyshev2011-01-242-0/+42
| |
* | - Year++Felipe Pena2011-01-012-2/+2
| |
* | Fix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIMEAdam Harvey2010-11-232-1/+39
| | | | | | | | | | header unfolding).
* | Fixed a possible double free in imap extension (Identified by Mateusz ↵Ilia Alshanetsky2010-11-021-0/+2
| | | | | | | | Kocielski).
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+176
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-9/+5
| | | | | | | | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-176/+0
| | | | | | | | anymore and are barely updated nor available for all extensions
* | - #35638, add udate to imap_fetch_overviewPierre Joye2010-04-146-84/+67
|/
* - Fixed #44098, imap_utf8() returns only capital lettersPierre Joye2010-02-074-6/+27
|
* - [doc] add support for DISABLE_AUTHENTICATOR in imap_open (fix #33500)Pierre Joye2010-01-051-2/+44
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* - fix build and warning (introduced by my last commit)Pierre Joye2009-12-221-6/+5
|
* - [DOC] add INTERNALDATE to imap_append (will merge to trunk later)Pierre Joye2009-12-171-5/+30
|
* Adding IMAP tests (PHP 5.3)Olivier DOUCET2009-11-2319-0/+1018
|
* - Fixed bug #49630 (imap_listscan function missing)Felipe Pena2009-09-221-0/+1
| | | | | # Missing PHP_FE(), though nowdays it is used through of two aliases. (imap_scan() and imap_scanmailbox())
* allow tests to pass when a random username is used.Nuno Lopes2009-09-2219-25/+29
| | | | patch by Olivier Doucet
* - Fixed bug #48400 (imap crashes when closing stream opened with ↵Jani Taskinen2009-08-031-1/+7
| | | | OP_PROTOTYPE flag)
* fix testAntony Dovgal2009-07-261-0/+6
|
* - #48619, imap_search ALL segfaultsPierre Joye2009-06-221-3/+3
|
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
| | | | | | | | | - "cannot" instead of "can not" (meaning "also can") - "than" instead of "then" (Hint: "then" should hardly be needed; you're not telling the order in which to do something) ... plus removed a couple ending. dots
* - New tests (testfest DutchUG)Felipe Pena2009-05-168-0/+234
|
* - Fixed testsFelipe Pena2009-05-052-0/+2
|
* MFHJani Taskinen2009-05-051-0/+1
|
* MFH: ws fixJani Taskinen2009-05-051-64/+46
|
* MFH: fix buildJani Taskinen2009-05-053-8/+20
|