From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10052 invoked from network); 8 Jan 2024 21:28:43 -0000 Received: from hurricane.the-brannons.com (HELO blvuug.org) (2602:ff06:725:1:20::25) by inbox.vuxu.org with ESMTPUTF8; 8 Jan 2024 21:28:43 -0000 Received: from hurricane (localhost.localdomain [127.0.0.1]) by blvuug.org (OpenSMTPD) with ESMTP id d044f52e for ; Mon, 8 Jan 2024 21:28:38 +0000 (UTC) Received: from resdmta-a1p-077303.sys.comcast.net (resdmta-a1p-077303.sys.comcast.net [2001:558:fd01:2bb4::d]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTPS id 957c9566 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Mon, 8 Jan 2024 21:28:35 +0000 (UTC) Received: from resomta-a1p-077058.sys.comcast.net ([96.103.145.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 256/256 bits) (Client did not present a certificate) by resdmta-a1p-077303.sys.comcast.net with ESMTP id Morur88alVyWIMxAersRYx; Mon, 08 Jan 2024 21:28:32 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1704749312; bh=JmaJe570qfC7trufFNoaREQ2i0ftUWDPs83Urp4ACMU=; h=Received:Received:To:From:Reply-To:Subject:Date:Message-ID: MIME-Version:Content-Type:Xfinity-Spam-Result; b=6eJYR+QWo7m8d0EinX00faRJmWcXO5P/9EB+WYEGdmXMpZV6rsD02n2xobJJ+bcfF 5mRd67JT+ts0+DyRK/R3/uN8Oct05ylyYeYl3T2FBfyWkK5tMD6eRT90M1Fu41Q8/S +hhEE08i04BEYZkXVsX6iEdc/hsWvGVrBInp+oRK5yA7f28NH681LM7By88jGdRPW2 4wTWlBpqerFnbSkGgt04wxx3UozPgnR4lECoLe0HeTmeASFHNgNdo78knLHcwq8H+W ea1KxaSLPUQw8eGUnKsH3dx7MrqpmOMyKKFtrPnCcTN8ftzcKSNzDsYtjXY+axRPFw FZZK66JaAueUg== Received: from unknown ([IPv6:2601:408:c580:7bd0::5277]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 256/256 bits) (Client did not present a certificate) by resomta-a1p-077058.sys.comcast.net with ESMTPSA id MxAcrkQ16n4x2MxAdrZYBQ; Mon, 08 Jan 2024 21:28:32 +0000 To: edbrowse-dev@edbrowse.org From: Karl Dahlke Reply-To: Karl Dahlke User-Agent: edbrowse/3.8.8+ Subject: seamless Date: Mon, 08 Jan 2024 16:28:30 -0500 Message-ID: <20240008162830.eklhad@comcast.net> X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List MIME-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=no Content-Transfer-Encoding: 7bit Watching my wife on her phone, she calls up an email, reads it, thinks the link is interesting, goes to it, all seamless. edbrowse isn't like that. We save the mail unformatted, quit, call up regular edbrowse, read the email, browse the email, go to the hyperlink, etc. There may be times we wish we were more seamless, especially when writing scripts. Do it all in one edbrowse session. But as I play with it a little, I still think what we have today is faster for most things, check email, throw away spam, save important mails, etc. So for now it's just playing and honestly it hasn't been much code, or I wouldn't be doing it. In the latest, make an empty buffer, then type something like "imap 1" If block 1 is your imap descriptor. The folders will be in your buffer, with message counts. You can't do anything with them yet, the idea would be to type g and then get a list of envelopes, sort of like directory mode. On an envelope type g to read or manage the email. ^ to get back. You get the idea. Comments. Karl Dahlke