Push email to a apache/php server
问题 We've built a web service that needs to check constantly for email messages. Basically, an user sends us an email, and the server should make actions based on that email. We could use a crontab PHP script that checks for new messages every minute, with POP. But that's kind of offensive to the popserver and not very efficient (1min is too long). But, I've read about PUSH email using IMAP around mobile devices. In my case is not a mobile device but a webserver. Can I push an email to my