redletterrocko
Programmer
Hi everyone, I'm new here, and just had a question. I've been working on a moblog software that is simple, yet robust. I'm pretty proud of it. I got it working on my home Apache server, but when I get it out into my web-server's environment, imap_open does not work. After further inspection, I realize that Apache apparently was not compiled with --with-imap in it, meaning that I can't use imap_open to open the emails with the moblog content in it. My provider won't compile it in, because they say it's a security risk... Can anyone suggest an option around this, maybe a third party script that does all of the imap_open functions. All I really need it for is to open an email, parse the email, grab the picture attachment. That's it.