summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Expand)AuthorAgeFilesLines
* MFH:- Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parame...Jani Taskinen2008-08-043-14/+95
* 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 doe...Felipe Pena2008-07-101-4/+4
* - Added arginfoFelipe Pena2008-07-071-71/+485
* - add version info for 2007a and bPierre Joye2008-07-022-3/+7
* - New parameter parsing APIFelipe Pena2008-06-232-627/+475
* 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
* try to fix build with gcc 4: take #1Nuno Lopes2008-01-311-15/+21
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* 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-192-2/+59
* 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
* MFHAntony Dovgal2007-02-111-2/+2
* Fix typoHannes Magnusson2007-01-231-1/+1
* MFHAntony Dovgal2007-01-191-0/+1
* MFH: improve utf8_mime2text() signature detectionAntony Dovgal2007-01-191-11/+33
* MFH: improve check configure for new version of utf8_mime2text()Antony Dovgal2007-01-181-4/+19
* MFH: use strlcat()Antony Dovgal2007-01-181-15/+15
* MFHAndrei Zmievski2007-01-081-0/+3
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* 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
* Fixed test, in some versions of c-client returned value is always uppercaseIlia Alshanetsky2006-11-261-2/+2
* 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-242-0/+9
* fix leak in imap_utf8(), avoid extra strlen() callAntony Dovgal2006-09-052-1/+26
* 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