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
When only a part of the emails are collected (with a maximum quantity smaller than the actual total), all emails appear to be marked as collected. Running the email collector manually then displays a message indicating that there are no new emails.
I believe this happens because the collector relies on the last collection date to identify 'new emails.' As a result, once a partial collection is performed, all remaining emails are considered to be in the past and marked as 'processed,' even though they were not actually collected.
Dolibarr Version
20.0.0
Environment PHP
8.2.21
Environment Database
10.6.20-MariaDB
Steps to reproduce the behavior and expected behavior
Configure email collector with a very small maximum quantity (eg: 2)
Collect twice. (Only first collect should work)
Attached files
No response
The text was updated successfully, but these errors were encountered:
Bug
When only a part of the emails are collected (with a maximum quantity smaller than the actual total), all emails appear to be marked as collected. Running the email collector manually then displays a message indicating that there are no new emails.
I believe this happens because the collector relies on the last collection date to identify 'new emails.' As a result, once a partial collection is performed, all remaining emails are considered to be in the past and marked as 'processed,' even though they were not actually collected.
Dolibarr Version
20.0.0
Environment PHP
8.2.21
Environment Database
10.6.20-MariaDB
Steps to reproduce the behavior and expected behavior
Configure email collector with a very small maximum quantity (eg: 2)
Collect twice. (Only first collect should work)
Attached files
No response
The text was updated successfully, but these errors were encountered: