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
So this my function to fetch new mail after a set data, After 2024-06-05 01:41:32-04:00 the fetches the same mail with the same exact timesstamp even though there is newer mail in the mailbox. But I tweak the time parameter by increasing the previous date by a second it starts retrieving the newer mail
So, I figured out what caused the bug. At that exact timestamp down to the last second, the mailbox received similar but different messages. and when I tried to read the next message after the timestamp, it returned the very first message that that had that timestamp hence the impasse
Blaygh
changed the title
Fetching Sam
Fetching Same message at timestamp
Jun 7, 2024
So this my function to fetch new mail after a set data, After 2024-06-05 01:41:32-04:00 the fetches the same mail with the same exact timesstamp even though there is newer mail in the mailbox. But I tweak the time parameter by increasing the previous date by a second it starts retrieving the newer mail
def _read_mail_auto(account, limit = DEFAULT_MAIL_FETCH_NUM,
last_read_file_path = DEFAULT_LAST_READ_PATH,
date = default_date):
The text was updated successfully, but these errors were encountered: