| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Adding in some BC for users to imap_get_quota() function | Dan Kalowsky | 2002-08-01 | 1 | -0/+6 |
| * | removing the useless +1's on sizeof() and adding the mail_parameter for the | Dan Kalowsky | 2002-07-31 | 1 | -11/+8 |
| * | fixes a typo in the word "limit", adds the null character to the strlen, | Dan Kalowsky | 2002-07-30 | 1 | -13/+15 |
| * | forgot to make the same change to imap_get_quota... | Dan Kalowsky | 2002-07-26 | 1 | -6/+2 |
| * | Minor memory fix suggested by Zeev | Dan Kalowsky | 2002-07-26 | 1 | -6/+2 |
| * | Adding initial support for PHP imap_get_quotaroot | Dan Kalowsky | 2002-07-26 | 1 | -0/+58 |
| * | (PHP imap_get_quota) updated to properly reflect the RFC 2087 as per | Dan Kalowsky | 2002-07-26 | 1 | -11/+30 |
| * | Make sure To addresses are parsed correct with RFC822. | Frank M. Kromann | 2002-07-02 | 1 | -3/+27 |
| * | Switch from imap_sendmail.* to sendmail.c under Win32 | Frank M. Kromann | 2002-07-02 | 1 | -3/+48 |
| * | - Fix TSRM gotcha | Derick Rethans | 2002-06-28 | 1 | -2/+2 |
| * | Unify error messages | Derick Rethans | 2002-06-28 | 1 | -34/+34 |
| * | - Fixed bug: #15595 (and possibly others too) | foobar | 2002-06-27 | 1 | -39/+74 |
| * | - Cleaning up the mess..these are NOT zvals. | foobar | 2002-06-27 | 1 | -17/+17 |
| * | - Fixed bug: #17999 | foobar | 2002-06-26 | 1 | -11/+12 |
| * | standardize a bit (we know its enabled :) | Sterling Hughes | 2002-06-23 | 1 | -1/+0 |
| * | - Fix for bug #14410 (Patch by C. McCohy <mccohy@kyberdigi.cz>). | Derick Rethans | 2002-06-13 | 1 | -0/+3 |
| * | - Fix for bug #17503 | Derick Rethans | 2002-05-29 | 1 | -2/+2 |
| * | Instead of calling mail_fetchheader_full() to retrieve the complete header | Jon Parise | 2002-05-13 | 1 | -10/+3 |
| * | @Improve IMAP performance when dealing with large mailboxes. | Jon Parise | 2002-05-12 | 1 | -31/+44 |
| * | - Do the ssl_onceonlyinit() as last. This is how c-client creates | foobar | 2002-04-24 | 1 | -6/+9 |
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| * | Fixed segfault in imap_bodystruct() when called with an invalid message | Vlad Krupin | 2002-01-12 | 1 | -0/+5 |
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| * | fix #13801 (imap_rfc822_parse_adrlist changes arg1) | Thies C. Arntzen | 2001-12-07 | 1 | -0/+1 |
| * | Enable imap_mail() on win32 | Frank M. Kromann | 2001-12-04 | 1 | -10/+3 |
| * | - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't | Andi Gutmans | 2001-12-03 | 1 | -57/+57 |
| * | Honor error_reporting (in general and @ in particular) for IMAP notices | Zeev Suraski | 2001-11-24 | 1 | -0/+3 |
| * | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+4 |
| * | 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. | Jeroen van Wolffelaar | 2001-09-26 | 1 | -8/+8 |
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -28/+28 |