Joe Allesi -X (joallesi - Coyote Creek Consulting at Cisco)
2008-Apr-18 14:57 UTC
[Dovecot] Message UID Question
I have referred to the wiki and the RFC, but I still can't find the exact answer I'm looking for. From what I know, Dovecot uses the IMAP standard of 32 bit integers to uniquely identify messages. After a message is deleted from the mbox, can this UID ever be reissued to a new message or is that UID retired? What about after the 2 billion limit is reached? Thanks!
On Apr 18, 2008, at 5:57 PM, Joe Allesi -X (joallesi - Coyote Creek Consulting at Cisco) wrote:> > I have referred to the wiki and the RFC, but I still can't find the > exact answer I'm looking for. From what I know, Dovecot uses the IMAP > standard of 32 bit integers to uniquely identify messages. > > After a message is deleted from the mbox, can this UID ever be > reissued > to a new message or is that UID retired? What about after the 2 > billion > limit is reached?The limit is 4 billion. There is code that if the UIDs reach that high, a new UIDVALIDITY value is given (to invalidate client caches) and all UIDs are renumbered to start from 1, but apparently that code doesn't work. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20080418/11b701b8/attachment-0002.bin>