Hey.
I use the imap_search method to parse letters from Yandex mail. During the test, the script noticed this: sometimes imap_search returns not all letters to me.
Suppose I have 5 of them, and returns 4, and loses the latter. It turns out this when I run the code several times.
Question: Has anyone come across this? Or does this happen because you often run imap_search ? It seems like when you first start always the correct number of letters is returned.

  • @ Vlad Dyachenko, please post your script so that the community can more accurately determine the cause of your problem. - VenZell
  • imap_search ($ config, 'FROM "'. $ email. '" ON "'. $ date. '"'); - Vlad Dyachenko

0