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
Some quick Googling says that the library PHP uses for imap support isn't able to handle more than 1M messages in a single folder, and that you're probably running into performance issues because of how many there are.
1M messages is too many for a human being to deal with. You probably should set up some inbox filtering and processing rules to distribute your messages into folder categories.
From manual page: https://php.net/function.imap-fetch-overview
I'm facing this error and I don't know how to solve it..
PHP Notice: Unknown: Mailbox has more messages (1057204) exist than maximum (1000000) (errflg=2) in Unknown on line 0
PHP version: 7.4.32
Code:
The text was updated successfully, but these errors were encountered: