The IMAP extension is missing from your PHP installation.
In case this kind of error isn’t pretty self-explanatory, your php instance doesn’t contain the imap extension.
If you have access to command line, following commands should install php imap on your server:
If you are on CentOS / RedHat / Fedora or derivatives:
yum install php-imap
If you are on a Debian / Ubuntu or derivatives:
apt-get install php-imap
If no packages are found, then consult your distro manual.
In case you are on a host where you don’t have command line access, if you have CPanel/WHM access, you can use EasyApache to compile php with imap extension.
Otherwise, you have to contact your host about the issue.
Related Articles
Installation does not pass the welcome screen
Installation does not pass the welcome screen. The issue: Under the install page, I cannot get past the Welcome area. I have included my details and Purchase code in the welcome page, but it will load and return to same page. This happens because PHP ...
How can I tell AppMail how to use or not to use php’s Tidy extension?
Please note that the setting from the code also works and has more weight than the one from the web interface, therefore if Tidy is enabled from the code but disabled from the web interface, then it will be disabled, but if it is disabled from the ...
Update failure - Missing database table or columns
You can get an error like: The table '{{table_name}}' for active record class 'ModelName' cannot be found in the database. Which means a database table is missing from your app, or you can get an error where the app complaints about a missing ...
Setup guide for the “Subscribe by email” extension
After you have installed the Subscribe by email extension, it’s time to set it up properly so that subscribers will be able to subscribe or unsubscribe by email directly, instead of going to a subscription/unsubscription form. If you go to the ...
Install extension
AppMail extensions are packed in zip archives, so in order to install a AppMail extension, you have to go to Backend > Extend > Extensions area and click on the “Upload Extension” button. This will open a dialog like: From here, you’ll select your ...