Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1792 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98340 invoked from network); 20 May 2003 15:43:04 -0000 Received: from unknown (HELO mail-2.dinet.de) (212.8.6.1) by pb1.pair.com with SMTP; 20 May 2003 15:43:04 -0000 Received: from ots-2 (carbon.gonicus.de [212.8.6.6]) by mail-2.dinet.de (Postfix) with ESMTP id EB0922CC009 for ; Tue, 20 May 2003 17:43:02 +0200 (CEST) Organization: GONICUS GmbH To: PHP Internals Date: Tue, 20 May 2003 17:43:03 +0200 User-Agent: KMail/1.5.1 References: <200305191559.00240.holger.burbach@gonicus.de> In-Reply-To: <200305191559.00240.holger.burbach@gonicus.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200305201743.03221.holger.burbach@gonicus.de> Subject: Re: [PHP-DEV] [PATCH] New function for imap extension (imap_getacl) From: holger.burbach@gonicus.de (Holger Burbach) BTW: This is a fix for Bug #18355 http://bugs.php.net/bug.php?id=18355 On Montag, 19. Mai 2003 15:59, Holger Burbach wrote: > 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