summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-63/+0
|
* Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow)Dmitry Stogov2008-10-161-49/+90
|
* Fixed a few signedness warningsIlia Alshanetsky2008-10-061-2/+2
|
* MFH:- Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address ↵Jani Taskinen2008-08-041-14/+22
| | | | parameter)
* MFH: Add proper version check (new c-clients have this)Jani Taskinen2008-08-041-0/+14
|
* MFB: - Fixed the strings size in imap_headerinfoFelipe Pena2008-07-111-1/+1
|
* - MFB: Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo ↵Felipe Pena2008-07-101-4/+4
| | | | doesn't accept lengths of 1024)
* - Added arginfoFelipe Pena2008-07-071-71/+485
|
* - add version info for 2007a and bPierre Joye2008-07-021-1/+5
| | | | | - update config.w32
* - New parameter parsing APIFelipe Pena2008-06-231-625/+473
|
* MFH: fixed imap_listscan() protoPhilip Olson2008-06-111-1/+1
|
* - Fixed typoFelipe Pena2008-04-171-1/+1
|
* Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter invalid)Ilia Alshanetsky2008-04-081-2/+2
|
* Fixed bug #44613 (Crash inside imap_headerinfo())Ilia Alshanetsky2008-04-021-4/+4
|
* TypoFelipe Pena2008-04-011-1/+1
|
* Fixed bug #44594 (imap_open() does not validate # of retries parameter)Ilia Alshanetsky2008-04-011-1/+5
|
* MFB: Fixed bug #44557 (Crash in imap_setacl when supplied integer as username)Felipe Pena2008-03-281-0/+1
|
* MFH: New way for check void parametersFelipe Pena2008-03-101-6/+6
|
* try to fix build with gcc 4: take #2Nuno Lopes2008-01-311-15/+21
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
|
* 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
| | | | | multipart e-mails).
* malloc() -> pemalloc()Ilia Alshanetsky2007-03-111-2/+2
|
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-3/+3
| | | | | # Part 1
* - 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 ↵Antony Dovgal2006-11-241-1/+9
| | | | | | | dependency) patch by wharmby at uk dot ibm dot com
* param parsing fixIlia Alshanetsky2006-11-061-1/+1
| | | | | # Thanks Hannes
* Fixed bug #39362 (Added an option to imap_open/imap_reopen to control theIlia Alshanetsky2006-11-051-9/+21
| | | | | number of connection retries).
* 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
| | | | | the imap library).
* fix leak in imap_utf8(), avoid extra strlen() callAntony Dovgal2006-09-051-1/+4
| | | | | add test
* 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
| | | | | imap_body()).
* 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
|