Ticket #87 (closed Tasks: fixed)
Identify messages by UID instead of folder index
| Reported by: | octo | Owned by: | octo |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.0 |
| Component: | LogicMail | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Both the POP and IMAP protocols can support (given the right server-side extensions) the ability to reference messages by a unique ID. Currently, LogicMail just uses the mailbox index. As the new architecture will likely include a lot of client-side caching and server polling/idling, messages should now be referenced by these unique IDs.
Change History
Note: See
TracTickets for help on using
tickets.

UID support fully implemented for IMAP. POP implementation is there to some extent, necessarily more awkward due to POP's partial implementation of UIDs.