-
-
Notifications
You must be signed in to change notification settings - Fork 183
Description
Hello,
I have a Laravel 6 and PHP 7.4.1 project looking to incorporate Laravel IMAP.
I had some trouble installing the package, but finally got composer to install it. Now I am getting this error when trying to connect.
Call to undefined function Webklex\IMAP\imap_open()
I have read that this could be an issue with PHP not finding my IMAP extension.
When I run php -i | grep imap
Protocols:
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtmp, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
Full return:
Additional .ini files parsed => /usr/local/etc/php/7.4/conf.d/ext-imap.ini, Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtmp, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp imap imap.enable_insecure_rsh => Off => Off
Any pointers?