IMAP/PHP help
Posted by: decswxaqz
Posted on: 2005-05-24 14:01:00
I'm trying to just do some simple things with imap/pop. But found that the functions don't exist on DH's servers. I read the documentation and it needs to use the c-client library which I guess isn't installed. I don't really want to compile my own php.
Anyway a few questions.
1)Is this common on other hosts? If everything goes as planned, I intend on releasing this software I'm making. So if it's not on other hosts, I'll need to think of something else.
2) I downloaded the Squirrel email client and looked through the code. It seems to be using fsockopen and fgets... and specially created string commands.
Is there a web page with how to do this sort of thing, or a free library of functions that I could integrate with my program?