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'm using Roundcube 0.9.2 with latest pop3fetcher 1.5. There is a strange bug that only happen when the option "Leave a copy of the message on the server" is enabled. Actually, only 50% of the new messages are processed (enter in the inbox). I'm using an empty account to test. When sending the first email, it works no problem. The second mail I send doesn't work, the third one works, the fourth one doesn't work... and it continue like this.
To be able to reproduce the bug, don't send 4 messages one shot. Do it one by one by refreshing roundcube between each email sending.
By looking at the code (and by enabling debug), I can notice that the value of $i is sometimes equal to var $Count. When this happen, the code doesn't go further and the new message isn't grabbed. Is it possible for you to do some test and confirm this behavior? Thanks!
The text was updated successfully, but these errors were encountered:
I think it's due a little error at line 104 in pop3fetcher.php $i=$j+1 is not needed, you can simply fix it using $i=$j.
I'm sending an email to the dev to make sure my solution is correct.
Hello,
I'm using Roundcube 0.9.2 with latest pop3fetcher 1.5. There is a strange bug that only happen when the option "Leave a copy of the message on the server" is enabled. Actually, only 50% of the new messages are processed (enter in the inbox). I'm using an empty account to test. When sending the first email, it works no problem. The second mail I send doesn't work, the third one works, the fourth one doesn't work... and it continue like this.
To be able to reproduce the bug, don't send 4 messages one shot. Do it one by one by refreshing roundcube between each email sending.
By looking at the code (and by enabling debug), I can notice that the value of $i is sometimes equal to var $Count. When this happen, the code doesn't go further and the new message isn't grabbed. Is it possible for you to do some test and confirm this behavior? Thanks!
The text was updated successfully, but these errors were encountered: