Author |
|
ChroniX Newbie
Joined: 20 September 2006
Online Status: Offline Posts: 2
|
Posted: 20 September 2006 at 11:40am | IP Logged
|
|
|
Can anyone tell me how to install IMAP?
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 20 September 2006 at 11:48am | IP Logged
|
|
|
We would be happy to help you if you describe the issue in more detail.
If you mean installation php-imap extension, you can find a lot of useful information at the following topic on our forum:
Imap
Best regards,
Andrew
|
Back to Top |
|
|
ChroniX Newbie
Joined: 20 September 2006
Online Status: Offline Posts: 2
|
Posted: 20 September 2006 at 11:54am | IP Logged
|
|
|
Andrew wrote:
We would be happy to help you if you describe the issue in more detail.
If you mean installation php-imap extension, you can find a lot of useful information at the following topic on our forum:
Imap
Best regards,
Andrew
|
|
|
I added MailBee to my site and went to the index page but got the message "The IMAP module does not seem to be installed on this PHP setup, please see WebmailPHP documentation."
I have no idea how to go about installing it. I looked at http://uk2.php.net/imap but that just got confusing.
I use Abyss Web Server if that might be a problem.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 21 September 2006 at 3:40am | IP Logged
|
|
|
You should install php-imap extension. If your server is Windows based, you should do the following:
Sara wrote:
Remove the ';' from the line ";extension=php_imap.dll" from php.ini and be sure that your php.ini configuration file keeps reference to your PHP's ext or extensions folder, mean php.ini keeps the full path to your extensions folders like this,
extension_dir = c:\php\ext (or extensions) OR
extension_dir = c:\php\ext\
|
|
|
You can learn how to check whether php-imap extension is installed or not at the following topic on our forum:
Imap
Best regards,
Andrew
|
Back to Top |
|
|