Yup! It's an interesting task. Yea, I won't mind having it done via POP3, but for some security matters, our hosting folks won't create POP3.
However, we can do forwarding, which gives me an idea. The emails could be forwarded to a free POP3 account and the cron script can check the POP3 email for new emails and parse it accordingly.
Still it's limiting because we have over 1,000 users for the portal and need to provide a unique service for each in which a seperate account is given to each of them.
There is something call aliases on *NIX systems, but requires users generated. I want to know if there is a particular application that can intercept the emails to a domain and pipe them into another script for parsing into a database.