> Unfortunately my Googling skills have failed me. I'm looking for
> something that will help me quickly parse through the body of a
> message received by my ActionMailer based code. Here's the issue: If
> someone sends an e-mail to an address that I am reading the body of
> the message will often contain two parts: a text version of the
> message and/or an HTML version of the message.s> 
> I know there are MIME parsing and multi-part issues here, I'm just
> looking for a super simple routine that will grab a single text based
> version of the message body so that I can store it in my DB. Any
> hints, recommendations or links I should be following?

Take a look at MMS2R. While it was written to handle MMS message, it's good at 
pulling apart any kind of email.

-- 
Starr Horne
Check out my Helpdesk RailsKit: http://railskits.com/helpdesk/



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to