<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java2Script Pacemaker &#187; Web Mail Client</title>
	<atom:link href="http://blog.java2script.org/tag/web-mail-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.java2script.org</link>
	<description>Reusing existed Java codes into JavaScripts</description>
	<lastBuildDate>Tue, 01 Jun 2010 06:51:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Gmail-alike Web Mail Client &#8220;WeMail&#8221;</title>
		<link>http://blog.java2script.org/2009/12/04/gmail-alike-web-mail-client-wemail/</link>
		<comments>http://blog.java2script.org/2009/12/04/gmail-alike-web-mail-client-wemail/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:05:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java2Script News]]></category>
		<category><![CDATA[SWT]]></category>
		<category><![CDATA[Simple RPC]]></category>
		<category><![CDATA[WindowBuilder Pro]]></category>
		<category><![CDATA[JavaMail]]></category>
		<category><![CDATA[Web Mail Client]]></category>

		<guid isPermaLink="false">http://java2script.org/blog/?p=79</guid>
		<description><![CDATA[Long time no post. This time, I would like to introduce you Java2Script powered WeMail ( http://webuzz.im/mail/ ), a Gmail-alike web mail client. WeMail is a general web mail client for all POP/IMAP &#38; SMTP mail providers. So it supports &#8230; <a href="http://blog.java2script.org/2009/12/04/gmail-alike-web-mail-client-wemail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Long time no post. </p>
<p>This time, I would like to introduce you Java2Script powered WeMail ( <a href="http://webuzz.im/mail/" target="_blank">http://webuzz.im/mail/</a> ), a Gmail-alike web mail client. WeMail is a general web mail client for all POP/IMAP &amp; SMTP mail providers. So it supports Gmail, Hotmail/Live Mail, Yahoo! Mail, AOL/AIM Mail and others. </p>
<p>WeMail currently provides Gmail demo accounts for demo: after the page is loaded, select &#8220;java2script.demo&#8221; or &#8220;java2script.talk&#8221; from email drop-down list and then login. You can compose and send new emails (Drafts are auto-saved). You can read and reply emails. Folder Drafts, Sent Mails, All Mails, Spam and Trash are supported. Setting, Search and Contact is not supported yet.</p>
<p>Screenshot of WeMail Web:<br />
<a href="http://dev.zhourenjian.com/files/wemail-list.png"><img src="http://dev.zhourenjian.com/files/wemail-list-300x198.png" alt="wemail-list" title="Click for large view of wemail-list" width="300" height="198" class="alignnone size-medium wp-image-72" /></a></p>
<p>Screenshot of WeMail Desktop:<br />
<a href="http://dev.zhourenjian.com/files/wemail-desktop.png"><img src="http://dev.zhourenjian.com/files/wemail-desktop-300x187.png" alt="wemail-desktop" title="Click for large view of wemail-desktop" width="300" height="187" class="alignnone size-medium wp-image-70" /></a></p>
<p>You can also visit <a href="http://dev.zhourenjian.com/blog/2009/12/03/implementing-gmail-alike-web-mail-client-by-java2script.html">WeMail development blog</a> for more screenshots</p>
<p>WeMail is based on Java, <a href="http://java.sun.com/products/javamail/" target="_blank">JavaMail</a>, SWT and Java2Script  technologies, designed by Eclipse &amp; <a href="http://www.instantiations.com/windowbuilder/" target="_blank">WindowBuilder Pro</a>. Here is WeMail development summary:</p>
<ul>
<li>First, design WeMail using WindowsBuilder Pro designer. Designing UI takes a lot of the time.</li>
<li>Second, import JavaMail, separate email jobs into several Simple RPC classes and implement them using JavaMail API.</li>
<li>Third, run and debug WeMail as a normal desktop Java application. Everything is about native Java development.</li>
<li>Then, use Java2Script plugin to compile WeMail Java sources into JavaScript.</li>
<li>At last, &#8220;Running as Java2Script Application&#8221;, customize a few lines of the generated JavaScript.</li>
</ul>
<p>Why implementing another Gmail-alike web mail client?</p>
<ol>
<li>People likes to see Google products powered by GWT&#8217;s Java to JavaScript technology. But there is no such GWT-powered Gmail by now. Java2Script powered Gmail-alike web mail client proves this concept. And it only takes less than 2 weeks.</li>
<li>WeMail provides the abilities to use Gmail UI for other mail providers besides Gmail, like Hotmail or Yahoo! Mail. Gmail UI may increase people&#8217;s daily email processing efficiency.</li>
<li>WeMail provides people another way for accessing to Gmail, Yahoo! Mail or other mail providers, in cases accessing to certain websites is blocked.</li>
</ol>
<p>BTW: Along with development of WeMail, there are a few Java2Script updates (compiler bug-fixing and SWT library improvements). Please check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.java2script.org/2009/12/04/gmail-alike-web-mail-client-wemail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
