Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | MFB: don't perform pointless operations. | Ilia Alshanetsky | 2004-12-29 | 1 | -2/+1 |
| | |||||
* | Fixed bug #31142 (imap_mail_compose() fails to generate correct output). | Ilia Alshanetsky | 2004-12-22 | 1 | -12/+6 |
| | |||||
* | Fixed possible crash in imap_mail_compose(). | Ilia Alshanetsky | 2004-12-21 | 1 | -0/+8 |
| | |||||
* | More spaces -> tabs. | Chuck Hagenbuch | 2004-08-12 | 1 | -11/+10 |
| | |||||
* | Properly fix the msgno check inside imap_fetchbody(). | Ilia Alshanetsky | 2004-08-12 | 1 | -5/+5 |
| | |||||
* | fix. | Chuck Hagenbuch | 2004-08-12 | 1 | -2/+6 |
| | |||||
* | Fixed bug #29209 (imap_fetchbody() doesn't check message index). | Ilia Alshanetsky | 2004-07-21 | 1 | -13/+12 |
| | | | | | # Initial Patch by tony2001 at phpclub dot net | ||||
* | Fixed bug #28963 (Missing space for \0 in address allocation). | Ilia Alshanetsky | 2004-07-04 | 1 | -1/+1 |
| | |||||
* | Fixed various possible memory leaks. | Ilia Alshanetsky | 2004-05-12 | 1 | -24/+16 |
| | |||||
* | Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding is | Ilia Alshanetsky | 2004-01-15 | 1 | -2/+6 |
| | | | | | used). | ||||
* | - Remove use of bogus macro | Andi Gutmans | 2004-01-14 | 1 | -1/+3 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Added missing constants (bug #26831) | foobar | 2004-01-08 | 1 | -0/+11 |
| | |||||
* | proto fix | Rasmus Lerdorf | 2003-11-13 | 1 | -1/+1 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2003-09-16 | 1 | -1/+1 |
| | |||||
* | Register the TYPEMODEL constant from c-client's mail.h. | Jon Parise | 2003-09-04 | 1 | -0/+2 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -3/+3 |
| | |||||
* | One more typo ;) | Ilia Alshanetsky | 2003-06-17 | 1 | -1/+1 |
| | |||||
* | Fixed a typo in the check | Ilia Alshanetsky | 2003-06-17 | 1 | -2/+2 |
| | |||||
* | Fixed bug #24150 (crash in imap_fetch_overview() & | Ilia Alshanetsky | 2003-06-16 | 1 | -2/+6 |
| | | | | | imap_rfc822_write_address()) | ||||
* | proto fix | Andrey Hristov | 2003-06-16 | 1 | -1/+1 |
| | |||||
* | Busted by the CS police. | Ilia Alshanetsky | 2003-06-13 | 1 | -2/+2 |
| | |||||
* | Added missing function proto | Ilia Alshanetsky | 2003-06-13 | 1 | -0/+3 |
| | |||||
* | Fixed bug #24161 (No timeout value for imap functions) | Ilia Alshanetsky | 2003-06-13 | 1 | -1/+70 |
| | | | | | | | Added imap_timeout() that allows the user to specify as well as retrieve timeout values and set default timeout values based on the default_socket_timeout ini setting. | ||||
* | Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset) | Ilia Alshanetsky | 2003-06-12 | 1 | -9/+15 |
| |