IMAP to MySQL

marathoner

Is anyone aware of an open source solution that can read IMAP and post data to MySQL? I know that there are some very specific WB solutions (such as post News via email) but I'm looking for a broader solution that will allow me to define the nature of the email to read (such email address or email subject), define how to parse the body of the message, and then define which MySQL table and fields to post the information to.

This seems like it would have a wide range of uses and allow virtually any aspect of WB updates to occur via email if properly implemented.