Hello,
So we recently moved to just using mailparse but this is in beta for us so I would recommend both.
First try with:
sudo apt install php-imap php-mailparse
If that doesn't work after restarting Apache, target 8.4:
sudo apt install php8.4-imap php8.4-mailparse
-
Can I ask what install method you used?