Skip to content

IMAP functions got removed on PHP 8.4 #155

@williamdes

Description

@williamdes

The IMAP functions got removed on PHP 8.4, they are not anymore in the default bundle.

See: https://www.php.net/manual/en/intro.imap.php

See: https://github.com/search?q=repo%3Aliuch%2Fdmarc-srg%20imap_&type=code

Debian is now running PHP 8.4 as the default version. But Debian has a package for it: php8.4-imap

The composer.json file should probably indicate that it depends on php-imap or recommends it.
Depending on if this is a backwards compatibility break.

The code for "check availability" should check for the imap function or extension and display a nicer message than

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions