Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1695 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55342 invoked from network); 19 May 2003 13:59:02 -0000 Received: from unknown (HELO mail-2.dinet.de) (212.8.6.1) by pb1.pair.com with SMTP; 19 May 2003 13:59:02 -0000 Received: from ots-2 (carbon.gonicus.de [212.8.6.6]) by mail-2.dinet.de (Postfix) with ESMTP id 84B982CC0BB for ; Mon, 19 May 2003 15:59:00 +0200 (CEST) Organization: GONICUS GmbH To: PHP Internals Date: Mon, 19 May 2003 15:59:00 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200305191559.00240.holger.burbach@gonicus.de> Subject: [PATCH] New function for imap extension (imap_getacl) From: holger.burbach@gonicus.de (Holger Burbach) Hi everyone, my collegue Cajus Pollmeier and I are currently working on a PHP-based remote administration of Cyrus IMAP servers. We were quite surprised that there is no function imap_getacl implemented, while imap_setacl does. So we implemented the missing function and built a patch against 4.3.2RC3. The patch can be found at: ftp://oss.gonicus.de/pub/php-kadm5/php4-imap-getacl-20030519.patch I think this should be useful for others, too. If it is more convenient to have a patch against another release or development version, please advice me. Regards, Holger