laravel-imap icon indicating copy to clipboard operation
laravel-imap copied to clipboard

Trying to get mailbox from multiple clients

Open abdulrahmanhussin1 opened this issue 1 year ago • 0 comments

"I am trying to create a command to insert emails into my database, and with a cron job, find if there are emails not yet inserted. When I run this command, there are two cases:

If I select all folders, the command inserts the data for the first account and returns these exceptions:" Screenshot from 2023-12-13 12-35-58

. even if i use on user credential.
"The second case occurs when I specify a single folder to retrieve messages. In this scenario, the command does not return any exceptions, but it only fetches data from the first account. Could you assist me in identifying the issue in my code? Thank you in advance!"

command

abdulrahmanhussin1 avatar Dec 13 '23 10:12 abdulrahmanhussin1