Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81772 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38639 invoked from network); 4 Feb 2015 07:06:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 07:06:45 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.49 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.49 mail-qa0-f49.google.com Received: from [209.85.216.49] ([209.85.216.49:34881] helo=mail-qa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/66-20608-305C1D45 for ; Wed, 04 Feb 2015 02:06:43 -0500 Received: by mail-qa0-f49.google.com with SMTP id v8so37214086qal.8 for ; Tue, 03 Feb 2015 23:06:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EVXwDtGQMpTEBo9q8jDWAvWh8v6CL92FqxKAFvoSF7A=; b=iBRT5nnGwnCmWnMPilze8YVtjbcKxTmFyJge+5QDU+fLJ6uN9AwW1Zidn1aTA6N5un EeqrKL23yiQJlSD9QWPYi8L0qXP3iaKcufbFAfTi5u64qhlNCXvZFWAhrP0d2YhXWBuo OKXawCuDQxgpu6Q5rVyuqRMlWZE8ZTqIaT12QL1xMsbztgDZww+Kt9/hZBLwF51bAQOY GsQO+D2a6YrIZKLiITs/sHFfHN9XYSHO9+Sj5pxKWVJDjP49OJknDJE+17qrifg8JuuC fszdu9z985wc7KsOagl9vGbQMs3k+/FYTVjBv4lcaHLMlWM2xN32rlKFzfwRIerCVI5u GUvQ== MIME-Version: 1.0 X-Received: by 10.140.39.84 with SMTP id u78mr54156554qgu.63.1423033601646; Tue, 03 Feb 2015 23:06:41 -0800 (PST) Received: by 10.96.3.168 with HTTP; Tue, 3 Feb 2015 23:06:41 -0800 (PST) Received: by 10.96.3.168 with HTTP; Tue, 3 Feb 2015 23:06:41 -0800 (PST) In-Reply-To: <54D1C176.6000107@gmail.com> References: <0d436102ec3afeeb91673e2d30c64de4.squirrel@webmail.klapt.com> <54D1C176.6000107@gmail.com> Date: Wed, 4 Feb 2015 14:06:41 +0700 Message-ID: To: Stas Malyshev Cc: Adam Harvey , Anatol Belski , PHP internals Content-Type: multipart/alternative; boundary=001a11c12968548214050e3dd4fc Subject: Re: [PHP-DEV] [RFC][VOTE] Removal of dead or not yet PHP7 ported SAPIs and extensions From: pierre.php@gmail.com (Pierre Joye) --001a11c12968548214050e3dd4fc Content-Type: text/plain; charset=UTF-8 On Feb 4, 2015 1:51 PM, "Stanislav Malyshev" wrote: > > Hi! > > > And at list this one living native PHP implementation > > https://github.com/horde/horde/tree/master/framework/Imap_Client/ (and > > more library links in the older thread link above). > > This is part of Horde with 9 listed dependencies and 9 suggested ones, > and probably also sub-dependencies. It is much less convenient than > having imap right here when you run PHP. And looks like on top of that > it lists PHP 7 as not supported. > I'm sure there are other imap implementations, but I wouldn't be that > quick in throwing out one that a lot of people may use. Roundcube imap cleint has many users, other mail libraries are getting a lot of traction. It is not like our users do not move away already. For two reasons, compatibly first (many bugs in imap using c-client) and also because c-client is less and less available by default on many systems. --001a11c12968548214050e3dd4fc--