Hi,

I've used TMail in the past, mainly in conjunction with ActionMailer.

I now need email parsing outside of rails and don't really need
ActionMailer.  I know there have been changes to the TMail source that
is included in ActionMailer.  I don't think that these changes have
been fed back into standard TMail itself.  If I wanted to use the
latest TMail outside of rails, should I just include ActionMailer gem
and use TMail from there or use the standalone version from
i.loveruby.net?

Alternatively, I know there are a few other mail parsing libs for Ruby.
 Can anyone suggest a good alternative?

Thanks in advance,

Chris