From 8fc8e58ac0a27e1b5bd09b134d18b5508fc8fa1c Mon Sep 17 00:00:00 2001 From: John Lenz Date: Sun, 17 Feb 2013 12:07:47 +1800 Subject: [PATCH] Re: notmuch webmails --- 61/5d6db0c2e0c1f4781026cee8033c2675dcd148 | 95 +++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 61/5d6db0c2e0c1f4781026cee8033c2675dcd148 diff --git a/61/5d6db0c2e0c1f4781026cee8033c2675dcd148 b/61/5d6db0c2e0c1f4781026cee8033c2675dcd148 new file mode 100644 index 000000000..31eb33fbe --- /dev/null +++ b/61/5d6db0c2e0c1f4781026cee8033c2675dcd148 @@ -0,0 +1,95 @@ +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 33A9B431FAF + for ; Sat, 16 Feb 2013 10:15:25 -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=[MIME_QP_LONG_LINE=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 OY0wp6x6loCU for ; + Sat, 16 Feb 2013 10:15:21 -0800 (PST) +X-Greylist: delayed 451 seconds by postgrey-1.32 at olra; + Sat, 16 Feb 2013 10:15:20 PST +Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) + by olra.theworths.org (Postfix) with ESMTP id 58381431FBC + for ; Sat, 16 Feb 2013 10:15:20 -0800 (PST) +X_CMAE_Category: 0,0 Undefined,Undefined +X-CNFS-Analysis: v=2.0 cv=YKIdOG6x c=1 sm=0 a=C2bPeGdon5f+QfTtoGFpIg==:17 + a=97V-WqMTq8EA:10 a=3wHbS4G-AAAA:8 a=dSxMaU7jJ00A:10 + a=ZQKtahh3AAAA:8 a=Zo86z88UAAAA:8 a=lRxpQPx1AAAA:8 + a=NEAV23lmAAAA:8 a=xtERp6CFAAAA:8 a=znSchGkC0Ehs3x7mqawA:9 + a=WfHlbGZady0A:10 a=C2bPeGdon5f+QfTtoGFpIg==:117 +X-CM-Score: 0 +X-Scanned-by: Cloudmark Authority Engine +Authentication-Results: smtp01.rcn.cmh.synacor.com + header.from=wuzzeb@wuzzeb.org; sender-id=pass +Authentication-Results: smtp01.rcn.cmh.synacor.com + smtp.mail=wuzzeb@wuzzeb.org; spf=pass; sender-id=pass +Received-SPF: pass (smtp01.rcn.cmh.synacor.com: domain wuzzeb.org designates + 205.178.10.182 as permitted sender) +Received: from [205.178.10.182] ([205.178.10.182:53874] helo=wuzzeb.org) + by smtp.rcn.com (envelope-from ) + (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP + id 73/38-28101-3FACF115; Sat, 16 Feb 2013 13:07:48 -0500 +Received: from wuzzeb by wuzzeb.org with local (Exim 4.80.1) + (envelope-from ) + id 1U6mAt-0003xW-5T; Sat, 16 Feb 2013 12:07:47 -0600 +From: =?utf-8?Q?John_Lenz?= +To: =?utf-8?Q?Nicol=C3=A1s_Reynolds?= , + +Subject: Re: notmuch webmails +In-reply-to: <87d2w2ml8n.fsf@endefensadelsl.org> +References: <20130214204917.12166.59790@hermes> + <87d2w2ml8n.fsf@endefensadelsl.org> +MIME-Version: 1.0 +Content-Type: text/plain +Content-Transfer-Encoding: quoted-printable +Message-Id: +Sender: +Date: Sat, 16 Feb 2013 12:07:47 -0600 +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 18:15:25 -0000 + +On 2013-02-15 01:14:32 UTC, Nicol=C3=A1s Reynolds wrote:=20= + +> 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=20= +it as my main interface. I have table view of messages, a pager view, tagging=20= +and retagging, compose, compose with attachments, etc. Combined with the "Its=20= +All Text" firefox plugin, it works pretty well. I was planning on announcing=20= +in a week or so, but here is the code since this thread showed up. I will work= + on some instructions on how to set it up soon, plus a little cleanup. + +https://bitbucket.org/wuzzeb/notmuch-web/src + -- 2.26.2