No IMAP support for PHP ???!

No IMAP support for PHP ???!

Posted by: calande
Posted on: 2007-06-19 18:59:00

I just found out that PHP doesn't have support for IMAP. So, no custom webmail. I'm actually developing my own webmail application and hosting on Dreamhost without this extension is pretty pointless... I'll have to redirect to another server I guess :(

Re: No IMAP support for PHP ???!

Posted by: rlparker
Posted on: 2007-06-19 20:07:00

In reply to:

I just found out that PHP doesn't have support for IMAP. So, no custom webmail. ... I'll have to redirect to another server I guess :(


Well, you *can* deal with that situation in at least of couple of *other* ways:

1)Some custom webmail works fine (uses POP3 and/or perl).

2) The fact that you can compile and use your own version of PHP, and include IMAP support if you want, is *another* option. wink

--rlparker

Re: No IMAP support for PHP ???!

Posted by: calande
Posted on: 2007-06-20 02:53:00

Thanks for the reply. The problem is that I'm developing my application in PHP and I'using imap_open() to get connected (only way that I know), and I'm getting this error message:

Fatal error: Call to undefined function imap_open() in /home/.bob/jack/webmail.com/imap.php on line 10

Do you have more info on how to compile and use my own version of PHP with no root access please?

Re: No IMAP support for PHP ???!

Posted by: rlparker
Posted on: 2007-06-20 03:41:00

In reply to:

Do you have more info on how to compile and use my own version of PHP with no root access please?


Sure! There is a very good Dreamhost wiki article on installing PHP5, which also contains a link to a similar page for PHP4, and that's where you should start.

Note that root access is *not* required. wink

--rlparker

Re: No IMAP support for PHP ???!

Posted by: calande
Posted on: 2007-06-20 09:45:00

Thanks! I guess it's too complicated to me :(

Tags: imap supportdreamhostguess