Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71842 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63968 invoked from network); 31 Jan 2014 11:15:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2014 11:15:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 74.125.82.54 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:62972] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/74-39593-FD58BE25 for ; Fri, 31 Jan 2014 06:15:44 -0500 Received: by mail-wg0-f54.google.com with SMTP id x13so8377219wgg.21 for ; Fri, 31 Jan 2014 03:15:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=FpBx0fiXeLgd9tAU4/m9zF3s5dTidluS+P3DTdxeCwM=; b=I7pzTmHS0882lQOWN7oydl9kv11UQVx3Sdmc9DM+urQLZdk6PqbUMic6LUlUPWGAQ9 vQ/RskzcusvF+qtWpXpEh+E6UpuP7ek8J8GJ2iOpX4o7rV2bFyYDTitGFoa4tjxKzoSg tzd0qea06sNpXgGKVwnMWjuXkmRKyHOu5/xj8eqMOeza0XL1Pn5ExXpflJs2gI3Z0b3q PU4uDv2QiCLZdMjXpAiN1qmePd9gelWSuY4Jed0wg67r32yO+2pF9BjbQHe4qAZHZRv9 SpEcsShD5tnYDRKiWFXGKU6tqHuwHOQL63ohdhRtJ4WfCSHgpslV/xg4HOkdn382X10n z0Gg== X-Gm-Message-State: ALoCoQlnuHJizkDUbUlzUfdm4rhSRhOEwAOcbYskW3JPkyMHyvQ3c1rKM6G/97KjcN685iKkaEyy MIME-Version: 1.0 X-Received: by 10.180.12.146 with SMTP id y18mr13436267wib.37.1391166940855; Fri, 31 Jan 2014 03:15:40 -0800 (PST) Received: by 10.194.124.211 with HTTP; Fri, 31 Jan 2014 03:15:40 -0800 (PST) X-Originating-IP: [77.180.47.128] In-Reply-To: References: <52EB6C7B.7040306@sugarcrm.com> Date: Fri, 31 Jan 2014 12:15:40 +0100 Message-ID: To: Derick Rethans Cc: Stas Malyshev , Hannes Magnusson , PHP Development , Ferenc Kovacs , David Soria Parra Content-Type: multipart/alternative; boundary=001a11c2ae32555a9a04f1424bf2 Subject: Re: [PHP-DEV] ext/imap -> bye bye in PHP 5.6 From: kontakt@beberlei.de (Benjamin Eberlei) --001a11c2ae32555a9a04f1424bf2 Content-Type: text/plain; charset=ISO-8859-1 There is no shortage of IMAP related PHP libraries: https://packagist.org/search/?q=imap PHPClasses.org probably has a bunch more of them as well. On Fri, Jan 31, 2014 at 12:08 PM, Derick Rethans wrote: > On Fri, 31 Jan 2014, Stas Malyshev wrote: > > > > We can't pretend anymore that ext/imap is a _core_ functionality of > > > PHP that everyone writing webapps needs. It needs to be removed :) > > > > Well, IMAP is pretty common and many webapps do use it. Whether they > > use ext/imap or not for that is another question :) > > > > But dropping ext/imap means we have no IMAP solution for core. What > > would we recommend instead? > > https://github.com/zetacomponents/Mail is pretty awesome--if I may say > so. > > cheers, > Derick > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --001a11c2ae32555a9a04f1424bf2--