Enabling the Email connector in a docker install
I have installed Friendica using Docker. I use the friendica:fpm image.
I want to enable the Email connector, but when I go to Admin > Site > Policies, I can't enable it. It says:
Mail support can't be enabled because the PHP IMAP module is not installed.
Can this be added to the image?
I don't mind adding the php imap module to the image. I'll check if ist is possible.
It looks like the php imap module is a problematic one. It is removed from php core in php 8.4 and moved to pecl. There is also some kind of unofficial replacement.
Maybe @annando or @MrPetovan have a recommendation on what to do with the imap functionality.
I postpone this issue until the situation has been clarified.
The replacement suggestion looks good, but will require a refactoring of the email connector not to depend on the imap module anymore: https://github.com/Webklex/php-imap