From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.142.44.14 with SMTP id r14cs5402wfr; Mon, 15 Aug 2011 14:43:33 -0700 (PDT) Received: by 10.52.33.36 with SMTP id o4mr4065551vdi.324.1313444612352; Mon, 15 Aug 2011 14:43:32 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id o5si3927085vcq.172.2011.08.15.14.43.32; Mon, 15 Aug 2011 14:43:32 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-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-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-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 C7CF5185837E; Mon, 15 Aug 2011 17:43:31 -0400 (EDT) Received: from mail-fx0-f50.google.com (mail-fx0-f50.google.com [209.85.161.50]) by rubyforge.org (Postfix) with ESMTP id E2596185837A for ; Mon, 15 Aug 2011 17:19:32 -0400 (EDT) Received: by fxh2 with SMTP id 2so4664333fxh.23 for ; Mon, 15 Aug 2011 14:19:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=oXrVxqwmjBDQ19SPbf10r6Gqp7u4CFV6fs4ZDmV+8pI=; b=d99kodGJgEE80cI+HOinvlp/VQHfqVbPJH5irra4up5Jv8XVPbejZpeKxTuLqLRwo1 NIS3YlmXiLvZ/tJdNfauiQtSPOkqek23E/iinpMjCJinjmXFh7X6nm80wxQhKEK1+w0I IV5c7Thpjbq/7LWVjGhsH5X0kiFIGUN/5r16A= Received: by 10.223.62.145 with SMTP id x17mr6133954fah.21.1313443172148; Mon, 15 Aug 2011 14:19:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.96.15 with HTTP; Mon, 15 Aug 2011 14:19:12 -0700 (PDT) From: Matthieu Rakotojaona Date: Mon, 15 Aug 2011 23:19:12 +0200 Message-ID: To: sup-talk Subject: [sup-talk] A little bit of heliotrope hacking X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Hello everyone, I was playing with the lib/heliotrop-client to try and get some messages from the heliotrope server. I think there is a mistake in this file : one would need require 'set' to have it work. Turnsole includes it by default. I was also thinking about trying to run a mailserver with heliotrope as the mailstore. But I have only a few knowledge in this field. If I understand well, I would need to install an MTA, and run something like "cat message | ruby -I lib bin/heliotrope-add ", as explained in the README, to deliver my mails to my mailbox. Is that right ? Speaking of MTAs, which one would you recommand for a beginner like me ? I can get my hands dirty, but I don't have much time. Postfix and Exim seem like the most common, the former may be a good start. I will try to get together some information about the JSON API (nothing too fancy) Bye ! -- Matthieu RAKOTOJAONA _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk