Hello Simon,<br><br><div class="gmail_quote">On Thu, Jul 1, 2010 at 11:59, Simon McVittie <span dir="ltr"><<a href="mailto:simon.mcvittie@collabora.co.uk">simon.mcvittie@collabora.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA256<br>
<br>
On Wed, 30 Jun 2010 at 20:43:10 -0700, Dylan McCall wrote:<br>
> On a more serious note, though, I was imagining that in the context of<br>
> tubes a while ago. Indeed, it doesn't really fit the style of<br>
> Telepathy, but I can picture a turn-based game or collaboration app<br>
> working transparently through email. In that case it supports an<br>
> indefinite time delay, so one can stop what he's doing, come back<br>
> later and be dropped back at the previous state in the “conversation.”<br>
<br>
Telepathy is a real-time communication framework. Doing a Tubes sort of thing<br>
by e-mail might be more appropriate than Telepathy's Tubes for some<br>
applications, but that's not Telepathy any more :-)<br>
<br>
Similarly, it would be entirely possible to have a UI that mixes e-mails with<br>
real-time communication, and indeed microblogging and blogging. I think<br>
that's outside the scope of Telepathy, but I'd encourage that sort of UI to<br>
use Telepathy for the real-time bits!<br>
<br>
The reason there's mail notification in Telepathy is that some services<br>
(Google Talk, MSN) provide it as a side-effect of having online presence.<br>
If Empathy was a single monolithic client (like Pidgin or whatever),<br>
we'd be forced to choose between displaying the information in Empathy or<br>
discarding it, even though Empathy doesn't really have anything to do with<br>
e-mail.<br>
<br>
However, because of Telepathy's architecture, we can take an intermediate<br>
approach, which is to signal it on D-Bus and let a more appropriate UI deal<br>
with it.<br>
<br>
That doesn't make Telepathy an appropriate way to get mail notification from<br>
generic mail servers (IMAP/POP3) - for those, there's nothing of interest to<br>
Telepathy, just mail notification, so the UI should just talk to the server<br>
itself. I believe Ubuntu's messaging indicator either behaves like this, or<br>
will do so in future.<br></blockquote></div><br>Thank you for your assessment ;)<br>