views:

93

answers:

1

I need some way of connecting to a pop mailbox (this is read-only - I'm not sending out any emails) and then parsing the messages in the mailbox.

Is there a plugin or library for this in Rails?

+1  A: 

I believe you can do that with Net::POP3.

moshen