Parsing through email in Ruby using Action Mailer

Posted by Shreyas Satish on Stack Overflow See other posts from Stack Overflow or by Shreyas Satish
Published on 2010-04-21T11:01:11Z Indexed on 2010/04/21 11:03 UTC
Read the original article Hit count: 324

Filed under:
|
|
|
|

I retrieve mail using net/pop , but I also need to parse through the email to obtain subject,from address and email body. Any ideas with Action Mailer? I'm supposed to use 3rd party gems.(No,not even Tmail)

Cheers!

© Stack Overflow or respective owner

Related posts about email

Related posts about ruby