Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array | Remi Collet | 2012-11-24 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #55313 (Number of retries not set when params specified) | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | | | | patch by: kevin at kevinlocke dot name | ||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 1 | -1/+1 |
| | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | ||||
* | Add imap_fetchmime | Stanislav Malyshev | 2011-01-24 | 1 | -0/+41 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long | Adam Harvey | 2010-12-13 | 1 | -1/+1 |
| | | | | | MIME header unfolding). | ||||
* | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -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 Alshanetsky | 2010-11-02 | 1 | -0/+2 |
| | | | | Kocielski). | ||||
* | - #35638, add udate to imap_fetch_overview | Pierre Joye | 2010-04-14 | 1 | -0/+1 |
| | |||||
* | - Fixed #44098, imap_utf8() returns only capital letters | Pierre Joye | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | - [doc] add support for DISABLE_AUTHENTICATOR in imap_open (fix #33500) | Pierre Joye | 2010-01-05 | 1 | -2/+44 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - fix build and warning (introduced by my last commit) | Pierre Joye | 2009-12-22 | 1 | -6/+5 |
| | |||||
* | - [DOC] add INTERNALDATE to imap_append (will merge to trunk later) | Pierre Joye | 2009-12-17 | 1 | -5/+30 |
| | |||||
* | - Fixed bug #49630 (imap_listscan function missing) | Felipe Pena | 2009-09-22 | 1 | -0/+1 |
| | | | | | # Missing PHP_FE(), though nowdays it is used through of two aliases. (imap_scan() and imap_scanmailbox()) | ||||
* | - Fixed bug #48400 (imap crashes when closing stream opened with ↵ | Jani Taskinen | 2009-08-03 | 1 | -1/+7 |
| | | | | OP_PROTOTYPE flag) | ||||
* | - #48619, imap_search ALL segfaults | Pierre Joye | 2009-06-22 | 1 | -3/+3 |
| | |||||
* | MFH: Fixed error message grammar: | Matt Wilmas | 2009-06-06 | 1 | -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 | ||||
* | MFH: ws fix | Jani Taskinen | 2009-05-05 | 1 | -64/+46 |
| | |||||
* | MFH: fix build | Jani Taskinen | 2009-05-05 | 1 | -1/+7 |
| | |||||
* | - sync with HEAD | Jani Taskinen | 2009-05-05 | 1 | -2/+2 |
| | |||||
* | - [DOC] MFH: add imap_mutf7_to_utf8 and imap_utf8_to_mutf7 | Pierre Joye | 2009-05-02 | 1 | -0/+51 |
| | |||||
* | - MFB: #47940, memory leaks in imap_body | Pierre Joye | 2009-04-30 | 1 | -1/+3 |
| | |||||
* | - space to tabs | Pierre Joye | 2009-04-28 | 1 | -5/+5 |
| | | | | | - CS | ||||
* | - [DOC] add imap_gc (purge cache(s) and constants IMAP_GC_ELT, IMAP_GC_ENV ↵ | Pierre Joye | 2009-04-28 | 1 | -0/+40 |
| | | | | and IMAP_GC_TEXTS to control imap_gc behavior | ||||
* | - remove duplicate definition | Pierre Joye | 2009-04-27 | 1 | -19/+0 |
| | |||||
* | - correct clause | Pierre Joye | 2009-04-26 | 1 | -1/+1 |
| | |||||
* | - ws | Pierre Joye | 2009-04-25 | 1 | -175/+175 |
| | |||||
* | - #elif | Pierre Joye | 2009-04-25 | 1 | -4/+4 |
| | |||||
* | - ws | Pierre Joye | 2009-04-25 | 1 | -1/+1 |
| | |||||
* | - add 2007d and e | Pierre Joye | 2009-04-25 | 1 | -1/+13 |
| | |||||
* | - MFH: SEARCHPGM struct has to be freed | Pierre Joye | 2009-04-25 | 1 | -2/+15 |
| | |||||
* | - silent warning, NULL is not 0 | Pierre Joye | 2009-04-25 | 1 | -2/+2 |
| | |||||
* | - bad idea to free body | Pierre Joye | 2009-04-25 | 1 | -1/+0 |
| | |||||
* | - MFH: #47940, leaks in imap_body() | Pierre Joye | 2009-04-23 | 1 | -1/+9 |
| | |||||
* | Improved parameter fixing & address a compiler warning | Ilia Alshanetsky | 2009-01-08 | 1 | -40/+38 |
| | |||||
* | - MFH: Fixed duplicate errmsg | Felipe Pena | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed memory leak in imap_rfc822_parse_adrlist | Felipe Pena | 2008-12-24 | 1 | -0/+2 |
| | |||||
* | bug #46837 fix | Zoe Slattery | 2008-12-16 | 1 | -0/+7 |
| | |||||
* | bug #46884 fix | Zoe Slattery | 2008-12-16 | 1 | -1/+21 |
| | |||||
* | bug #46731 modification to previous fix | Zoe Slattery | 2008-12-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46731 (Missing validation for the options parameter of the | Ilia Alshanetsky | 2008-12-03 | 1 | -2/+7 |
| | | | | | imap_fetch_overview() function). | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -63/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+63 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -63/+0 |
| |