Jump to content

Mail/Threading: Difference between revisions

Elenuzza (talk | contribs)
A new way to display threads
 
Ben (talk | contribs)
Rewrite the text
Line 1: Line 1:
Here the very latest mock up of our innovative threading system.[[File:Thread bar.png|thumb|alt=Thread bar|Thread bar]]
== Problem ==
Large email discussions can become hairy. It can be difficult to follow the conversation. All messages about one subject are combined called a "thread", and it can have many people who wrote in it. There may even be sub-discussions about a very specific sub-topic forming. When you come into a thread, or come back to it, you ideally want to have an overview and see the discussion structure. This is what "threading" is about.


A thread bar next to the message content shows the entire conversation structure (who answer to who) using a different color per email address.
Threading is hard. Many mail apps don't show threads at all, some are showing only flat threads. But you want to see '''who responded to who.'''
This system guarantee a great use of space and full control while choosing what message to read.


'''Logic'''
When you read a long email discussion, it can be difficult to navigate. But usually, your main needs are:


Messages are represented only by the person (avatar, random image, name, or initials of name). We do not show subject, date in this view. Read/unread is shown by visual style.
* Seeing which emails you have not read yet, and what sub-topic (sub-thread) they are talking about.
Replies are shown using lines connecting the reply to the replied-to message.
* You might want to look for a specific email in the long thread, for example, the decision that was eventually taken, or emails from a certain person.
It highlights the currently selected message. Clicking on a node selects that message and allows to read it, and also focuses the graph on that msg.


== Solution ==
[[File:Mail_threading.png|thumb|alt=Mail threading|Mail threading]]How do we show threads nicely? We have beautiful solution, which we'd like to show to you.[[File:Thread bar.png|thumb|alt=Thread bar|Thread bar]]


'''Algorithm'''
A thread bar next to the message content shows the entire conversation structure (who answer to who) and who wrote each email. This system guarantees a great use of space and full control while choosing what message to read. 


If a msg is a reply, it's indented one level more to the right, and a short curvy diagonal line joins the line to its left.
=== Remove clutter ===
Unless it's the only reply, in which case it's not indented, but directly below the previous message, and has a line straight up.
We don't show the subject in this view, because the entire thread typically has the same subject, so there's no point repeating it over and over again. What is left? The author and the date. The date is implicit, because we'll order branches of the discussion by date, with the earliest message shown first. That leaves the most important information: The author, and which email he responds to.
Unless (space issue) it has multiple replies and there already is a message to its right, which also has replies.
Line goes straight down from a message, unless it has no replies.
 
[[File:Mail_threading.png|thumb|alt=Mail threading|Mail threading]]


=== Lines show replies ===
Each email is represented by a bubble, and the lines show which other email this responds to. The lines allow you to follow the discussion structure.


=== Bubbles show author ===
We show the email using the avatar of its author: Either a picture (if available, for example within a company) or a placeholder with the initial of his name, and a color that is specific to that person. The color will be generated from the email address using an algorithm and will always be the same for that person, so that you can associate that person with that color. Of course, you can change the picture of that contact in your own address book.


=== Message states ===
Unread messages are highlighted by thick green line leading to the unread message, and the the message bubble laso has a thick green border around it.


The currently selected messages, which you are reading right now, is highlighted using a separate border around it.


Clicking on a bubble selects that message and allows to read it, and also focuses the graph on that msg.


Messages that are starred will have a little star on the top right. That allows you to mark emails with decision or otherwise important messages in the thread, and to quickly find them again. They will also be starred in the normal message list.


=== '''Algorithm''' ===


* If a msg is a reply, it's indented one level more to the right, and a short curvy diagonal line joins the line to its left.
* ... unless it's the '''only''' reply, in which case it's not indented, but directly below the previous message, and has a line straight up.
* ... unless (space issue) it has multiple replies and there already is a message to its right, which also has replies.
* Line goes straight down from a message, unless it has no replies.
* Subject to change during implementation


=== Conclusion ===
This visual representation offers an intuitive and space-efficient interface, allowing users to quickly understand the structure of the thread and easily navigate between messages. By combining graphical elements such as avatars, connecting lines, and indentation, the system provides a functional and aesthetic way to manage complex conversations.
This visual representation offers an intuitive and space-efficient interface, allowing users to quickly understand the structure of the thread and easily navigate between messages. By combining graphical elements such as avatars, connecting lines, and indentation, the system provides a functional and aesthetic way to manage complex conversations.


Feel free to tell us what you think about it!
Feel free to tell us what you think about it! Please send us email to [mailto:[email protected] [email protected]] .