From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Brian Cully via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: gmail+imap+smtp (oauth2) Date: Fri, 06 May 2022 19:47:09 -0400 Message-ID: <87fslmjk7d.fsf@ditto.jhoto.spork.org> References: <871qxbdulc.fsf@mat.ucm.es> <877d72nf3h.fsf@gmail.com> <87zgjx9upa.fsf@telefonica.net> <87zgjx5mek.fsf@gmail.com> <87v8ul9tho.fsf@telefonica.net> <87sfpnk66z.fsf@ditto.jhoto.spork.org> Reply-To: Brian Cully Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10760"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.10; emacs 28.1 Cc: ofv@wanadoo.es, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 07 01:50:41 2022 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 1nn7ia-0002dd-QX for ged-emacs-devel@m.gmane-mx.org; Sat, 07 May 2022 01:50:41 +0200 Original-Received: from localhost ([::1]:56132 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nn7iZ-0003Wm-Hr for ged-emacs-devel@m.gmane-mx.org; Fri, 06 May 2022 19:50:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59842) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nn7hi-0002hV-FA for emacs-devel@gnu.org; Fri, 06 May 2022 19:49:46 -0400 Original-Received: from coleridge.kublai.com ([166.84.7.167]:55738 helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nn7hg-0006GI-UL; Fri, 06 May 2022 19:49:46 -0400 Original-Received: from ditto (unknown [IPv6:2001:470:1f07:1b9:8650:a942:ec5e:856b]) by mail.spork.org (Postfix) with ESMTPSA id 7792D5B68; Fri, 6 May 2022 19:49:13 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1651880953; bh=iZTD7Luzch2S1afNEUELxWpHSnPR+SfiNch4cmCIh/Q=; h=References:From:To:Cc:Subject:Date:In-reply-to; b=H/ZS+xUYPe0RrNZWNNWR8LlgjI74vVxIZmmCbAKJ6hnNUbEVQES6mfloRptvcUjEa JSln3YTPrOUG3NlGIRBtirfLUGrlsjEEvhqz2a1vtY+RkXNaiZsLP4Kg7ksWfdnQOP g2s39skTBFwHXKiTE6eI+ORlhx/8FKBnM3Qrmw5w= In-reply-to: Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.emacs.devel:289363 Archived-At: Richard Stallman writes: > Would you like to set up TOTP using libre software, on a=20 > 100%-libre > system, with Javascript disabled, and verify that it works -- to > verify for sure that it can be done and really works? See my previous response about TOTP software. Regarding the other matter: you cannot log in to Google (via=20 https://accounts.google.com/) with Javascript disabled. It renders=20 the following message: --8<---------------cut here---------------start------------->8--- Couldn=E2=80=99t sign you in The browser you=E2=80=99re using doesn=E2=80=99t support JavaScript, or has= =20 JavaScript turned off. To keep your Google Account secure, try signing in on a browser=20 that has JavaScript turned on. --8<---------------cut here---------------end--------------->8--- -bjc