summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #39362 (Added an option to imap_open/imap_reopen to control theIlia Alshanetsky2006-11-051-9/+21
* fix build with new version of c-clientAntony Dovgal2006-10-051-0/+5
* Fixed bug #38941 (imap extension does not compile against new version ofIlia Alshanetsky2006-09-241-0/+4
* fix leak in imap_utf8(), avoid extra strlen() callAntony Dovgal2006-09-051-1/+4
* last portion of z/Z fixesAntony Dovgal2006-08-311-6/+6
* MFB: Extend safe_mode/open_basedir checks to imap_reopen() as well.Ilia Alshanetsky2006-08-111-0/+8
* Fixed bug #37265 (Added missing safe_mode & open_basedir checks toIlia Alshanetsky2006-08-041-0/+7
* Added automatic module globals managementDmitry Stogov2006-06-151-7/+9
* - not efree but freeMichael Wallner2006-01-281-1/+1
* - fix imap_fetchbody(); there is no default mailgets()Michael Wallner2006-01-271-4/+10
* MFH: add imap_savebody()Michael Wallner2006-01-271-0/+101
* Fixed bug #35669 (imap_mail_compose() crashes withIlia Alshanetsky2006-01-051-18/+17
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function).Ilia Alshanetsky2005-08-301-6/+7
* - Fixed bug #29334 (mail() provides incorrect message time header)foobar2005-08-071-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Missing part of the patch for bug #32589Ilia Alshanetsky2005-04-081-1/+1
* Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets).Ilia Alshanetsky2005-04-051-1/+2
* Simplify Code.Ilia Alshanetsky2005-02-201-4/+2
* check body for NULL before using and prevent segfaultsAntony Dovgal2005-01-251-0/+4
* destruct return_valueAntony Dovgal2005-01-211-0/+1
* fix error messageAntony Dovgal2005-01-201-1/+1
* fix segfault in imap_sort() - it segfaults when options is less than 0.Antony Dovgal2005-01-201-1/+6
* fix segfault in imap_headerinfo() when fromlength or subjectlength are less t...Antony Dovgal2005-01-201-3/+11
* Fixed bug #31142 (crash, memory leak and data loss by imap_mail_compose).Ilia Alshanetsky2005-01-181-8/+33
* Fixed bug #31480 (Possible infinite loop in imap_mail_compose()).Ilia Alshanetsky2005-01-181-3/+2
* - Added check for IMAP 2005 versionfoobar2005-01-111-2/+4
* - Fixed the crash and leak.foobar2004-12-301-3/+1
* MFH: A leak is better(?) then a crash.Ilia Alshanetsky2004-12-301-0/+2
* Fixed typo.Ilia Alshanetsky2004-12-291-1/+1
* Fixed memory leaks.Ilia Alshanetsky2004-12-291-2/+6