Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71856 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83963 invoked from network); 31 Jan 2014 11:41:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2014 11:41:01 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.237 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.237 mail-1.de-punkt.de Received: from [93.190.64.237] ([93.190.64.237:42986] helo=mail-1.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/29-39593-BCB8BE25 for ; Fri, 31 Jan 2014 06:41:00 -0500 Received: from localhost (localhost [127.0.0.1]) by mail-1.de-punkt.de (Postfix) with ESMTP id 654883A8BD for ; Fri, 31 Jan 2014 12:40:55 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail-1.de-punkt.de Received: from mail-1.de-punkt.de ([127.0.0.1]) by localhost (mail-1.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UqJiHjBG6x7z for ; Fri, 31 Jan 2014 12:40:55 +0100 (CET) Received: from [192.168.178.24] (p5DD6A4F0.dip0.t-ipconnect.de [93.214.164.240]) (Authenticated sender: sb@sebastian-bergmann.de) by mail-1.de-punkt.de (Postfix) with ESMTPSA id B403B3A8BA for ; Fri, 31 Jan 2014 12:40:54 +0100 (CET) Message-ID: <52EB8BCC.6000000@php.net> Date: Fri, 31 Jan 2014 12:41:00 +0100 Reply-To: internals@lists.php.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: internals@lists.php.net References: <52EB6C7B.7040306@sugarcrm.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] ext/imap -> bye bye in PHP 5.6 From: sebastian@php.net (Sebastian Bergmann) 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. -- Sebastian Bergmann Co-Founder and Principal Consultant http://sebastian-bergmann.de/ http://thePHP.cc/