Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49155 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32632 invoked from network); 28 Jul 2010 15:10:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2010 15:10:02 -0000 Authentication-Results: pb1.pair.com header.from=clint@ubuntu.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=clint@ubuntu.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ubuntu.com from 91.189.90.139 cause and error) X-PHP-List-Original-Sender: clint@ubuntu.com X-Host-Fingerprint: 91.189.90.139 adelie.canonical.com Linux 2.6 Received: from [91.189.90.139] ([91.189.90.139:57500] helo=adelie.canonical.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/91-21430-948405C4 for ; Wed, 28 Jul 2010 11:10:02 -0400 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1Oe8Gc-0003NT-Lb; Wed, 28 Jul 2010 16:09:58 +0100 Received: from 76-216-240-245.lightspeed.irvnca.sbcglobal.net ([76.216.240.245] helo=[192.168.1.102]) by hutte.canonical.com with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1Oe8Gc-0005OJ-EP; Wed, 28 Jul 2010 16:09:58 +0100 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 28 Jul 2010 08:09:55 -0700 Message-ID: <1A7DEEA5-A4AA-40F5-A2E5-BD8AB8FD398A@ubuntu.com> Cc: Scott Kitterman To: internals@lists.php.net Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Subject: IMAP patches from kolab -- can we get these merged? From: clint@ubuntu.com (Clint Byrum) Yesterday I was talking with one of my Colleagues about the Kolab project's use of some of the newer features of IMAP, notably, annotations and myrights. It turns out Kolab ships a patched PHP to do this properly, and they've been maintaining these patches for quite some time. In fact, they're up to date with 5.3.2, as seen here: http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/php/patches/php-5.3.2/ Now, the myrights patch was actually submitted as a feature request here: http://bugs.php.net/bug.php?id=43948 Which, it seems, has sat unattended for the past 2.5 years. I'm not sure if the annotations patch has ever been submitted. 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? Thanks very much for your time! -Clint