Tuesday, February 23, 2021

Install and enable the imap extension on Ubuntu 20.04



Debian/Ubuntu with PHP5
sudo apt-get install php5-imap
sudo php5enmod imap


Debian/Ubuntu with PHP7
sudo apt-get install php7.0-imap


YUM based distro

sudo yum install php-imap


Mac OS X with php5.6


brew reinstall php56 --with-imap

No comments:

Post a Comment

Reset Ubuntu with factory reset & and reinstall

  Try configuring unconfigured packages: sudo dpkg --configure -a Update the contents of the repositories sudo apt-get update Try to fix mis...