Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107950 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 94794 invoked from network); 26 Dec 2019 13:43:42 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 26 Dec 2019 13:43:42 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3976D1804F5 for ; Thu, 26 Dec 2019 03:45:49 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 26 Dec 2019 03:45:48 -0800 (PST) Received: by mail-lf1-f52.google.com with SMTP id m30so18359320lfp.8 for ; Thu, 26 Dec 2019 03:45:48 -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=VDwJnW/kNPM33aK1KCxciHB/oiwZBzQizXZ//L2cyHQ=; b=oXHsnWvZISRiBhDbkvuaDiOO55t1cZUppHWgGXeub80XVU1oMj3ta2EE48mYu6Qoi5 YoOEfT/SgYpGMf/W6/rxBe2Fsderkb7lAIvlb8dHhRQXgJn+e+NNGF1EdTY7xnQMcU+V Si3cXpzi/42smxK1z7oDMupPP2oh3Rv5dfHvkoM8fT65SXY6eIoYPuoGgXKaNzxzY+nt aioKk9rRhWEZyBXlZ+IOz1/F1ktXZtKLESdwFaLdOV0ozRFUFoMp5EP0p/XBGvPoRsi0 i9D2EVKbsPRvCrsyl2CkJHzrl+e1+SOzE2P4BjuaiKcFzqBtzvnxzvbprqZpvjFXk4aJ EDzA== 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=VDwJnW/kNPM33aK1KCxciHB/oiwZBzQizXZ//L2cyHQ=; b=ettDyPVaA6sHFEyCgpB+C4AJ9RFeITV8fUmwePzWCzTogBEe7XzmphweIzEiXi4Sli RjpGPOAfJ+PoKfkIU2dKpzUV1iVh+Gz5nljyec0hp5jzJcWThdbOdxMo++etmFAntb75 jxFC87e/i3vezdG1rGesdK/S4BHuKSpWnP11QJkY17FXCtvw4Vi1bMaWSnGFD4IfLzEq EjveE7O1aQG/IGdmjrHh6HfweizIxYzqBCgMet0XXUQGiTDe+whRJmfjco1UTxQHyGs6 X3rv6Ld6jUMk5sHm9zfHR8oiUQlKIp/ZA24bh4HOqLBqKgkRgZu5j6ZIxUkSQp4QPhQq /5rA== X-Gm-Message-State: APjAAAUZnw6zo28Z6EVZnbP68nWDV3xSFUIW+0bfJdSQmSRqovY5gtHU a2qNz2nCrk99Mlm0G4SXIGWhZmVYDbHZmrVXkBg= X-Google-Smtp-Source: APXvYqy5B81ka+UE9QvSwX/PapoqPfw2elJI1kUzNg4TYDORXbIGzQ56pp7EF2LKAPF9jvHi/Pn5YiemKiH2Ogjq1C4= X-Received: by 2002:a19:903:: with SMTP id 3mr24629052lfj.110.1577360743518; Thu, 26 Dec 2019 03:45:43 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 26 Dec 2019 12:45:27 +0100 Message-ID: To: FreeScout Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000ccd7aa059a99ea23" Subject: Re: [PHP-DEV] XOAUTH2 support in PHP IMAP From: nikita.ppv@gmail.com (Nikita Popov) --000000000000ccd7aa059a99ea23 Content-Type: text/plain; charset="UTF-8" On Wed, Dec 25, 2019 at 7:11 PM FreeScout wrote: > > Hi Team! > > Could you please take a look at > https://github.com/google/gmail-oauth2-tools/issues/18 > > What do you think? Will it be possible to add XOAUTH2 support to PHP > IMAP extension? > > Thanks > The IMAP extension is based on a C library that has not been maintained for the last decade. As such, it is highly unlikely that the IMAP extension will ever see new features. In fact, it is quite likely that the extension will be removed from the PHP distribution for PHP 8, though no decision has been made on this yet. I would encourage anyone still using the IMAP extension to instead switch to one of the pure-PHP mailing libraries. I'm not particularly familiar with mailing libraries, so don't know which of them already support XOAUTH2, maybe someone else knows? Regards, Nikita --000000000000ccd7aa059a99ea23--