Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71860 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89822 invoked from network); 31 Jan 2014 11:55:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2014 11:55:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.44 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:37925] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/8A-39593-84F8BE25 for ; Fri, 31 Jan 2014 06:55:52 -0500 Received: by mail-la0-f44.google.com with SMTP id hm7so3432032lab.31 for ; Fri, 31 Jan 2014 03:55:49 -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 :content-type; bh=Oq9WF6prCktv1n+LX8Ia3DSKzsfF2JXsjimkABo2x+o=; b=Bpmm4wnhaCXa1fEQuQawzdRuANFDbNJJwuiH4j/elGdKq8h8I5nR9cWdHuk8/n7Ojg DiQ7KUQfnPpNUTaILOJxSfhVTerVFkhhJR95v4Wy40aH+eR69hvrtPPcLTEbLgDz9Lv0 OvT/+oZDA7Q2iaukh2CelI1DPvVq+3vAKAhT/c/9E/liim47d3cLXynrDHeMNSlG+pTl Yb/6J0YHJiZ71Q8Hwuio3WzLtP/c7ZrhClu+oPyrTFj4Gu7o1CcXLybTB1mxtRlZrJw3 dcfOPBetEWUskzABnAUUQCx40koGLsR9kg+nCEmL37oA5KQA7N35w4Jw5QbTsfXn5dzq ltkA== MIME-Version: 1.0 X-Received: by 10.152.28.137 with SMTP id b9mr13570224lah.4.1391169349335; Fri, 31 Jan 2014 03:55:49 -0800 (PST) Received: by 10.112.35.163 with HTTP; Fri, 31 Jan 2014 03:55:49 -0800 (PST) Received: by 10.112.35.163 with HTTP; Fri, 31 Jan 2014 03:55:49 -0800 (PST) In-Reply-To: <52EB8BCC.6000000@php.net> References: <52EB6C7B.7040306@sugarcrm.com> <52EB8BCC.6000000@php.net> Date: Fri, 31 Jan 2014 12:55:49 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=089e0160a3aae3be5504f142da97 Subject: Re: [PHP-DEV] ext/imap -> bye bye in PHP 5.6 From: pierre.php@gmail.com (Pierre Joye) --089e0160a3aae3be5504f142da97 Content-Type: text/plain; charset=UTF-8 On Jan 31, 2014 12:41 PM, "Sebastian Bergmann" wrote: > > Am 31.01.2014 12:34, schrieb Chris Wright: > > Out of a random sample of 8 that I picked from the search results on > > packagist, every one had a dependency on ext/imap (actually a lot of > > them are forks of the same project). I'm not against removing > > dead/unmaintainable code but let's not pretend that people don't use > > it... > > The Mail component of the Zeta Components library (which used to be > eZ Components) implements IMAP, amongst other mail-related RFCs, in > 100% native PHP. Roundcube as well and I strongly recommend to use it. And I cannot worry more than now when I see an app relying on ext/IMAP, from a security point of view. --089e0160a3aae3be5504f142da97--