Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #24161 (No timeout value for imap functions) | Ilia Alshanetsky | 2003-06-13 | 1 | -0/+1 |
| | | | | | | | 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. | ||||
* | 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/+2 |
| | | | | | | (holger.burbach@gonicus.de) @ Adding imap_getacl functionality. Function provided by Holger Burbach | ||||
* | quota function fixes. Thanks Wez. | Ilia Alshanetsky | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | email address change | Hartmut Holzgraefe | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -4/+0 |
| | | | | | instances | ||||
* | Removing the imap_popen command... because as Jani puts it "it never worked | Dan Kalowsky | 2002-08-05 | 1 | -6/+0 |
| | | | | | and it never will work" until IMAP servers support this feature. | ||||
* | removing the useless +1's on sizeof() and adding the mail_parameter for the | Dan Kalowsky | 2002-07-31 | 1 | -1/+0 |
| | | | | | getquot inside the imap_get_quotaroot function. thank Jani. | ||||
* | Adding initial support for PHP imap_get_quotaroot | Dan Kalowsky | 2002-07-26 | 1 | -0/+2 |
| | | | | | | | # apparently c-client does not like Cyrus's GETQUOTAROOT return list this # is still be worked out, but all functionality should be there # Return array is still not very organized | ||||
* | (PHP imap_get_quota) updated to properly reflect the RFC 2087 as per | Dan Kalowsky | 2002-07-26 | 1 | -2/+2 |
| | | | | | | | bug #14673 @- imap_get_quota now allows multiple resource values to be returned, as per RFC 2087, closes bug #14673 (kalowsky, Sander Steffann) | ||||
* | @Improve IMAP performance when dealing with large mailboxes. | Jon Parise | 2002-05-12 | 1 | -2/+9 |
| | | | | | Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu> | ||||
* | - 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 |