UID uniqueness of IMAP mails
Posted
by
SecStone
on Server Fault
See other posts from Server Fault
or by SecStone
Published on 2012-08-30T09:21:15Z
Indexed on
2012/08/30
9:40 UTC
Read the original article
Hit count: 197
In our internal webmail system, we'd like to attach notes and contacts to certain mails. In order to do this, we have to keep track of every mail on our IMAP server.
Unfortunately the IMAP standard doesn't enforce the uniqueness of the UID of a mail in a mailbox (just in subfolders). Is there any tool/IMAP server which generates UIDs which are truly unique? Or is there any other way how we can identify each mail? (the Message-ID header field is not unique as some mails do not contain such a field).
Additional resources: Unique ID in IMAP protocol - Limilabs.com
© Server Fault or respective owner