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
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
I work on emails from the inbox. I store the uniqueIds of mails in the database. The inbox is repeatedly queried and mails that are not yet stored in the database with their uniqueId are getting stored in the database. Today I received a mail with a uniqueId that was already stored in the database. That uniqueId belonged to a mail that was received a week ago.
I this behaviour intended? I was not aware that uniqueIds can occur more than one time.
Thanks for clarification,
Lukas
The text was updated successfully, but these errors were encountered:
Hi,
I am using version 2.0 and java 8.
I work on emails from the inbox. I store the uniqueIds of mails in the database. The inbox is repeatedly queried and mails that are not yet stored in the database with their uniqueId are getting stored in the database. Today I received a mail with a uniqueId that was already stored in the database. That uniqueId belonged to a mail that was received a week ago.
I this behaviour intended? I was not aware that uniqueIds can occur more than one time.
Thanks for clarification,
Lukas
The text was updated successfully, but these errors were encountered: