I'm looking for a robust module that will monitor an email account (ideally POP) and load each new email into a database (or cloud-based storage solution) as it arrives. This can either be an 开发者_如何学编程open source module, a commercial module or even SaaS. Ideally, would be easy to use from .NET.
Simply put, trying to avoid re-inventing the wheel.
Do you know of any such modules or services? Did you have a positive experience with them?
I've used Email2DB with some success.
http://www.email2db.com/
You can set up your own parsing rules for incoming e-mails and place data wherever you see fit as a result.
How about OpenPop.net? That won't automatically save it to a db, but you should be able to consume it from the POP3Client object.
精彩评论