On Oct 24, 2009, at 9:38 PM, Mikel Lindsaar wrote:

> Some of you might know about a little gem that Minero Aoki wrote  
> called tmail.
>
> I took over maintenance of tmail in 2007 to scratch an itch... but I
> found it difficult to add new features to.
>
> So then I decided to write a mail library with the goal of providing a
> simple, Ruby DSL on making emails.  Make the simple, REALLY simple,
> and make the complex possible.  Taking a page from libmime library, I
> decided to BDD a mail library... totally from the ground up.  You can
> find an entire references library in the source code and every spec
> was written to handle a part of some RFC.
>
> Also... I built it from the ground up to work with 1.8.6, 1.8.7 and
> 1.9.1.  Mail passes all 747 examples in all three ruby's.

Wow, I find this library very exciting!  Thanks for sharing.

James Edward Gray II