Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a possible double free in imap extension (Identified by Mateusz ↵ | Ilia Alshanetsky | 2010-11-02 | 1 | -0/+2 |
| | | | | Kocielski). | ||||
* | - Fixed #44098, imap_utf8() returns only capital letters | Pierre Joye | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - 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) | ||||
* | Fixed build | Ilia Alshanetsky | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | - MF53: #48619, imap_search ALL segfaults | Pierre Joye | 2009-06-22 | 1 | -3/+3 |
| | |||||
* | - #47940, memory leaks in imap_body | Pierre Joye | 2009-04-30 | 1 | -2/+3 |
| | |||||
* | - MFH: SEARCHPGM struct has to be freed | Pierre Joye | 2009-04-28 | 1 | -2/+15 |
| | |||||
* | - space to tabs | Pierre Joye | 2009-04-28 | 1 | -27/+27 |
| | | | | | - CS | ||||
* | - MFH: add latest cclient versions | Pierre Joye | 2009-04-27 | 1 | -1/+10 |
| | |||||
* | - ws | Pierre Joye | 2009-04-25 | 1 | -190/+190 |
| | |||||
* | - #47940, pass body_len | Pierre Joye | 2009-04-24 | 1 | -1/+1 |
| | |||||
* | - MFH: #47940, leaks in imap_body() | Pierre Joye | 2009-04-23 | 1 | -2/+9 |
| | |||||
* | Define _php_rfc822_len() only when needed | Ilia Alshanetsky | 2009-04-05 | 1 | -28/+31 |
| | |||||
* | 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 |
| | |||||
* | - Fixed bug #46918 (imap_rfc822_parse_adrlist host part not filled in ↵ | Felipe Pena | 2008-12-24 | 1 | -1/+1 |
| | | | | correctly) [only in this branch] | ||||
* | bug #46837 fix | Zoe Slattery | 2008-12-16 | 1 | -0/+7 |
| | |||||
* | bug #46884 fix | Zoe Slattery | 2008-12-16 | 1 | -22/+52 |
| | |||||
* | bug #46731 fix | Zoe Slattery | 2008-12-05 | 1 | -0/+4 |
| | |||||
* | Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow) | Dmitry Stogov | 2008-10-16 | 1 | -49/+90 |
| | |||||
* | MFH:- Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address ↵ | Jani Taskinen | 2008-08-04 | 1 | -14/+23 |
| | | | | parameter) | ||||
* | MFH: proper version check | Jani Taskinen | 2008-08-04 | 1 | -11/+14 |
| | |||||
* | - Fixed the string sizes in imap_headerinfo | Felipe Pena | 2008-07-11 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo doesn't ↵ | Felipe Pena | 2008-07-10 | 1 | -4/+4 |
| | | | | accept lengths of 1024) | ||||
* | MFH: fixed imap_listscan() proto | Philip Olson | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | - Fix typo | Felipe Pena | 2008-04-17 | 1 | -1/+1 |
| | |||||
* | MFB: various bug fixes | Ilia Alshanetsky | 2008-04-08 | 1 | -2/+2 |
| | |||||
* | MFB: imap bug fixes | Ilia Alshanetsky | 2008-04-02 | 1 | -5/+9 |
| | |||||
* | Fixed bug #44557 (Crash in imap_setacl when supplied integer as username) ↵ | Felipe Pena | 2008-03-28 | 1 | -0/+1 |
| | | | | (patch by Thomas Jarosch) | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | sometimes c-client lib returns non-null entry with null host | Stanislav Malyshev | 2007-07-31 | 1 | -3/+3 |
| | |||||
* | Fixed NOTICE message | Ilia Alshanetsky | 2007-07-06 | 1 | -2/+2 |
| | |||||
* | Fixed bug #40854 (imap_mail_compose() creates an invalid terminator for | Ilia Alshanetsky | 2007-03-19 | 1 | -2/+2 |
| | | | | | multipart e-mails). | ||||
* | malloc() -> pemalloc() | Ilia Alshanetsky | 2007-03-11 | 1 | -2/+2 |
| | |||||
* | snprintf() -> slprintf() | Ilia Alshanetsky | 2007-02-27 | 1 | -3/+3 |
| | | | | | # Part 1 | ||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -10/+29 |
| | |||||
* | Fixed bug #36496 | Edin Kadribasic | 2007-02-19 | 1 | -1/+1 |
| | |||||
* | fix possible double free | Antony Dovgal | 2007-02-16 | 1 | -1/+1 |
| | |||||
* | Reduce stack usage & improve boundary checks | Ilia Alshanetsky | 2007-02-16 | 1 | -13/+15 |
| | |||||
* | Fixed a memory leak inside imap_utf8() | Ilia Alshanetsky | 2007-02-13 | 1 | -0/+3 |
| | |||||
* | MFH: use strlcat() | Antony Dovgal | 2007-01-18 | 1 | -15/+15 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-25 | 1 | -1/+1 |
| | |||||
* | Define SENDBUFLEN for older c-client libs | Ilia Alshanetsky | 2006-12-25 | 1 | -0/+3 |
| | |||||
* | Fixed buffer boundary protection | Ilia Alshanetsky | 2006-12-24 | 1 | -14/+13 |
| | |||||
* | Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client). | Ilia Alshanetsky | 2006-12-17 | 1 | -0/+1 |
| | |||||
* | fix #39613 (Possible segfault in imap initialization due to missing module ↵ | Antony Dovgal | 2006-11-24 | 1 | -1/+9 |
| | | | | | | | dependency) patch by wharmby at uk dot ibm dot com | ||||
* | param parsing fix | Ilia Alshanetsky | 2006-11-06 | 1 | -1/+1 |
| | | | | | # Thanks Hannes |