#6173 - Bundle our non-bundled addon for IMAP
| Identifier | #6173 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Bundle our non-bundled addon for IMAP |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Version | 11 beta7 |
| Addon | core |
| Description | As of PHP 8.4, IMAP extension is not bundled with PHP anymore (and frankly not well maintained anyway).
Let's make bundled our non-bundled IMAP addon from now on to compensate, and use that instead of PHP's IMAP. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
PHP 8.4 deprecates their IMAP extension. We migrated the non-bundled addon imap into bundled addon core_imap.