Level 2
Laravels mailer instance only supports sending via SMTP. But there are a lot PHP packages in packagist for crawling IMAP/pop3 mailboxes. https://packagist.org/search/?q=Imap
1 like
I have been looking around for this in the documentation but cant seem to find what im looking for.
The Mail class looks like it send email but is there a class to get email from a server?
From there I can store the email information in a database?
Does laravel have support for this yet or does it need to be coded from the ground up still?
Please or to participate in this conversation.