| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding is | Ilia Alshanetsky | 2004-01-15 | 1 | -2/+6 |
* | - 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 |
* | 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 |
* | Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset) | Ilia Alshanetsky | 2003-06-12 | 1 | -9/+15 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | Adding imap_getacl, patch provided by Holger Burbach | Dan Kalowsky | 2003-05-20 | 1 | -0/+52 |
* | NIL, NULL, same thing, but changing for consistency sake | Dan Kalowsky | 2003-05-20 | 1 | -1/+1 |
* | Fixed bug #22939 (crash in imap_header_info()). | Ilia Alshanetsky | 2003-04-16 | 1 | -0/+2 |
* | Fixed proto to sync with the documentation | Moriyoshi Koizumi | 2003-03-31 | 1 | -2/+2 |
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -1/+1 |
* | Fixed bug #22048 (crash in imap_headers when the e-mail contains an | Ilia Alshanetsky | 2003-02-11 | 1 | -4/+32 |
* | Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array). | Ilia Alshanetsky | 2003-02-03 | 1 | -1/+4 |
* | Removed pointless checks. | Ilia Alshanetsky | 2003-01-30 | 1 | -9/+3 |
* | - Fixed stupid typo.. | foobar | 2003-01-24 | 1 | -1/+1 |
* | Fix bug: #21817 (only enable this if --with-kerberos is used) | foobar | 2003-01-23 | 1 | -1/+1 |
* | quota function fixes. Thanks Wez. | Ilia Alshanetsky | 2003-01-20 | 1 | -6/+9 |
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-20 | 1 | -116/+101 |
* | Fix bug: #21687, imap extension does not include gss authentication mechanism | foobar | 2003-01-18 | 1 | -1/+5 |
* | Fixed memory leaks in imap_get_quota & imap_get_quotaroot. | Ilia Alshanetsky | 2003-01-17 | 1 | -26/+9 |
* | Fix ZTS-ZE2 build | Marcus Boerger | 2003-01-04 | 1 | -26/+26 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | fixing code style | Frank M. Kromann | 2002-12-07 | 1 | -4/+8 |
* | Fixing a possible strcat on a NULL pointer | Frank M. Kromann | 2002-12-06 | 1 | -1/+2 |
* | Fix the use of "personal" information in To and Cc headers | Frank M. Kromann | 2002-11-30 | 1 | -4/+23 |
* | free alocated mem. | Frank M. Kromann | 2002-11-27 | 1 | -5/+18 |
* | Avoid , at the end of each string (to, cc and bcc) | Frank M. Kromann | 2002-11-26 | 1 | -3/+3 |
* | email address change | Hartmut Holzgraefe | 2002-11-25 | 1 | -1/+1 |
* | - Fix protos (resource instead of int for stream_id, fix some return protos, | Markus Fischer | 2002-10-09 | 1 | -47/+47 |
* | Fixed bug #19280 | Ilia Alshanetsky | 2002-10-08 | 1 | -3/+9 |
* | white space fix | Dan Kalowsky | 2002-09-19 | 1 | -35/+35 |
* | Patch for Bug #19402 provided by Kevin Way (kevin.way@overtone.org) | Dan Kalowsky | 2002-09-18 | 1 | -1/+35 |
* | missed one section for #15630 | Dan Kalowsky | 2002-09-09 | 1 | -1/+2 |
* | ws fixes | foobar | 2002-08-16 | 1 | -56/+55 |
* | Silence a compiler warning, and returns the SUCCESS value on PHP_MINIT | Dan Kalowsky | 2002-08-16 | 1 | -0/+1 |
* | Comming a fix for a compile error found in Bug #15630 | Dan Kalowsky | 2002-08-14 | 1 | -4/+10 |
* | Removing the imap_popen command... because as Jani puts it "it never worked | Dan Kalowsky | 2002-08-05 | 1 | -219/+11 |
* | Cleaning up the imap_get_quotaroot return array to remove useless data | Dan Kalowsky | 2002-08-03 | 1 | -19/+0 |