From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.142.217.10 with SMTP id p10csp8207wfg; Fri, 23 Mar 2012 12:23:44 -0700 (PDT) Received: by 10.50.76.130 with SMTP id k2mr3544285igw.22.1332530623560; Fri, 23 Mar 2012 12:23:43 -0700 (PDT) Return-Path: Received: from rubyforge.org (50-56-192-79.static.cloud-ips.com. [50.56.192.79]) by mx.google.com with ESMTP id h4si5963120igz.16.2012.03.23.12.23.43; Fri, 23 Mar 2012 12:23:43 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) client-ip=50.56.192.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 0F70B263044; Fri, 23 Mar 2012 19:23:43 +0000 (UTC) Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by rubyforge.org (Postfix) with ESMTP id B2F6C263033 for ; Fri, 23 Mar 2012 19:18:20 +0000 (UTC) Received: by wera13 with SMTP id a13so3559932wer.23 for ; Fri, 23 Mar 2012 12:18:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=4CC1tqmFhX7AWeZ3zRsTjOWTUDnUzSmxto29QoFIefo=; b=zZKigCAMBM9xlNUfyr+xrsd08TwzIj3yXopzn3ulW/sg+Q1OpnLlf/Vqxuk865SMz4 heEdSfbEeijwlJuOCQ8Ype+NUyHdzFsM11PN8kwH3of9A1fcLT14t8BVa1pJcQ7FVP+d GitBA2plC33A9rs1MqLVLAGF1ahezjdCXR+Yoj7FU6/fmuQODiNE8vYsITHbIhBliydj OG7QC4v06DzZIy8kBrr6y0U3dDcDn+5NEOTL5loPGajLvmrARIP1w7bd8h6mG7Jmtkvr j0MG0I3YFibO5P+NroUGWYe7NQHaY1Yoe/Zz6+RtIZ3LsuuZfuznEekONp0pyPDB4o1q mL/g== Received: by 10.180.102.129 with SMTP id fo1mr8884114wib.6.1332530299728; Fri, 23 Mar 2012 12:18:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.96.70 with HTTP; Fri, 23 Mar 2012 12:17:59 -0700 (PDT) In-Reply-To: <1331576353-sup-6200@stapelberg.de> References: <1331576353-sup-6200@stapelberg.de> From: Matthieu Rakotojaona Date: Fri, 23 Mar 2012 20:17:59 +0100 Message-ID: To: Sup developer discussion Subject: Re: [sup-devel] [Heliotrope/Turnsole] RMail's parsing leads to SystemStackError 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 Mon, Mar 12, 2012 at 7:24 PM, Michael Stapelberg wrote: > As far as I understand, RMail is unmaintained. > And we wanted to switch away from it. Should we monkey-patch? > > Best regards, > Michael A little old, but I started moving message.rb from RMail to Mail gem (https://github.com/mikel/mail). My tree is at https://github.com/rakoo/heliotrope/tree/mail_gem Unfortunately I don't have a lot of messages to test all the features, especially MIME-related ones. I'd also love to have a test suite, so maybe it could be time to gather some example messages with tricky traps ? -- Matthieu RAKOTOJAONA _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel