From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, FREEMAIL_FROM,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27750 invoked from network); 14 Sep 2020 09:57:27 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 14 Sep 2020 09:57:27 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1kHlE6-00DzAy-0U; Mon, 14 Sep 2020 04:56:46 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kHlE1-00Dz96-7y for ding@lists.math.uh.edu; Mon, 14 Sep 2020 04:56:41 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kHlDk-001ahE-Ig for ding@lists.math.uh.edu; Mon, 14 Sep 2020 04:56:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:Message-ID:Date:Subject:From:To: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=qkjXpEe1UVu84+IjuJrR/k5HAMBp6d/UJ3G4Ju6nN/k=; b=LomsVjw/Ytwq3f3dghxP7XOKE8 URFzQUcwvNsInm2lF8GFhz2oXZua2BGrZkYSMueBkk6U9Ugb3SfORRqH2/DW+HfYsiBguk8HJ9sMF zOjisD8DFFrGQ7JJBEJ1m1EHZFuYAaV1zWYtJY2uVZo/OplSqRdJ0hhzAo0casBDvF4A=; Received: from static.214.254.202.116.clients.your-server.de ([116.202.254.214] helo=ciao.gmane.io) by quimby with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kHlDd-0008Lo-HX for ding@gnus.org; Mon, 14 Sep 2020 11:56:20 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kHlDc-0005tH-Hx for ding@gnus.org; Mon, 14 Sep 2020 11:56:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Kevin Shell Subject: Gnus imap plain authentication Date: Mon, 14 Sep 2020 17:56:06 +0800 Message-ID: <87imcghebt.fsf@fedora.osfans.org> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cancel-Lock: sha1:oFEOvqup+4+98f0Rg681Yv3CZuE= List-ID: Precedence: bulk Hello list. If imap server has no SASL-IR capability(imap.yandex.com), Gnus with PLAIN authentication fails. It seems that Gnus always sends: AUTHENTICATE PLAIN in one command. But if imap server with no SASL-IR capability, Gnus authenticates fails. In this case Gnus should sends with two commands. AUTHENTICATE PLAIN + Gnus does not implement this case. -- kevin