"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:"
. 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!"
"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:"
. 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!"