-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Describe the issue
The package PHP-IMAP has been dropped from php-core and isn't available in the main Debian 13 package list. Configuring z-push for Backend-IMAP no longer works on standard install.
To Reproduce
Steps to reproduce the behavior:
Install bare Debian 13
Install Z-Push and apache
Configure z-push with define('BACKEND_PROVIDER', 'BackendIMAP');
php z-push-top.php -> FatalException: BackendIMAP(): php-imap module is not installed
apt install php-imap
Package php-imap is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Error: Package 'php-imap' has no installation candidate
Expected behavior
BackendIMAP should be available.
Screenshots
Details of removal noted here
https://php.watch/versions/8.4/imap-unbundled
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A