Derick Rethans c4a3fe6af7 Go with 1.0.3
2024-10-15 11:02:02 +01:00
2023-12-19 11:03:06 +00:00
2023-12-19 11:28:29 +00:00
2024-09-08 12:44:56 +02:00
2023-12-19 11:03:06 +00:00
2023-12-19 11:03:06 +00:00
2023-12-19 11:03:06 +00:00
2024-10-15 11:02:02 +01:00
2023-12-19 11:03:06 +00:00
2024-10-15 11:02:02 +01:00
2023-12-19 11:03:06 +00:00
2024-01-04 10:15:37 +00:00

====
IMAP
====

This is the IMAP extension extracted from the PHP source distribution.
PHP versions after PHP 8.3 no longer bundle this extension.

This extension is no longer actively maintained or supported, and this
repository serves as an archive for it.

The documentation is still available as part of the `PHP Documentation
<https://www.php.net/imap>`_.

Installation Issues
-------------------

In order for this extension to compile, you need to have the ``c-client``
installed.

Debian
~~~~~~

On Debian based systems, you can do that with ``apt-get``. As this
distribution installed library is compiled with Kerberos and SSL support, you
need to make sure to have these development libraries installed too.

You can install all of these with::

	apt-get install libc-client-dev libkrb5-dev libssl-dev

When running PECL, you may not disable either Kerberos or SSL support, as the
system installed c-client requires it.
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:23:06.144Z
Readme 152 KiB
Languages
C 56.7%
PHP 39.4%
M4 3.4%
JavaScript 0.4%