-
Notifications
You must be signed in to change notification settings - Fork 73
PHP IMAP extension deprecated #44
Copy link
Copy link
Closed
Labels
3. to reviewbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Steps to reproduce
- Search for php7-imap in the repo's of current distro's like openSUSE Tumbleweed
- Lookup php-imap extension status in the formal PHP extension list
Expected behaviour
The native PHP IMAP extension appears to be deprecated.
Actual behaviour
The php-imap extension appears to have been abandoned by its maintainers and distro's like openSUSE no longer ship it.
https://wiki.php.net/todo/extensions#imap
https://bugzilla.opensuse.org/show_bug.cgi?id=1089061#c18
Roundcube and other mail apps appear to have moved to a custom PHP IMAP protocol implementation using the generic sockets extension.
Would it be possible to consider replacing this unmaintained dependency to a similar solution?
https://github.com/roundcube/roundcubemail/blob/82974289b98d2d00251e55f1719c4522598d7ef5/program/lib/Roundcube/rcube_imap_generic.php
Affected Authentication backend
IMAP
Server configuration
Operating system:
Several linux distro's i.e. openSUSE
PHP version:
7
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3. to reviewbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed