Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Fixed bug #39362 (Added an option to imap_open/imap_reopen to control the | Ilia Alshanetsky | 2006-11-05 | 1 | -9/+21 |
| | | | | | number of connection retries). | ||||
* | fix build with new version of c-client | Antony Dovgal | 2006-10-05 | 1 | -0/+5 |
| | |||||
* | Fixed bug #38941 (imap extension does not compile against new version of | Ilia Alshanetsky | 2006-09-24 | 1 | -0/+4 |
| | | | | | the imap library). | ||||
* | fix leak in imap_utf8(), avoid extra strlen() call | Antony Dovgal | 2006-09-05 | 1 | -1/+4 |
| | | | | | add test | ||||
* | last portion of z/Z fixes | Antony Dovgal | 2006-08-31 | 1 | -6/+6 |
| | |||||
* | MFB: Extend safe_mode/open_basedir checks to imap_reopen() as well. | Ilia Alshanetsky | 2006-08-11 | 1 | -0/+8 |
| | |||||
* | Fixed bug #37265 (Added missing safe_mode & open_basedir checks to | Ilia Alshanetsky | 2006-08-04 | 1 | -0/+7 |
| | | | | | imap_body()). | ||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -7/+9 |
| | |||||
* | - not efree but free | Michael Wallner | 2006-01-28 | 1 | -1/+1 |
| | |||||
* | - fix imap_fetchbody(); there is no default mailgets() | Michael Wallner | 2006-01-27 | 1 | -4/+10 |
| | |||||
* | MFH: add imap_savebody() | Michael Wallner | 2006-01-27 | 1 | -0/+101 |
| | |||||
* | Fixed bug #35669 (imap_mail_compose() crashes with | Ilia Alshanetsky | 2006-01-05 | 1 | -18/+17 |
| | | | | | multipart-multiboundary-email). | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function). | Ilia Alshanetsky | 2005-08-30 | 1 | -6/+7 |
| | |||||
* | - Fixed bug #29334 (mail() provides incorrect message time header) | foobar | 2005-08-07 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Missing part of the patch for bug #32589 | Ilia Alshanetsky | 2005-04-08 | 1 | -1/+1 |
| | |||||
* | Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets). | Ilia Alshanetsky | 2005-04-05 | 1 | -1/+2 |
| | |||||
* | Simplify Code. | Ilia Alshanetsky | 2005-02-20 | 1 | -4/+2 |
| | |||||
* | check body for NULL before using and prevent segfaults | Antony Dovgal | 2005-01-25 | 1 | -0/+4 |
| | |||||
* | destruct return_value | Antony Dovgal | 2005-01-21 | 1 | -0/+1 |
| | |||||
* | fix error message | Antony Dovgal | 2005-01-20 | 1 | -1/+1 |
| | |||||
* | fix segfault in imap_sort() - it segfaults when options is less than 0. | Antony Dovgal | 2005-01-20 | 1 | -1/+6 |
| | | | | | | it looks like c-client bug, but we still need a workaround. also, convert_to_string search criteria. | ||||
* | fix segfault in imap_headerinfo() when fromlength or subjectlength are less ↵ | Antony Dovgal | 2005-01-20 | 1 | -3/+11 |
| | | | | | | | than 0 + fix protos | ||||
* | Fixed bug #31142 (crash, memory leak and data loss by imap_mail_compose). | Ilia Alshanetsky | 2005-01-18 | 1 | -8/+33 |
| | |||||
* | Fixed bug #31480 (Possible infinite loop in imap_mail_compose()). | Ilia Alshanetsky | 2005-01-18 | 1 | -3/+2 |
| | |||||
* | - Added check for IMAP 2005 version | foobar | 2005-01-11 | 1 | -2/+4 |
| | |||||
* | - Fixed the crash and leak. | foobar | 2004-12-30 | 1 | -3/+1 |
| | |||||
* | MFH: A leak is better(?) then a crash. | Ilia Alshanetsky | 2004-12-30 | 1 | -0/+2 |
| | |||||
* | Fixed typo. | Ilia Alshanetsky | 2004-12-29 | 1 | -1/+1 |
| | |||||
* | Fixed memory leaks. | Ilia Alshanetsky | 2004-12-29 | 1 | -2/+6 |
| |