Modify ↓
Opened 11 years ago
Last modified 7 years ago
#11535 new defect
Handle IMAP UID resets / UIDVALIDITY
Reported by: | lucid | Owned by: | lucid |
---|---|---|---|
Priority: | high | Component: | MailArchivePlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: |
Description
An IMAP server provides an uid for each message, but is allowed to reset uid's between sessions, signaled by the UIDVALIDITY
flag.
The MailArchivePlugin currently wrongly assumes this never happens and does not handle that case at all. I suppose there would be problems if it happened as for example messages would not get archived anymore or duplicates would get archived.
I'm not sure how this should be fixed though.
Attachments (0)
Note: See
TracTickets for help on using
tickets.