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

Move away from php-imap extension #46

Open
bobvandevijver opened this issue Sep 6, 2024 · 2 comments
Open

Move away from php-imap extension #46

bobvandevijver opened this issue Sep 6, 2024 · 2 comments

Comments

@bobvandevijver
Copy link
Contributor

The PHP-IMAP extension will be removed from PHP core with 8.4 (https://php.watch/versions/8.4/imap-unbundled). Maybe it is a good idea to migrate to https://github.com/Webklex/php-imap instead?

@mshannaq
Copy link

mshannaq commented Sep 8, 2024

Yes IMAP extension is no longer part of PHP 8.4 Core, which can still be installed from PECL for Existing/legacy PHP applications thats depends on IMAP extension.

@secit-pl
Copy link
Owner

I've thought about it but php-imap/php-imap and Webklex/php-imap are not compatible with each other and I'll be honest, I still have no idea how to implement Webklex/php-imap support without losing php-imap/php-imap support and big refactoring and bc-break. I also don't want to go into a wrapper for every possible library for imap support.

Any suggestions would be appreciated.

Currently my best idea is to create a separate bundle under this, but I'm not entirely sure this idea is a good one to maintain two separate repositories.

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