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 | 2 | -2/+59 |
| | | | | | 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 | Antony Dovgal | 2007-02-11 | 1 | -2/+2 |
| | |||||
* | Fix typo | Hannes Magnusson | 2007-01-23 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-01-19 | 1 | -0/+1 |
| | |||||
* | MFH: improve utf8_mime2text() signature detection | Antony Dovgal | 2007-01-19 | 1 | -11/+33 |
| | |||||
* | MFH: improve check configure for new version of utf8_mime2text() | Antony Dovgal | 2007-01-18 | 1 | -4/+19 |
| | |||||
* | MFH: use strlcat() | Antony Dovgal | 2007-01-18 | 1 | -15/+15 |
| | |||||
* | MFH | Andrei Zmievski | 2007-01-08 | 1 | -0/+3 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Fixed test, in some versions of c-client returned value is always uppercase | Ilia Alshanetsky | 2006-11-26 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -0/+9 |
| | | | | | the imap library). | ||||
* | fix leak in imap_utf8(), avoid extra strlen() call | Antony Dovgal | 2006-09-05 | 2 | -1/+26 |
| | | | | | 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 | 2 | -0/+104 |
| | |||||
* | Fixed bug #35669 (imap_mail_compose() crashes with | Ilia Alshanetsky | 2006-01-05 | 2 | -18/+85 |
| | | | | | multipart-multiboundary-email). | ||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | 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 | 2 | -6/+41 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_1'. | SVN Migration | 2005-08-08 | 1 | -103/+0 |
| | |||||
* | - Fixed bug #29334 (mail() provides incorrect message time header) | foobar | 2005-08-07 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| | |||||
* | Allow building against the latest cclient | Edin Kadribasic | 2005-08-01 | 1 | -1/+1 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -3/+3 |
| | |||||
* | 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 |
| |