redletterrocko
Programmer
Well, I've been working on a simple moblog software, and I'm pretty proud of what it's become. I've set it up so that a php script goes out at a set interval and looks for new mail from my cell phone (only mine for security purposes...) and parses the email into an xml file using a custom template that any user can edit and put their {VARIABLES} in the their desired places. Then it can be seen by the world. I tested everything, and it works fine locally. However, my webserver @ eventuallyanyway.com didn't compile --with-imap and they don't want to (apparently for security reasons...stupid...) so I get the unknown function imap_open error. Does anyone know of a third party script that I could also implement that would do the same thing as imap_open without the --with-imap apache option compiled? If I have to change syntax, I don't mind that. I just want to get this to work.