From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 863521F5AE; Tue, 16 Jun 2020 07:08:32 +0000 (UTC) Date: Tue, 16 Jun 2020 07:08:32 +0000 From: Eric Wong To: Denton Liu Cc: git@vger.kernel.org, meta@public-inbox.org Subject: Re: CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7 Message-ID: <20200616070832.GA13965@dcvr> References: <20200610184147.GA1887@dcvr> <20200610233127.GA51956@generichostname> <20200611003036.GA5446@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200611003036.GA5446@dcvr> List-Id: Eric Wong wrote: > Denton Liu wrote: > > Exciting news! Since I'm not actually subscribed to the mailing list, > > public-inbox has been integral in my workflow by letting me reply to > > messages that I'm not CC'd on. The IMAP gateway is a great development. > > > > I fetched your message via IMAP just now ;) > > Hi Denton, great to know you appreciate it :) > > It's still in the early stages and there still seems to be a > problem where it still interacts badly with mutt's header cache. > Maybe checking over the old HTTPS/NNTPS endpoints once in a > while if things appear too quiet is a good idea while I shake > out some bugs. > > I'm dreading the cost of ~100K RAM/storage overhead per-client > connection to support sequence numbers properly... OK, that ought to be fixed and I found what seems to be an acceptable solution w.r.t. server-side overhead: https://public-inbox.org/meta/20200612234924.GA31809@dcvr/ I've also just deployed a recursive descent parser for which is hopefully compliant with the way IMAP search queries are parsed: https://public-inbox.org/meta/20200616050540.13357-3-e@yhbt.net/ One of the annoyances of read-only IMAP is MUAs (unlike newsreaders) lack the ability to store status flags for new/unread messages. I've got some ideas to deal with that on the client-side...