<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>DEAN LEE:/DEV/BLOG &#187; email</title>
	<atom:link href="http://www.deanlee.cn/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deanlee.cn</link>
	<description>mount /dev/brain &#124;&#124; tail -f /var/log/thoughts &#62;&#62; /pub/www</description>
	<pubDate>Thu, 22 Mar 2012 06:55:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>AJAX-the answer to webmail</title>
		<link>http://www.deanlee.cn/technology/ajax-the-answer-to-webmail/</link>
		<comments>http://www.deanlee.cn/technology/ajax-the-answer-to-webmail/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 17:07:27 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[gmail]]></category>

		<category><![CDATA[gtalk]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://deanlee.cn/2006/09/30/ajax-the-answer-to-webmail/</guid>
		<description><![CDATA[WebMail也许才是能够真正显示AJAX威力的最重要的应用。大部分人每天都会花不少时间用于处理mail，我自己每天至少要花3到4个小时来阅读和处理我的邮件。当我们花那么多的时间做同一件事情的时候，任何很小的改进都能很大程度的提升工作效率。
AJAX让我们有更多的手段来对webmail完成这样那样的改进，目前的webmail也都有向AJAX靠拢的趋势，gmail,windows live mail都在这方面做了很多有价值的尝试，但是仍然有很多问题。

gmail虽然很高效，但是只使用了部分AJAX的特性，不支持拖拉。live mail这方面完善的多，但是响应又实在是太慢了，好几次我甚至怀疑我的机器当机了。
而且他们都不支持其他的mail帐号，我有4个不同的email地址，每次我都要打开4个不同的webmail，用各自不同的方式去操作我的邮件，我想这是谁都不愿意做的事情，为什么不更开放一些呢？允许用户用自己的webmail收多个其他邮箱帐号的信。对自己并没有什么损失。开放式的系统才能吸引更多的用户尝试。
就像GTALK，我之前一直猜想它会向其他的jabber服务提供商开放。现在果然变成现实了: Now Anyone can talk - from google blog
&#34;Google realized that one of the reasons Google Talk has such a small number of users is that you need to have a Gmail account to use it. And that wasn&#8217;t too necessary. &#34;
google没有让人失望。gmail也许最终也将走向开放，只是树状的邮件结构就很难保证了。
回过头来看我们自己的邮局，虽然在很多细节上有独到之处，但是在整体结构上，仍然停留在非常传统的WebMail的水准。这些都是我们下一个版本要解决的问题。
]]></description>
			<content:encoded><![CDATA[<p>WebMail也许才是能够真正显示AJAX威力的最重要的应用。大部分人每天都会花不少时间用于处理mail，我自己每天至少要花3到4个小时来阅读和处理我的邮件。当我们花那么多的时间做同一件事情的时候，任何很小的改进都能很大程度的提升工作效率。</p>
<p>AJAX让我们有更多的手段来对webmail完成这样那样的改进，目前的webmail也都有向AJAX靠拢的趋势，gmail,windows live mail都在这方面做了很多有价值的尝试，但是仍然有很多问题。</p>
<p><span id="more-55"></span></p>
<p>gmail虽然很高效，但是只使用了部分AJAX的特性，不支持拖拉。live mail这方面完善的多，但是响应又实在是太慢了，好几次我甚至怀疑我的机器当机了。</p>
<p>而且他们都不支持其他的mail帐号，我有4个不同的email地址，每次我都要打开4个不同的webmail，用各自不同的方式去操作我的邮件，我想这是谁都不愿意做的事情，为什么不更开放一些呢？允许用户用自己的webmail收多个其他邮箱帐号的信。对自己并没有什么损失。开放式的系统才能吸引更多的用户尝试。</p>
<p>就像GTALK，我之前一直猜想它会向其他的jabber服务提供商开放。现在果然变成现实了: <a target="_blank" href="http://googleblog.blogspot.com/2006/09/now-anyone-can-talk.html">Now Anyone can talk - from google blog</a></p>
<p>&quot;Google realized that one of the reasons Google Talk has such a small number of users is that you need to have a Gmail account to use it. And that wasn&#8217;t too necessary. &quot;</p>
<p>google没有让人失望。gmail也许最终也将走向开放，只是树状的邮件结构就很难保证了。</p>
<p>回过头来看我们自己的邮局，虽然在很多细节上有独到之处，但是在整体结构上，仍然停留在非常传统的WebMail的水准。这些都是我们下一个版本要解决的问题。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/technology/ajax-the-answer-to-webmail/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

