IMAP
在线手册:中文  英文

安装/配置

Table of Contents


IMAP
在线手册:中文  英文

用户评论:

marcin at koziarz dot pl (2013-05-13 07:25:38)

In ArchLinux, a php package provides this module, but it is disabled by default.
Simply uncomment a line (remove semicolon) in /etc/php/php.ini:
;extension=imap.so
to
extension=imap.so
and then, restart PHP.

dale3h (2009-01-13 01:31:47)

In CentOS:
yum install php-imap
Works like a charm!

LZZ (2008-12-08 10:11:14)

On Gentoo:
edit /etc/make.conf and include imap to the USE flags,
then run
emerge php

AlexJ (2008-11-18 13:15:21)

FreeBSD:
Install c-client only to support IMAP-SSL
cd /usr/ports/mail/cclient/ && make install clean

dlaplant at integresystems dot com (2008-09-02 13:24:14)

For rhel4 add the libc-client-devel package

clay at scvalleypopcorn dot com (2008-08-02 12:38:12)

apt-get install php5-imap
Works well also.... Enjoy

Josecito (2008-05-27 19:21:40)

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).

易百教程