Reputation: 1688
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?
Upvotes: 1
Views: 175
Reputation: 1124
I believe you can do that with Net::POP3.