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:42:16 -0400 Message-ID: <87k0ayjkgz.fsf@ditto.jhoto.spork.org> References: <871qxbdulc.fsf@mat.ucm.es> <87k0b2tkg1.fsf@mat.ucm.es> <87zgjx4qhs.fsf@gmail.com> 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="29931"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.10; emacs 28.1 Cc: Stefan Monnier , theophilusx@gmail.com, oub@mat.ucm.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:46:21 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 1nn7eO-0007Zw-BM for ged-emacs-devel@m.gmane-mx.org; Sat, 07 May 2022 01:46:20 +0200 Original-Received: from localhost ([::1]:48180 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nn7eN-0006Bs-7m for ged-emacs-devel@m.gmane-mx.org; Fri, 06 May 2022 19:46:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59054) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nn7cW-0004Yn-0E for emacs-devel@gnu.org; Fri, 06 May 2022 19:44:24 -0400 Original-Received: from coleridge.kublai.com ([166.84.7.167]:60725 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 1nn7cU-0005Sz-MR; Fri, 06 May 2022 19:44:23 -0400 Original-Received: from ditto (unknown [IPv6:2001:470:1f07:1b9:8650:a942:ec5e:856b]) by mail.spork.org (Postfix) with ESMTPSA id 4FB055C95; Fri, 6 May 2022 19:43:28 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1651880628; bh=pCDcMzZzAqY3dmOUAS+aE0MhblNPwhJLE1liAHTjCrg=; h=References:From:To:Cc:Subject:Date:In-reply-to; b=H45F8yurgVHI57C00SmOpdRmz4lj/6vrebFPomW11uU+RNpD8LxjACYz/CSoeY+Gn KZiTjKIlia1a/DMjR1LXIOSNBHNnAY3vT5B21E+lYpv6U+vtugqmvnYu1v5rlwK4ST Z8bYX4txjiAfTsXhqfI9pUfOLNgrM+nff8PPV14A= 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:289361 Archived-At: Richard Stallman writes: > > It really (usually) means the > > authentication uses the TOTP protocol, for which there are=20 > > several Free > > Software implementations readily available. > > If someone can confirm that this method works, using no nonfree=20 > software, > that would be very helpful. I use KeePassXC to generate TOTP tokens, and it=E2=80=99s licensed under=20 the GPLv2 and v3. -bjc