Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103468 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 3202 invoked from network); 21 Nov 2018 08:51:28 -0000 Received: from unknown (HELO mail-wr1-f48.google.com) (209.85.221.48) by pb1.pair.com with SMTP; 21 Nov 2018 08:51:28 -0000 Received: by mail-wr1-f48.google.com with SMTP id j2so4249266wrw.1 for ; Tue, 20 Nov 2018 21:13:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=MgDA4lzmv40RroeIeYwIFP5ndZ23qXGayWfM9QScSs0=; b=IkKjRDDFmkC/47IOrlBFC5JlYdDNuF5l9IEkcoBO5oqoR+PqRwSUwuHHV0Ygfzj8Lj 9G54RWvZsyIviD5c2uuJ5hBAf6q2te+K+XN+zk9ic2MSb6+Zx4apDhAV+ZSZZmmBr8iP EfhGc9EGW/1+bNooUJG3puNeXOB/30ajsJk5Jhhm4p3fg/4c4LcgRfjLXyuWqk6dcuLz TmSetB7JqZ5/cZhKwSltEVOWc8zd9Yj+hgPYwO5BYmNyfVWAderggOJfKg/rzyRlhsEY nk+AvM5F6Qa19MdytJK9eBdjy3wO5YkxPWK0yp6YfFu0WHqqmr2q+92uv++sabNCVhpV xUew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MgDA4lzmv40RroeIeYwIFP5ndZ23qXGayWfM9QScSs0=; b=JZWJzNnv1x83xAOfjFSOza15LbddjSqPQGV3Rybv65b/tA9MtzpbwZhGjfXEWUUf2t 2MPmJQ6v0JpfCdhJmkCxN+dJf0IpOLhVfnsBFwI5ivYpQQnmXCNzvfC5J8JsoqREPz9T XXlz35EBXFK0WB2THj4m0Q2ilFn6dXD2Ogsq2M7KKImu11OjjciQriO9+gNvrHHTnN9G 9ql/itl/AB2AYLDDdTrgt4QVofKWo+pxLb18PurJih/4nHQ8ExlEt5yJX1nQlgbVN8Ff RugQ1ZSGvJlvdf91JHM9dFkFTNIHFV7gA9abbWDW7cs9Hr57wBXlV3d9Z+Yi+KPcecSz Rarw== X-Gm-Message-State: AA+aEWaGs8i806pHaymuxGKdxCm6Jyl9xQDN6DmveZCcp+cx1lo6Dh62 gfDWmRb7ZMUGuqp/1RjUqgC+x2VGlMlEE1cDPEA= X-Google-Smtp-Source: AFSGD/XiG61gZs7jz3AQkPFTGLcCh5Hilgo6NHq0amon+EXyEMaqFJtyaAACcCJoy+pz0WB3gwbGI2m33DWlHF71haI= X-Received: by 2002:a5d:6487:: with SMTP id r7mr4408648wru.263.1542777210943; Tue, 20 Nov 2018 21:13:30 -0800 (PST) MIME-Version: 1.0 References: <47dd2988-6fb2-0685-efa1-a58cb55e9ecb@gmail.com> <563360e1-aa2f-6a2f-7299-caf9b85f2fff@gmx.de> <10374235-1d67-c300-2957-18bed9bd56c5@gmail.com> In-Reply-To: <10374235-1d67-c300-2957-18bed9bd56c5@gmail.com> Date: Wed, 21 Nov 2018 12:13:17 +0700 Message-ID: To: Stas Malyshev Cc: Christoph Becker , PHP internals Content-Type: multipart/alternative; boundary="000000000000a0400d057b25cff2" Subject: Re: [PHP-DEV] Re: patch for imap bug 77153 From: pierre.php@gmail.com (Pierre Joye) --000000000000a0400d057b25cff2 Content-Type: text/plain; charset="UTF-8" On Wed, Nov 21, 2018, 6:02 AM Stanislav Malyshev Hi! > > > actually the PHP wrapper should not have allowed to pass the mailbox > > name verbatim, which would only be reasonable in my opinion, if we were > > supporting arbitrary drivers (which we don't). And of course, userland > > PHP does not do anything with mailbox names. In fact, PHP doesn't even > know what mailbox name is (it just passes opaque string to c-client and > hopes c-client can make sense of it, whatever that string does). Thus, > we support everything c-client supports, AFAIK. We could extract the > whole parsing logic from c-client and re-implement it, but I don't think > it's worth the time spent. Btw, is imap on the list to deprecate in 7.x + kill in 8.x? It is really not maintained well, both c-client and the ext. Would it be possible to consider it? best, Pierre --000000000000a0400d057b25cff2--