Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling the Email connector in a docker install #276

Open
ruudschilders opened this issue Jan 20, 2025 · 3 comments
Open

Enabling the Email connector in a docker install #276

ruudschilders opened this issue Jan 20, 2025 · 3 comments
Assignees

Comments

@ruudschilders
Copy link

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?

@MrPetovan MrPetovan transferred this issue from friendica/friendica Jan 23, 2025
@ne20002
Copy link
Collaborator

ne20002 commented Jan 31, 2025

I don't mind adding the php imap module to the image. I'll check if ist is possible.

@ne20002 ne20002 self-assigned this Jan 31, 2025
@ne20002
Copy link
Collaborator

ne20002 commented Feb 27, 2025

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.

@MrPetovan
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants