summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Expand)AuthorAgeFilesLines
* - Added PHP_TEST_BUILD macro which can be used to test whether buildfoobar2004-02-231-16/+4
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
* Fixed bug #26923 (ext/imap: pam and crypt libraries missing when build as sha...foobar2004-01-171-2/+11
* Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding isIlia Alshanetsky2004-01-151-2/+6
* - Remove use of bogus macroAndi Gutmans2004-01-141-1/+3
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Added missing constants (bug #26831)foobar2004-01-081-0/+11
* No need for these trick when linking with a correct cclient.libFrank M. Kromann2003-12-222-8/+0
* detect c-client headers correctly using Edin's php-win32-dev layoutWez Furlong2003-12-191-1/+2
* Adding config file for win32. This allows to build with c-client 2002eFrank M. Kromann2003-12-082-0/+28
* proto fixRasmus Lerdorf2003-11-131-1/+1
* Aligned configure help texts.foobar2003-10-031-1/+1
* Alignment fixMoriyoshi Koizumi2003-10-031-1/+1
* - Always look into /usr/local before /usrfoobar2003-10-011-4/+3
* Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-1/+1
* proto fixHartmut Holzgraefe2003-09-161-1/+1
* Register the TYPEMODEL constant from c-client's mail.h.Jon Parise2003-09-041-0/+2
* Fixed compiler warnings.Ilia Alshanetsky2003-08-281-1/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-3/+3
* One more typo ;)Ilia Alshanetsky2003-06-171-1/+1
* Fixed a typo in the checkIlia Alshanetsky2003-06-171-2/+2
* Fixed bug #24150 (crash in imap_fetch_overview() &Ilia Alshanetsky2003-06-161-2/+6
* proto fixAndrey Hristov2003-06-161-1/+1
* Busted by the CS police.Ilia Alshanetsky2003-06-131-2/+2
* Added missing function protoIlia Alshanetsky2003-06-131-0/+3
* Fixed bug #24161 (No timeout value for imap functions)Ilia Alshanetsky2003-06-132-1/+71
* Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset)Ilia Alshanetsky2003-06-121-9/+15
* updating license information in the headers.James Cox2003-06-102-6/+6
* Adding imap_getacl, patch provided by Holger BurbachDan Kalowsky2003-05-202-0/+54
* NIL, NULL, same thing, but changing for consistency sakeDan Kalowsky2003-05-201-1/+1
* Grr.. Who changed this file from tabs to spaces?Rasmus Lerdorf2003-05-101-1/+1
* MFBRasmus Lerdorf2003-05-101-0/+1
* - Fixed bug #23371 (configure falsely detects c-client using SSL)foobar2003-04-301-14/+1
* Fixed bug #22939 (crash in imap_header_info()).Ilia Alshanetsky2003-04-161-0/+2
* Fixed proto to sync with the documentationMoriyoshi Koizumi2003-03-311-2/+2
* Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP)foobar2003-03-111-4/+4
* Fix for bug #22353foobar2003-02-231-1/+1
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* Fixed bug #22048 (crash in imap_headers when the e-mail contains anIlia Alshanetsky2003-02-111-4/+32
* Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array).Ilia Alshanetsky2003-02-031-1/+4
* Removed pointless checks.Ilia Alshanetsky2003-01-301-9/+3
* fix some typosfoobar2003-01-281-3/+3
* - Fixed stupid typo..foobar2003-01-241-1/+1
* Fix bug: #21817 (only enable this if --with-kerberos is used)foobar2003-01-231-1/+1
* quota function fixes. Thanks Wez.Ilia Alshanetsky2003-01-202-7/+10
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-201-116/+101
* Fix bug: #21687, imap extension does not include gss authentication mechanismfoobar2003-01-182-9/+19
* Fixed memory leaks in imap_get_quota & imap_get_quotaroot.Ilia Alshanetsky2003-01-171-26/+9
* Fix ZTS-ZE2 buildMarcus Boerger2003-01-041-26/+26