| Commit message (Expand) | Author | Age | Files | Lines |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -3/+3 |
* | 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 | 2 | -14/+23 |
* | - 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 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | nuke some apparently harmful spaces | Sascha Schumann | 2001-08-21 | 1 | -1/+1 |
* | add tail pointer to speed up imap_search (submitted by Rob Siemborski | Chuck Hagenbuch | 2001-08-16 | 2 | -22/+27 |
* | - More ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -2/+2 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -55/+55 |
* | Made use of the resource macros here too. And some beutifying. | foobar | 2001-08-10 | 1 | -13/+5 |
* | Add imap_setacl() function (Brian Masney <masneyb@seul.org>). | Chuck Hagenbuch | 2001-08-10 | 2 | -0/+32 |
* | Changed the old skool resource stuff to use the Zend macros. | foobar | 2001-08-08 | 2 | -601/+308 |
* | Another TSRM fix. | foobar | 2001-08-07 | 1 | -18/+18 |
* | Beutifying. Also made a check for IMAP-2001. | foobar | 2001-08-07 | 3 | -366/+418 |
* | - This is not supposed to be used, from c-client docs (formats.txt): | foobar | 2001-08-06 | 1 | -1/+1 |
* | Some cleanup. Removed unnecessary duplicate #ifndef's. | foobar | 2001-08-06 | 1 | -27/+12 |
* | removed unused function. (seems like a copy of imap_body) | foobar | 2001-08-06 | 1 | -28/+0 |
* | calling mail_open() causes a SEGFAULT when using imap-2000c. mail_open(0,"",0); | Thies C. Arntzen | 2001-08-04 | 1 | -1/+1 |
* | Don't blindly assume -lc-client when linking 'conftest'. | Jon Parise | 2001-08-03 | 1 | -1/+1 |
* | Changed the PHP_ADD_LIBRARY_DEFER() to work when building | foobar | 2001-08-03 | 1 | -19/+36 |
* | Add missing header. | foobar | 2001-08-03 | 1 | -0/+30 |
* | not too sure about this: | Thies C. Arntzen | 2001-08-02 | 1 | -1/+1 |
* | Added help texts for --with-imap-ssl|kerberos. | foobar | 2001-07-31 | 1 | -2/+2 |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -7/+7 |
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+0 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+0 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -36/+12 |
* | Fix an inline | Zeev Suraski | 2001-07-15 | 1 | -1/+1 |
* | This test won't work without these libs. Also, it might fail for other | foobar | 2001-06-26 | 1 | -2/+2 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -57/+23 |
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -2/+11 |
* | Include the To: address in the overview information (already in the | Chuck Hagenbuch | 2001-05-30 | 1 | -0/+6 |
* | imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>. | Chuck Hagenbuch | 2001-05-29 | 2 | -0/+102 |
* | This is not needed. ssl_onceonlyinit() is enough. | foobar | 2001-05-27 | 1 | -2/+1 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | make it possible to set the CHARSET parameter with imap_mail_compose() | Chuck Hagenbuch | 2001-05-24 | 1 | -0/+16 |
* | this fixes a few apache can not start bugs. | foobar | 2001-05-22 | 1 | -2/+2 |
* | @- Fix for bug 2181. Now zero is returned instead of an unset value for | Vlad Krupin | 2001-05-14 | 1 | -4/+4 |
* | Fixed problems which were caused by the previous patches. | foobar | 2001-05-11 | 1 | -1/+7 |
* | Cleaning this a bit too. Now I'm also able to configure and compile | foobar | 2001-05-10 | 1 | -83/+83 |
* | Attempt to fix the build when a c-client lib with kerberos, pam and ssl | foobar | 2001-05-06 | 1 | -18/+9 |
* | Fix broken build | Sascha Schumann | 2001-05-06 | 1 | -1/+1 |
* | Beutify phpinfo() output. | foobar | 2001-05-06 | 2 | -2/+11 |
* | Added a check that libc-client support SSL. | foobar | 2001-05-06 | 1 | -7/+40 |
* | Removed usused variables. | foobar | 2001-05-06 | 1 | -2/+0 |
* | Add support for in_reply_to header, and fix erealloc usage ("Johan Ekenberg" | Chuck Hagenbuch | 2001-05-04 | 1 | -9/+8 |