From: Nicolas Pouillard Date: Sat, 16 Feb 2013 19:59:46 +0000 (+0100) Subject: Re: notmuch webmails X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d27cea45ae61791fdad0fcc1dfd3f64da74f9cae;p=notmuch-archives.git Re: notmuch webmails --- diff --git a/f5/af3f81bf4a5e941e2414e10485cd18894dfdbb b/f5/af3f81bf4a5e941e2414e10485cd18894dfdbb new file mode 100644 index 000000000..16e7756c6 --- /dev/null +++ b/f5/af3f81bf4a5e941e2414e10485cd18894dfdbb @@ -0,0 +1,98 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 61B82431FB6 + for ; Sat, 16 Feb 2013 12:03:17 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.001 +X-Spam-Level: +X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_NONE=-0.0001, UNPARSEABLE_RELAY=0.001] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id rH2W00vaDg1D for ; + Sat, 16 Feb 2013 12:03:13 -0800 (PST) +X-Greylist: delayed 402 seconds by postgrey-1.32 at olra; + Sat, 16 Feb 2013 12:03:13 PST +Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id CA22E431FAF + for ; Sat, 16 Feb 2013 12:03:13 -0800 (PST) +Received: from fruiteater.riseup.net (fruiteater-pn.riseup.net [10.0.1.74]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (Client CN "*.riseup.net", + Issuer "Gandi Standard SSL CA" (not verified)) + by mx1.riseup.net (Postfix) with ESMTPS id 6970245E3A; + Sat, 16 Feb 2013 11:56:29 -0800 (PST) +Received: from [127.0.0.1] (localhost [127.0.0.1]) + (Authenticated sender: nicolaspouillard@fruiteater.riseup.net) + with ESMTPSA id B939A8F5 +Content-Type: text/plain; charset="utf-8" +MIME-Version: 1.0 +Content-Transfer-Encoding: quoted-printable +To: John Lenz , + =?utf-8?q?Nicol=C3=A1s_Reynolds?= , + +Message-ID: <20130216195946.21525.5975@mail-np.tu.ail> +From: Nicolas Pouillard +In-Reply-To: +References: <20130214204917.12166.59790@hermes> + <87d2w2ml8n.fsf@endefensadelsl.org> +Subject: Re: notmuch webmails +User-Agent: alot/0.3.3+ +Date: Sat, 16 Feb 2013 20:59:46 +0100 +X-Virus-Scanned: clamav-milter 0.97.6 at mx1 +X-Virus-Status: Clean +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 16 Feb 2013 20:03:17 -0000 + +Quoting John Lenz (2013-02-16 19:07:47) +> On 2013-02-15 01:14:32 UTC, Nicol=EF=BF=BD=EF=BF=BDs Reynolds wrote: = + +> > Ruben Pollan writes: +> > = + +> > > As a way to learn javascript I'm experimenting with the idea of a +> > > notmuch based webmail. You can see the dummy demo I did at: +> > > https://gitorious.org/notwebmail It's far from a proper webmail, you +> > > can only search and see your email but not write or modify tags. +> > > +> > > Yesterday on the irc Beamer told me someone was also working on a +> > > webmail. Is someone in the list hacking on that? +> > = + +> > hey, i started something on django a while ago and got it to your +> > current status but i lost my interest in python :P +> > = + +> > https://github.com/fauno/notmuchwebmail +> = + +> Hi, I am working on one as well, but am further along. I am starting to = +use it as my main interface. I have table view of messages, a pager view, = +tagging and retagging, compose, compose with attachments, etc. Combined wi= +th the "Its All Text" firefox plugin, it works pretty well. I was planning= + on announcing in a week or so, but here is the code since this thread show= +ed up. I will work on some instructions on how to set it up soon, plus a l= +ittle cleanup. +> = + +> https://bitbucket.org/wuzzeb/notmuch-web/src + +Wow in Haskell! I'm looking forward to try/use it.