carson welsh
carson welsh

Reputation: 1688

How can I connect to a pop mailbox and use Rails to process the messages?

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

Answers (1)

moshen
moshen

Reputation: 1124

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

Upvotes: 1

Related Questions