[Rails] Re: Extracting just the text of an ActionMailer receive e-mail

2009-03-19 Thread David
I ended up using the MMS2R library and it was quite simple and did exactly what I needed. MMS2R is here: http://rubyforge.org/projects/mms2r/ I installed it using the gem command: sudo gem install mms2r Added this to the top of my ActionMailer file: require 'mms2r' Then all I needed to

[Rails] Re: Extracting just the text of an ActionMailer receive e-mail

2009-03-19 Thread David
Philip & Starr, thanks for the suggestions. I appreciate the response. --~--~-~--~~~---~--~~ 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.c

[Rails] Re: Extracting just the text of an ActionMailer receive e-mail

2009-03-19 Thread Starr Horne
> 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

[Rails] Re: Extracting just the text of an ActionMailer receive e-mail

2009-03-18 Thread Philip Hallstrom
> 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