In CentOS:
yum install php-imap
Works like a charm!
Installation/Configuration
Sommaire
Installation/Configuration
LZZ
08-Dec-2008 07:11
08-Dec-2008 07:11
On Gentoo:
edit /etc/make.conf and include imap to the USE flags,
then run
emerge php
AlexJ
18-Nov-2008 10:15
18-Nov-2008 10:15
FreeBSD:
Install c-client only to support IMAP-SSL
cd /usr/ports/mail/cclient/ && make install clean
clay at scvalleypopcorn dot com
02-Aug-2008 09:38
02-Aug-2008 09:38
apt-get install php5-imap
Works well also.... Enjoy
Josecito
28-May-2008 04:21
28-May-2008 04:21
To install the IMAP module on Red Hat Linux Enterprise 4 (RHEL4):
- Open a terminal window
- If you're not root, become root with su
- type:
RPM -i php-imap
(RPM will download, install and resolve dependencies)
- restart your web server with:
service httpd restart
I hope this helps newbies (like me).
