Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52275 invoked from network); 29 Jul 2010 08:27:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2010 08:27:14 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:39019] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/06-21430-26B315C4 for ; Thu, 29 Jul 2010 04:27:14 -0400 Received: by wwb17 with SMTP id 17so75241wwb.11 for ; Thu, 29 Jul 2010 01:27:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=mID59/r19IV82TAWvii7UWAwAOZjI9rISQcrA6SAnPE=; b=qnty7vJ1vmtj/siOniyDRgS84Y/knezRg6acRCSWTwtk3B8qq1qF2CmhfO1SbNeU/P Yc9H0lFFbIKJoHyv2RRa7piqGC63XVqB+WzsWz/fioRpcobxX4We+kGv+4LJWEqbz5zj a+NinGLpy25icd2UmSKhEvl9NGVZh0F9v+Ex0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IvReo1AmO5SNgTJOkHt5k2m8BeFfbb1Kmj73Cl8QP1aPoHv2oFKbSmeluE5GS2xwUq mlvFk7QEvkfb3gbjUHhUNwWtmLK5KzFX92FQmJ4YL9kuNTsxpqgV8Q7QUXjxFzUGtJds 8BNZUu58wRWwqprPp6UszVQpPnIcTIeKOS/6Y= MIME-Version: 1.0 Received: by 10.216.188.81 with SMTP id z59mr7083016wem.106.1280392031161; Thu, 29 Jul 2010 01:27:11 -0700 (PDT) Received: by 10.216.136.199 with HTTP; Thu, 29 Jul 2010 01:27:11 -0700 (PDT) In-Reply-To: References: <1A7DEEA5-A4AA-40F5-A2E5-BD8AB8FD398A@ubuntu.com> Date: Thu, 29 Jul 2010 10:27:11 +0200 Message-ID: To: Mikko Koppanen Cc: Clint Byrum , internals@lists.php.net, Scott Kitterman Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] IMAP patches from kolab -- can we get these merged? From: hannes.magnusson@gmail.com (Hannes Magnusson) On Thu, Jul 29, 2010 at 10:08, Mikko Koppanen wrote: > On Thu, Jul 29, 2010 at 9:01 AM, Hannes Magnusson > wrote: >> On Wed, Jul 28, 2010 at 17:09, Clint Byrum wrote: >>> I'd like to get these patches into mainstream PHP so that we don't have to >>> ship some weird patched kolab-only IMAP module in Debian and Ubuntu. In >>> fact, I'm quite opposed to doing that at all, but this means having a >>> broken Kolab in Debian and Ubuntu (as I understand it, Horde uses the >>> myrights patch too). I'm just wondering what it will take to get these >>> patches merged into PHP. Do we need to update documentation as well? >>> > > Hi, > > I was looking at annotations patch and it seems that my c-client does > not support the functionality (2007b on Debian Lenny). Do the There is a "TODO" item in the patch (which I mentioned should be fixed :)) to check for that functionality during configure, rather then hardcode it enabled :) -Hannes