From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.52.72.138 with SMTP id d10cs586104vdv; Wed, 4 Jan 2012 15:18:01 -0800 (PST) Received: by 10.229.111.158 with SMTP id s30mr22587276qcp.13.1325719079160; Wed, 04 Jan 2012 15:17:59 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org. [205.234.109.19]) by mx.google.com with ESMTP id o4si20639315qcg.141.2012.01.04.15.17.59; Wed, 04 Jan 2012 15:17:59 -0800 (PST) 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 CE6B71D78464; Wed, 4 Jan 2012 18:17:58 -0500 (EST) X-Greylist: delayed 314 seconds by postgrey-1.31 at rubyforge.org; Wed, 04 Jan 2012 18:17:41 EST Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by rubyforge.org (Postfix) with ESMTP id 1BD101858367 for ; Wed, 4 Jan 2012 18:17:40 -0500 (EST) Received: by wibhi5 with SMTP id hi5so12902427wib.23 for ; Wed, 04 Jan 2012 15:17:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=T+3OUcbqkJdmQ/BzGGzxYN6JGZC79KAGUOtrWWa1v+M=; b=E8VCYyccQtSUWGmHyWTrnOVbOpxhdsYwBhhNKqxb6+kxixUz5F+MUw4uZlhA9PFXUP 9KCcKPIgBwEIwIm9XagEREtuhpMJ79A4pdwlnUezUuT0tpyTVckv3An/AALfFFWPSggD 7H4U+dA5+MgaW5kRc2m4Be7iFcU4ub+G5jG7Y= Received: by 10.180.80.164 with SMTP id s4mr55076781wix.7.1325718747291; Wed, 04 Jan 2012 15:12:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.97.12 with HTTP; Wed, 4 Jan 2012 15:12:06 -0800 (PST) In-Reply-To: <1325273627-sup-7605@typhon> References: <1325223938-sup-1516@tw-mbp-wmorgan.local> <1325273627-sup-7605@typhon> From: Matthieu Rakotojaona Date: Thu, 5 Jan 2012 00:12:06 +0100 Message-ID: To: Sup developer discussion Subject: Re: [sup-devel] Ruby 1.8 compatibility patches for Heliotrope and Turnsole. 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 Okay, for the IMAP interface (called imaptrope) to work, I implemented some changes in heliotrope. They are available in https://github.com/rakoo/heliotrope as 2 branches : * master comes directly from yours, as of today; * imaptrope-compliance, which adds some methods; * mail_gem, which replaces rmail with mail from https://github.com/mikel/mail. The former isn't maintained anymore while the latter is, which seems better to me. You can then try imaptrope in https://github.com/rakoo/imaptrope. There you will have 2 branches : * master is ... master * UIDPLUS aims to follow the IMAP RFC (www.cs.brown.edu/courses/cs161/asgn/rfc3501.html) If you want something safe, use the 'safe' tag: It is read-only. UIDPLUS is here to help OfflineIMAP sync imap servers. Problem is, OfflineIMAP is still under development for IMAP-IMAP sync. I will try to use imapsync, which looks more bullet-proof. Adding messages to heliotrope via IMAP still is buggy, mainly because of encoding errors. Any bug report is appreciated, of course. Happy new year ! -- Matthieu RAKOTOJAONA _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel