nextcloud / user_external

👥 External user authentication methods like IMAP, SMB and FTP
https://apps.nextcloud.com/apps/user_external
108 stars 64 forks source link

IMAP extension is being removed on PHP 8.1 #219

Closed simaoafonso-pwt closed 1 year ago

simaoafonso-pwt commented 1 year ago

The IMAP extension uses c-client, which means it is now deprecated. What's the migration path here?

This is already a problem on Arch Linux, it's on 8.1 already.

https://archlinux.org/news/php-82-update-and-introduction-of-legacy-branch/

simaoafonso-pwt commented 1 year ago

Any news about this? I'm now afraid to update the Nextcloud installation, since any update can break the PHP installation.

violoncelloCH commented 1 year ago

Hi, thanks for the report ! This shouldn't be an issue as we are using curl for IMAP auth since v0.9.0 of this app...