summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.h
Commit message (Collapse)AuthorAgeFilesLines
* - fix bug #16008Derick Rethans2002-03-111-4/+4
|
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
|
* Update headers.Sebastian Bergmann2001-12-111-1/+1
|
* add tail pointer to speed up imap_search (submitted by Rob SiemborskiChuck Hagenbuch2001-08-161-0/+1
| | | | | <rjs3@andrew.cmu.edu>).
* Add imap_setacl() function (Brian Masney <masneyb@seul.org>).Chuck Hagenbuch2001-08-101-0/+1
|
* Changed the old skool resource stuff to use the Zend macros.foobar2001-08-081-2/+0
|
* Beutifying. Also made a check for IMAP-2001.foobar2001-08-071-10/+17
|
* Add missing header.foobar2001-08-031-0/+30
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
|
* imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>.Chuck Hagenbuch2001-05-291-0/+1
|
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-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 functionsDan Kalowsky2001-02-261-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 Kalowsky2001-02-251-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 ***foobar2000-10-171-2/+2
|
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-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. Kromann2000-05-301-2/+0
|
* fixed imap quota/relogin compilation errorsAndrew Skalski2000-04-171-2/+2
|
* Oh yeah, committing these would be a good idea:)Zeev Suraski2000-04-011-0/+188