Ticket #4 (new enhancement)

Opened 5 years ago

Last modified 5 years ago

Handle threaded messages

Reported by: daniel Owned by: daniel
Priority: major Milestone: 0.5
Component: mailbox-handling Version:
Keywords: Cc:

Description

IMAP provides the ability to get a threaded list of messages. Utilise this to get a threaded list view of messages.

Change History

comment:1 Changed 5 years ago by daniel

r84 and r85 contain some code that looks at what the PHP IMAP libraries feed us when we try this trick. It is not currently exposed in the UI, but to view its output:

  • View the mailbox you want to see threaded.
  • Open the firebug console.
  • Type in Lichen.MessageDisplay.threadTest();
  • The message list will be replaced with the output.

Now we need to think about how this is going to work and integrate with everything else we've already written.

Note: See TracTickets for help on using tickets.