You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: