I have followed the steps below to enable IMAP and still things are not working.
sudo apt-get install php5-imap
sudo apt-get install php5-cli
sudo php5enmod imap
service php5-fpm restart
sudo service nginx restart
I can see the IMAP extension enabled under phpinfo and also can see the extension is loaded using command
dpkg -l | grep php5-imap
Server: Linux and using nginx