summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a possible double free in imap extension (Identified by Mateusz Kociels...Ilia Alshanetsky2010-11-021-0/+2
* - Fixed #44098, imap_utf8() returns only capital lettersPierre Joye2010-02-071-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49630 (imap_listscan function missing)Felipe Pena2009-09-221-0/+1
* - Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE...Jani Taskinen2009-08-031-1/+7
* Fixed buildIlia Alshanetsky2009-06-231-1/+1
* - MF53: #48619, imap_search ALL segfaultsPierre Joye2009-06-221-3/+3
* - #47940, memory leaks in imap_bodyPierre Joye2009-04-301-2/+3
* - MFH: SEARCHPGM struct has to be freedPierre Joye2009-04-281-2/+15
* - space to tabsPierre Joye2009-04-281-27/+27
* - MFH: add latest cclient versionsPierre Joye2009-04-271-1/+10
* - wsPierre Joye2009-04-251-190/+190
* - #47940, pass body_lenPierre Joye2009-04-241-1/+1
* - MFH: #47940, leaks in imap_body()Pierre Joye2009-04-231-2/+9
* Define _php_rfc822_len() only when neededIlia Alshanetsky2009-04-051-28/+31
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Fixed memory leak in imap_rfc822_parse_adrlistFelipe Pena2008-12-241-0/+2
* - Fixed bug #46918 (imap_rfc822_parse_adrlist host part not filled in correct...Felipe Pena2008-12-241-1/+1
* bug #46837 fixZoe Slattery2008-12-161-0/+7
* bug #46884 fixZoe Slattery2008-12-161-22/+52
* bug #46731 fixZoe Slattery2008-12-051-0/+4
* Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow)Dmitry Stogov2008-10-161-49/+90
* MFH:- Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parame...Jani Taskinen2008-08-041-14/+23
* MFH: proper version checkJani Taskinen2008-08-041-11/+14
* - Fixed the string sizes in imap_headerinfoFelipe Pena2008-07-111-1/+1
* - Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo doesn't ...Felipe Pena2008-07-101-4/+4
* MFH: fixed imap_listscan() protoPhilip Olson2008-06-111-1/+1
* - Fix typoFelipe Pena2008-04-171-1/+1
* MFB: various bug fixesIlia Alshanetsky2008-04-081-2/+2
* MFB: imap bug fixesIlia Alshanetsky2008-04-021-5/+9
* Fixed bug #44557 (Crash in imap_setacl when supplied integer as username) (pa...Felipe Pena2008-03-281-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* sometimes c-client lib returns non-null entry with null hostStanislav Malyshev2007-07-311-3/+3
* Fixed NOTICE messageIlia Alshanetsky2007-07-061-2/+2
* Fixed bug #40854 (imap_mail_compose() creates an invalid terminator forIlia Alshanetsky2007-03-191-2/+2
* malloc() -> pemalloc()Ilia Alshanetsky2007-03-111-2/+2
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-3/+3
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-10/+29
* Fixed bug #36496Edin Kadribasic2007-02-191-1/+1
* fix possible double freeAntony Dovgal2007-02-161-1/+1
* Reduce stack usage & improve boundary checksIlia Alshanetsky2007-02-161-13/+15
* Fixed a memory leak inside imap_utf8()Ilia Alshanetsky2007-02-131-0/+3
* MFH: use strlcat()Antony Dovgal2007-01-181-15/+15
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* Define SENDBUFLEN for older c-client libsIlia Alshanetsky2006-12-251-0/+3
* Fixed buffer boundary protectionIlia Alshanetsky2006-12-241-14/+13
* Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client).Ilia Alshanetsky2006-12-171-0/+1
* fix #39613 (Possible segfault in imap initialization due to missing module de...Antony Dovgal2006-11-241-1/+9
* param parsing fixIlia Alshanetsky2006-11-061-1/+1