From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.155.88 with SMTP id r24cs272673bkw; Wed, 4 Aug 2010 13:15:07 -0700 (PDT) Received: by 10.220.124.21 with SMTP id s21mr6539329vcr.225.1280952905841; Wed, 04 Aug 2010 13:15:05 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id f1si8476382vch.57.2010.08.04.13.15.05; Wed, 04 Aug 2010 13:15:05 -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 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 2500C19782F8; Wed, 4 Aug 2010 16:15:05 -0400 (EDT) X-Greylist: delayed 616 seconds by postgrey-1.31 at rubyforge.org; Wed, 04 Aug 2010 16:12:04 EDT Received: from mail.cnsp.com (mail.cnsp.com [208.3.80.17]) by rubyforge.org (Postfix) with ESMTP id 874FF185836F for ; Wed, 4 Aug 2010 16:12:04 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.cnsp.com (Postfix) with ESMTP id EB93DD45B5B3 for ; Wed, 4 Aug 2010 14:01:43 -0600 (MDT) X-Virus-Scanned: Debian amavisd-new at cnsp.biz Received: from mail.cnsp.com ([127.0.0.1]) by localhost (mail.cnsp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zgKlZPGZK3iW for ; Wed, 4 Aug 2010 14:01:43 -0600 (MDT) Received: from home.mrtheplague.net (97-126-49-51.tukw.qwest.net [97.126.49.51]) by mail.cnsp.com (Postfix) with SMTP id 9D26BD45B5AD for ; Wed, 4 Aug 2010 14:01:43 -0600 (MDT) Received: by home.mrtheplague.net (Postfix, from userid 1000) id DFEEE80DCAAF; Wed, 4 Aug 2010 13:01:40 -0700 (PDT) From: Anthony Martinez X-modeline: vim:tw=80:ft=mail:fo=tcql To: sup-talk In-reply-to: <1280949385.17490.59.camel@raker.ateb.com> References: <1280540740-sup-9428@pinkfloyd.chass.utoronto.ca> <1280945894-sup-1123@masanjin.net> <1280949075.17490.58.camel@raker.ateb.com> <1280949385.17490.59.camel@raker.ateb.com> Date: Wed, 04 Aug 2010 13:01:40 -0700 Message-Id: <1280951887-sup-1243@home.mrtheplague.net> User-Agent: Sup/git Subject: Re: [sup-talk] new mail library 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Reid Thompson's message of Wed Aug 04 12:16:25 -0700 2010: > On Wed, 2010-08-04 at 15:11 -0400, Reid Thompson wrote: > > On Wed, 2010-08-04 at 14:20 -0400, William Morgan wrote: > > > Reformatted excerpts from Ben Walton's message of 2010-07-30: > > > > I just found this (seemingly) awesome new mail handling library. I > > > > know that rmail has lots of flaws and there has been previously > > > > expressed sentiment that something better might be nice. > > > > > > If it's maintained in the least then it's probaby better than rmail, but > > > if Sup started require activesupport I would jump off a bridge. > > > > not listed in the dependencies.txt > > http://github.com/mikel/mail/blob/master/Dependencies.txt > > but it is listed in the gemspec > s.add_dependency('activesupport', ">= 2.3.6") > Neither of those even resemble a reliable method of checking whether or not the thing actually uses activesupport. :P $ pwd /home/pi/mail $ egrep -ir require.\*active . ./lib/mail.rb: require 'active_support' ./lib/mail.rb: require 'active_support/core_ext/hash/indifferent_access' ./lib/mail.rb: require 'active_support/core_ext/object/blank' ./lib/mail.rb: require 'active_support/core_ext/string' There you have it. -- Several recent languages have adopted an Intercal-like, asynchronous, computed COME-FROM concept. Only they refer to it with funny terms like "exception handling". -- Hans Mulder _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk