Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFH: Add proper version check (new c-clients have this) | Jani Taskinen | 2008-08-04 | 1 | -0/+14 | |
| | ||||||
* | MFB: - Fixed the strings size in imap_headerinfo | Felipe Pena | 2008-07-11 | 1 | -1/+1 | |
| | ||||||
* | - MFB: Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo ↵ | Felipe Pena | 2008-07-10 | 1 | -4/+4 | |
| | | | | doesn't accept lengths of 1024) | |||||
* | - Added arginfo | Felipe Pena | 2008-07-07 | 1 | -71/+485 | |
| | ||||||
* | - add version info for 2007a and b | Pierre Joye | 2008-07-02 | 1 | -1/+5 | |
| | | | | | - update config.w32 | |||||
* | - New parameter parsing API | Felipe Pena | 2008-06-23 | 1 | -625/+473 | |
| | ||||||
* | MFH: fixed imap_listscan() proto | Philip Olson | 2008-06-11 | 1 | -1/+1 | |
| | ||||||
* | - Fixed typo | Felipe Pena | 2008-04-17 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter invalid) | Ilia Alshanetsky | 2008-04-08 | 1 | -2/+2 | |
| | ||||||
* | Fixed bug #44613 (Crash inside imap_headerinfo()) | Ilia Alshanetsky | 2008-04-02 | 1 | -4/+4 | |
| | ||||||
* | Typo | Felipe Pena | 2008-04-01 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #44594 (imap_open() does not validate # of retries parameter) | Ilia Alshanetsky | 2008-04-01 | 1 | -1/+5 | |
| | ||||||
* | MFB: Fixed bug #44557 (Crash in imap_setacl when supplied integer as username) | Felipe Pena | 2008-03-28 | 1 | -0/+1 | |
| | ||||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -6/+6 | |
| | ||||||
* | try to fix build with gcc 4: take #2 | Nuno Lopes | 2008-01-31 | 1 | -15/+21 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| |