i guess it wont exist but if you have basic php skills it should be easy to write.
with your php script:

... use pop or imap functions to check a mailbox you define
... on new mail get the message body, parse it accordingly
... create new page.

run this script from cron say every 10 minutes and you're done.