From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Roland Winkler Newsgroups: gmane.emacs.devel Subject: Re: oauth2 support for Emacs email clients Date: Tue, 03 Aug 2021 14:45:46 -0500 Message-ID: <87r1fa1fdh.fsf@gnu.org> References: <52589.36892.953561.24840@gargle.gargle.HOWL> <871r7aubp5.fsf@ucl.ac.uk> <87lf5ircmd.fsf@gmail.com> <874kc6sh6j.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30315"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:ZcEbhoO9zgQN/V1pEytJYmfCWBc= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 03 21:50:52 2021 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 1mB0RA-0007kd-6G for ged-emacs-devel@m.gmane-mx.org; Tue, 03 Aug 2021 21:50:52 +0200 Original-Received: from localhost ([::1]:52810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mB0R9-0000Z6-87 for ged-emacs-devel@m.gmane-mx.org; Tue, 03 Aug 2021 15:50:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52572) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mB0QP-000841-Uk for emacs-devel@gnu.org; Tue, 03 Aug 2021 15:50:08 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]:48756) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mB0QO-0004vT-FV for emacs-devel@gnu.org; Tue, 03 Aug 2021 15:50:05 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1mB0QM-0006rQ-BM for emacs-devel@gnu.org; Tue, 03 Aug 2021 21:50:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.248, NICE_REPLY_C=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:271995 Archived-At: On Tue, Aug 03 2021, Eric S Fraga wrote: > On Tuesday, 3 Aug 2021 at 21:17, Tim Cross wrote: >> Eric, what do you do for sending mail? As I understand it, oauth2 will >> be required for authentication for smtp as well. While I know davmail >> will get the messages, does it also send/relay them to the gmail smtp >> server? > > I have avoided worrying about this aspect as, at least in our > institution, SMTP does not yet require oauth2. When this changes, I > will start panicking... Am I missing something about davmail? My debian 10 came with davmail 5.1. For sending mail this seems to take care of oauth2 which, I believe, is required by my institution. (But I am still learning things. Maybe I am overlooking something...)