From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: gnus fails to open specific imap server Date: Mon, 10 Jun 2024 15:35:34 +0300 Message-ID: <86v82h7z6x.fsf@gnu.org> References: <87jzix5ewu.fsf@yandex.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25879"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: m43cap@yandex.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 10 14:36:33 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sGeGG-0006S6-74 for ged-emacs-devel@m.gmane-mx.org; Mon, 10 Jun 2024 14:36:32 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sGeFP-0003c1-8M; Mon, 10 Jun 2024 08:35:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sGeFM-0003at-3i for emacs-devel@gnu.org; Mon, 10 Jun 2024 08:35:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sGeFL-0008Ln-RN; Mon, 10 Jun 2024 08:35:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=er5ToaPkDkcxPiDdkHQZ9sO2Vkx+S3g00bJqqcnL1cc=; b=ege7e2btAzyJ jnAVeL7u81G7hcKWlAhzROxrCQjvEmdT0hPR6eRxZ1dwK7QdWNwpiLSBwb7WPDAW6WXRvxLIijfVg EqdtLfAoitFrqBpD7vr0dJbAO0bXTy+ffmizEzjEf2rNApAWG8NoFMKl2cj7JsVeRfMlraFFoauqV PVRtZc7riZs00JyK8BGjPQ5qgCf8LSaWHNdo2EcBMJdDUFPnZ89qxbyPm3zPb+DoyNJ5hOpDcQAKB nChH68PSRRtOZxofNtjzfw1weoOnmv0cSONpwUSZQKPIkMDEPdQrztGZTgngv4WJrhn8hKAd/B67o nBuviJEJcOyPGl10MZ5sjw==; In-Reply-To: <87jzix5ewu.fsf@yandex.com> (message from Colin Baxter on Mon, 10 Jun 2024 10:24:17 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:319954 Archived-At: > From: Colin Baxter > Date: Mon, 10 Jun 2024 10:24:17 +0100 > > > I have a problem reading email via gnus on the latest emacs (git pulled > today) but which does not occur using emacs-29.3. The settings for both > versions of emacs are identical, as indeed are the versions of gnus > (5.13). Also, the problem only occurs with one particular server: > imap.yandex.com. I have other servers e.g. imap.gmx.com which function > satisfactorily. > > On the latest emacs, trying to open imap.yandex.com fails with the > following error: > > --8<---------------cut here---------------start------------->8--- > Warning: Opening nnimap server on yandex...failed: CAPABILITY IMAP4rev1 > CHILDREN UNSELECT LITERAL+ NAMESPACE XLIST UIDPLUS ENABLE ID IDLE MOVE; > Quit trying to open server nnimap+yandex; Quit trying to open server > nntp+feedbase > --8<---------------cut here---------------end--------------->8--- > > This problems seems to have occurred today, and as I have said, it is > absent from emacs-29.3. I think this is bug#71452, which is under discussion as we speak.