Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix bug #16008 | Derick Rethans | 2002-03-11 | 1 | -4/+4 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | add tail pointer to speed up imap_search (submitted by Rob Siemborski | Chuck Hagenbuch | 2001-08-16 | 1 | -0/+1 |
| | | | | | <rjs3@andrew.cmu.edu>). | ||||
* | Add imap_setacl() function (Brian Masney <masneyb@seul.org>). | Chuck Hagenbuch | 2001-08-10 | 1 | -0/+1 |
| | |||||
* | Changed the old skool resource stuff to use the Zend macros. | foobar | 2001-08-08 | 1 | -2/+0 |
| | |||||
* | Beutifying. Also made a check for IMAP-2001. | foobar | 2001-08-07 | 1 | -10/+17 |
| | |||||
* | Add missing header. | foobar | 2001-08-03 | 1 | -0/+30 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -11/+1 |
| | |||||
* | imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>. | Chuck Hagenbuch | 2001-05-29 | 1 | -0/+1 |
| | |||||
* | - Finally rename modules.h to zend_modules.h for consistency (first try | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h | ||||
* | Correctly checks for the proper header files, and excludes the QUOTA functions | Dan Kalowsky | 2001-02-26 | 1 | -4/+11 |
| | | | | | | | | | | from non-imap2000 systems (unavailable for testing at this time). # anyone willing to test this out on non-imap2000? PR: Submitted by: Reviewed by: Sascha Schumann Obtained from: | ||||
* | Updating the IMAP client to include quota support via the imap c-client2000 ↵ | Dan Kalowsky | 2001-02-25 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libraries. # Y2K support is good... Removes the SA_QUOTA and SA_QUOTA_ALL defines # After speaking with Mark Crispin, it is believed these never existed. Cleans up the imap_status() function to remove notion of quotas in a status message. # There is no quota setting in a STATUS message from c-client. Changes the config.m4 to support the client.h include # This should include all the approriate headers for c-client (as defined by # c-client maintainers) such as mail.h, and rfc822.h. Changed the directory search order for the include files as well. # Place the /usr/local/include last, and searched the # /usr/local/include/{c-client|imap} directories first (PHP imap_get_quota) Added (PHP imap_set_quota) Added @- IMAP quota support (imap_set_quota, imap_get_quota) enabled/added via @ c-client2000 PR: Submitted by: Reviewed by: Obtained from: | ||||
* | *** empty log message *** | foobar | 2000-10-17 | 1 | -2/+2 |
| | |||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -2/+2 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | Making imap module compile on win32 and include imap_mail() function) | Frank M. Kromann | 2000-05-30 | 1 | -2/+0 |
| | |||||
* | fixed imap quota/relogin compilation errors | Andrew Skalski | 2000-04-17 | 1 | -2/+2 |
| | |||||
* | Oh yeah, committing these would be a good idea:) | Zeev Suraski | 2000-04-01 | 1 | -0/+188 |