From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Pierre_T=C3=A9choueyres?= Newsgroups: gmane.emacs.devel Subject: Re: Making GNUS continue to work with Gmail Date: Wed, 26 Aug 2020 22:22:05 +0200 Message-ID: <87a6yh6tua.fsf@killashandra.ballybran.fr> References: <87imdsgmlw.fsf@mat.ucm.es> <871rkfhkhc.fsf@mat.ucm.es> <875z9p5hnc.fsf@mat.ucm.es> <87364pbkn0.fsf@gnus.org> <87lfihe0zf.fsf@mat.ucm.es> <874kp55l8t.fsf@gnus.org> <87y2mdnwn2.fsf@mat.ucm.es> <87blixbh71.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35221"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Eric S Fraga Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 26 22:23:42 2020 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 1kB1xN-00094F-LG for ged-emacs-devel@m.gmane-mx.org; Wed, 26 Aug 2020 22:23:41 +0200 Original-Received: from localhost ([::1]:38658 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kB1xM-0008NU-Nt for ged-emacs-devel@m.gmane-mx.org; Wed, 26 Aug 2020 16:23:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54048) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kB1vw-00075i-Lx for emacs-devel@gnu.org; Wed, 26 Aug 2020 16:22:12 -0400 Original-Received: from smtp5-g21.free.fr ([2a01:e0c:1:1599::14]:30356) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kB1vu-0004zu-OJ for emacs-devel@gnu.org; Wed, 26 Aug 2020 16:22:12 -0400 Original-Received: from killashandra.ballybran.fr.free.fr (unknown [IPv6:2a01:e0a:1e2:f8b0:6e3d:5f8:9612:9a5e]) by smtp5-g21.free.fr (Postfix) with ESMTPS id 2982B5FF93; Wed, 26 Aug 2020 22:22:06 +0200 (CEST) In-Reply-To: <87blixbh71.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Wed, 26 Aug 2020 15:44:02 +0100") Received-SPF: none client-ip=2a01:e0c:1:1599::14; envelope-from=pierre.techoueyres@free.fr; helo=smtp5-g21.free.fr X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=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:254257 Archived-At: Le mercredi 26 ao=C3=BBt 2020 =C3=A0 15:44, Eric S Fraga a =C3=A9crit : > On Monday, 17 Aug 2020 at 17:02, Uwe Brauer wrote: >> Users of academic institutions[1] found them self from one day to the >> other, with their email accounts transferred to G-Suite (that this the >> professional Gmail service), without doing anything at all. > > Or to Microsoft's office365 which is bad in similar ways as > G-Suite. And gnus, from what I hear, is going to have the same problem > when they stop IMAP/POP access this autumn (northern hemisphere). > > I have no idea what solutions may exist or may be possible for > Office365. Hi evreryone, For what it's worth: I use Davmail (http://davmail.sourceforge.net/) which is GPL v2. TD;LR : its a sort of translator or proxy which transform Exchange server's protocols into standard ones (smtp, imap / pop, ldap, carddav). Pierre.