From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.52.109.137 with SMTP id hs9cs61228vdb; Mon, 28 Mar 2011 06:11:47 -0700 (PDT) Received: by 10.151.117.20 with SMTP id u20mr4164681ybm.191.1301317906605; Mon, 28 Mar 2011 06:11:46 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id u2si10821902ybh.92.2011.03.28.06.11.46; Mon, 28 Mar 2011 06:11:46 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 3570D1858387 for ; Mon, 28 Mar 2011 09:11:46 -0400 (EDT) Received: from mail-ew0-f50.google.com (mail-ew0-f50.google.com [209.85.215.50]) by rubyforge.org (Postfix) with ESMTP id B6D471858374; Mon, 28 Mar 2011 08:52:55 -0400 (EDT) Received: by ewy10 with SMTP id 10so1273204ewy.23 for ; Mon, 28 Mar 2011 05:52:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:subject:to:in-reply-to :references:mime-version:content-type:content-id; bh=ec7XIr4VgjhmdJ5sjn5tROktA45o0vTwjHDcpj0W2oo=; b=o5yZFnqUg8/Gm5r0knYOqj6V3h4vv8JalHprJ0Qqx047u0ETRLOy6pDSQqgiV8A9aA HGomI9LlG4KoKrhvp9cuFgQYbApzqMCshTs+eFcC8vq4cRi8w1FVnELtFyuazI25EV2d srle5bnkRgnp7pxL50mcZr+2vjQEOkiimZBNw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:subject:to:in-reply-to:references:mime-version :content-type:content-id; b=Lz9i53MZi2yEdlERPIZJk15MhG2AlsJ+ADA77Di+fPU8mspwUheKFmFD1KcRQob2jG wrIPObr6UG5pzLuGvB+j/GrIOfk6KXbya1XqO/XftgUkpKJxsXJ+B3cJSF1aNKLlX9/r c8iMcFj0Yx89DA2ZkHJPNuQi0l+B/k/+D2Ygo= Received: by 10.213.113.207 with SMTP id b15mr1170432ebq.131.1301316774647; Mon, 28 Mar 2011 05:52:54 -0700 (PDT) Received: from localhost (sk.feydakins.org [94.23.4.142]) by mx.google.com with ESMTPS id b52sm2746805eei.15.2011.03.28.05.52.52 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Mar 2011 05:52:52 -0700 (PDT) Message-ID: <4d9084a4.cc7e0e0a.6404.ffff8fad@mx.google.com> Date: Mon, 28 Mar 2011 05:52:52 -0700 (PDT) From: Nicolas Pouillard To: William Morgan , sup-talk@rubyforge.org, sup-devel@rubyforge.org In-Reply-To: <1301257195-sup-9486@masanjin.net> References: <1301257195-sup-9486@masanjin.net> MIME-Version: 1.0 Content-ID: <23525.1301316770.1@sk.feydakins.org> Subject: Re: [sup-devel] sup v2 progress report X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org On Sun, 27 Mar 2011 20:41:59 +0000, William Morgan wrote: > Hello all, > > I'm happy to report that Sup version 2 is well underway! > > Sup version 2 features: > - a client/server model that works over HTTP, allowing > a) development of other clients, e.g. web-based and phone-based > b) simultaneous access from multiple clients > c) IMAP emulation, aka no more lock-in! > - an improved console-based client > > Heliotrope, the server component, is close to ready for a version 1 release. > You can find it at https://github.com/wmorgan/heliotrope/. > > The client, which I'm calling Turnsole, is coming along swimmingly. I hope to > release a pre-alpha some-stuff-actually-works version within the next few days. > Much of the UI code has been borrowed from Sup, but the internals are quite > different: > - it's event-based, rather than thread-based, which streamlines a lot of the > code and avoids a whole big class of bugs. > - all the index and email threading code is ripped out > - most of the email parsing code is gone > - it handles Ruby 1.9 string encoding stuff correctly, rather than having > random checks scattered around > > I think you're going to like it, since: > - the threads are pre-computed on the server side, so it's much, much faster > - you can finally view attachments locally! > > Stay tuned for more. We're still a ways off before it's a drop-in replacement, > but I'm excited about how everything is coming together. While mass importing an mbox I got this: $ ... heliotrope-add ... ; forced to decode html. running html2text on 868b mime part... end offset is 237534473 .../heliotrope/lib/heliotrope/decoder.rb:109:in `gsub': incompatible character encodings: UTF-8 and ASCII-8BIT (Encoding::CompatibilityError) from .../heliotrope/lib/heliotrope/decoder.rb:109:in `decode_rfc2047' from .../heliotrope/lib/heliotrope/message.rb:208:in `decode_header' from .../heliotrope/lib/heliotrope/message.rb:30:in `parse!' from bin/heliotrope-add:105:in `
' Best regards, -- Nicolas Pouillard http://nicolaspouillard.fr _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel