You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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!"
The text was updated successfully, but these errors were encountered:
"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!"
The text was updated successfully, but these errors were encountered: