I think this could be a repeated question but I really need help here, I am receiving Fatal error: undefined function imap_open() how ever I have done the necessary changes as following: 1- the semicolon has been removed from extension=php_imap.dll in php.in 2- I have restarted the xampp
but again I face with same issue , anything else to do more:
$hostname='{mail.abc.com:993/imap/ssl}INBOX';
$username='aaa@abc.com';
$password='123456';
$inbox=imap_open($hostname,$username,$password) or die ('cannot connect to mailserver via imap' .imap_last_error());