From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2mEYEjhx7F7jXAAA0tVLHw (envelope-from ) for ; Fri, 19 Jun 2020 08:03:04 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 8A6jDThx7F5jAQAAB5/wlQ (envelope-from ) for ; Fri, 19 Jun 2020 08:03:04 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A4C9294051B for ; Fri, 19 Jun 2020 08:03:03 +0000 (UTC) Received: from localhost ([::1]:33176 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jmBzK-0003Oa-3N for larch@yhetil.org; Fri, 19 Jun 2020 04:03:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47306) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmByo-0003NI-TY for emacs-orgmode@gnu.org; Fri, 19 Jun 2020 04:02:30 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:37350) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmByn-0007mL-98 for emacs-orgmode@gnu.org; Fri, 19 Jun 2020 04:02:30 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D25691F5AE; Fri, 19 Jun 2020 08:02:26 +0000 (UTC) Date: Fri, 19 Jun 2020 08:02:26 +0000 From: Eric Wong To: Kyle Meyer Subject: Re: New mailing list archive at https://orgmode/list/ Message-ID: <20200619080226.GA23830@dcvr> References: <87mu5hqzur.fsf@ericabrahamsen.net> <87h7vmw7zp.fsf@kyleam.com> <87pnaamarm.fsf@ericabrahamsen.net> <20200608045506.GB20150@dcvr> <87bllol125.fsf@ericabrahamsen.net> <87r1uikw7z.fsf@kyleam.com> <87a71072hc.fsf@ericabrahamsen.net> <875zbo7103.fsf@kyleam.com> <87ftas5m3l.fsf@ericabrahamsen.net> <87lfkjvjvr.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87lfkjvjvr.fsf@kyleam.com> Received-SPF: pass client-ip=64.71.152.64; envelope-from=e@yhbt.net; helo=dcvr.yhbt.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/19 04:02:27 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Eric Abrahamsen , emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: yZIs8yFG2mL/ Kyle Meyer wrote: > Eric Abrahamsen writes: > > > Hey, that works great! It's a bit weird that it still asks for a > > username and password, I wonder if there's any way to skip that. I've > > never dealt with anonymous IMAP before -- is there anything in the > > connection process that explicitly tells us "you don't need to log on"? > > The server advertises AUTH=ANONYMOUS as a capability [*], so Gnus could > detect that and send "AUTHENTICATE ANONYMOUS", I _think_. Fwiw, mutt detects AUTH=ANONYMOUS and uses it automatically, so I think it's reasonable for Gnus and others do the same. > [*] https://public-inbox.org/meta/20200610070519.18252-1-e@yhbt.net/