Some pop3 incoming email messages might not get retrieved if the same UID exist on the email tableDescriptionWhen having pop3 accounts, some incoming emails might fail at creation in ServiceNow with error "<MESSAGE_ID> was previously read and will be ignored" if the email glide.pop3.debug is enabledThe ignored emails need to have the same UID and the original have 'delete' set to false.Steps to Reproduce 1 Set the sys_property glide.pop3.debug = true to catch the error.2 Send 1 email to the instance with UID set to 10000013 Once recieved and processed, set deleted = false4 Send 1 email to the instance woth UID set to 1000001, and email When reviewing the Wrapper logs, it shows "<MESSAGE_ID> was previously read and will be ignored" It should say "UID was previously read and will be ignored"WorkaroundPlease set the column "delete" = true on the older emailRelated Problem: PRB1384244