summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #24161 (No timeout value for imap functions)Ilia Alshanetsky2003-06-131-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 Cox2003-06-101-3/+3
|
* Adding imap_getacl, patch provided by Holger BurbachDan Kalowsky2003-05-201-0/+2
| | | | | | (holger.burbach@gonicus.de) @ Adding imap_getacl functionality. Function provided by Holger Burbach
* quota function fixes. Thanks Wez.Ilia Alshanetsky2003-01-201-1/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* email address changeHartmut Holzgraefe2002-11-251-1/+1
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-4/+0
| | | | | instances
* Removing the imap_popen command... because as Jani puts it "it never workedDan Kalowsky2002-08-051-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 theDan Kalowsky2002-07-311-1/+0
| | | | | getquot inside the imap_get_quotaroot function. thank Jani.
* Adding initial support for PHP imap_get_quotarootDan Kalowsky2002-07-261-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 perDan Kalowsky2002-07-261-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 Parise2002-05-121-2/+9
| | | | | Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu>
* - 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