<?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>gHacks technology news &#187; desktop email</title>
	<atom:link href="http://www.ghacks.net/tag/desktop-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 15:55:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gmail at your fingertips on the Linux desktop</title>
		<link>http://www.ghacks.net/2009/11/01/gmail-at-your-fingertips-on-the-linux-desktop/</link>
		<comments>http://www.ghacks.net/2009/11/01/gmail-at-your-fingertips-on-the-linux-desktop/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 23:39:24 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[desktop email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[gmail applets]]></category>
		<category><![CDATA[prism]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=17898</guid>
		<description><![CDATA[When Gmail first came out I wasn&#8217;t a fan. But after a year of use I have found Google Mail to be a very valuable tool. Because I use Gmail mostly for work-related issues, I do not always like to check it within a browser. Instead I use various applications that enable me to have [...]]]></description>
			<content:encoded><![CDATA[<p>When <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> first came out I wasn&#8217;t a fan. But after a year of use I have found Google Mail to be a very valuable tool. Because I use Gmail mostly for work-related issues, I do not always like to check it within a browser. Instead I use various applications that enable me to have my Gmail account at the ready on the Linux desktop.</p>
<p>There are a number of possible applications that can take care of this task. In this article I am going to illustrate a few of those tools for you so you can choose which one is the right one for you.  So, without further adieu, let&#8217;s get on with the installation and usage. NOTE: All of these tools can be found and installed using the new Ubuntu Software Center. For more information on that tool, take a look at my article &#8220;<a title="The new Ubuntu Software Center" href="http://www.ghacks.net/2009/10/30/the-new-ubuntu-software-center/" target="_blank">The new Ubuntu Software Center</a>&#8220;.</p>
<p><span id="more-17898"></span><strong>Gmail Notifier</strong></p>
<div id="attachment_17948" class="wp-caption alignleft" style="width: 190px"><a rel="attachment wp-att-17948" href="http://www.ghacks.net/2009/11/01/gmail-at-your-fingertips-on-the-linux-desktop/gmail_notifier-2/"><img class="size-thumbnail wp-image-17948" src="http://www.ghacks.net/wp-content/uploads/2009/10/gmail_notifier-300x300.png" alt="Figure 1" width="180" height="180" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>The Gmail Notify  is a very innocuous panel applet that also pops up warnings when you have calendar event notifications set up . The setup of this applet is simple. When you first run the Gmail Notifier a windows will appear (see Figure 1) where you enter your Gmail username/password and configure any options you want. But ultimately all this little applet does is reside in your panel and checks your Gmail Account for new email and pops up alerts.</p>
<p>Make sure, during the configuration, you set your Browser path or when select &#8220;Go To Inbox&#8221; from the right click menu, no action will be taken.</p>
<p>This entry in the Gmail Linux desktop apps is one of the less flashy, but also less intrusive as, say, the Prism take on desktop Gmail.</p>
<p><strong>Check Gmail</strong></p>
<p>This entry in the desktop Gmail space is one of my favorites. One of the main reasons why I like this one so much is that it only takes a simple mouse over on the panel applet to see a full listing of your Gmail inbox. Now, before you even try to start this application up there is a problem. Out of the box the Check Gmail applet will not be able to log into your account. You will go batty trying to make sure you type in your password correctly. The problem is the executable file in <strong>/usr/bin</strong>. I&#8217;m not sure why the developer has not fixed this (the error has been known since 2007), but here&#8217;s the fix:</p>
<p><code>wget http://checkgmail.svn.sourceforge.net/viewvc/*checkout*/checkgmail/checkgmail<br />
sudo mv checkgmail /usr/bin/<br />
sudo chmod +x /usr/bin/checkgmail</code></p>
<div id="attachment_17960" class="wp-caption alignright" style="width: 190px"><a rel="attachment wp-att-17960" href="http://www.ghacks.net/2009/11/01/gmail-at-your-fingertips-on-the-linux-desktop/check_gmail_right_click/"><img class="size-thumbnail wp-image-17960" src="http://www.ghacks.net/wp-content/uploads/2009/10/check_gmail_right_click-300x215.png" alt="Figure 2" width="180" height="129" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Once you have done that, Check Gmail will be able to log into your account. Once logged in you will see a tiny red and white applet in your panel that you can right click to get a menu of items to select from (see Figure 2) or you can hover your mouse over to see the first few emails in your inbox and the first couple of upcoming events in your calendar (see Figure 3).</p>
<div id="attachment_17961" class="wp-caption alignleft" style="width: 190px"><a rel="attachment wp-att-17961" href="http://www.ghacks.net/2009/11/01/gmail-at-your-fingertips-on-the-linux-desktop/check_gmail_popup/"><img class="size-thumbnail wp-image-17961" src="http://www.ghacks.net/wp-content/uploads/2009/10/check_gmail_popup-300x300.png" alt="Figure 3" width="180" height="180" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>If you do a single left click on the icon your browser window will open for you to log into Gmail. If you right click and select Compose Mail you will also be first taken to the sign in page. Even if you configure Check Gmail to save your password you will still have to sign in to your account before you can read or compose. This is a bit of a frustration and should not be a default behavior. This even happens if you already have a Gmail window open that is authenticated to your account.It would also be nice if you could set the background of the pop up to be transparent so it would be a bit less intrusive, but the application is very usable.</p>
<p><strong>Gmail Prism</strong></p>
<p>What would be a listing of Gmail Apps without including an actual web-based app. I mentioned Prism in my article &#8220;<a title="Install Prism on Linux for easy to use web apps" href="http://www.ghacks.net/2009/09/26/install-prism-on-linux-for-easy-to-use-web-apps/" target="_blank">Install Prism on Linux for easy to use web apps</a>&#8220;. You will find the Prism app listed in Synaptic as <em>Google Mail</em> or <em>Prism for Google Mail</em>. Very little needs to be said about the Prism app other than it&#8217;s nothing more than a stripped-down browser window that logs you into your Gmail account. There is no applet to remain out of your way &#8211; just a window.</p>
<p><strong>Which is best?</strong></p>
<p>From my experience (and for my preference) Check Gmail gets the vote. Although it has some issues that must be overcome before it will work, once it is working it is the usable of the Gmail applications available. If you rely on Gmail, and check it regularly, you would do well to at least give one of the above a try.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-email/" title="desktop email" rel="tag">desktop email</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/gmail-applets/" title="gmail applets" rel="tag">gmail applets</a>, <a href="http://www.ghacks.net/tag/prism/" title="prism" rel="tag">prism</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/16/two-quick-email-tips-to-save-the-day/" title="Two Quick Email Tips To Save The Day (June 16, 2009)">Two Quick Email Tips To Save The Day</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/01/29/offline-gmail-buzz/" title="Offline Gmail Buzz (January 29, 2009)">Offline Gmail Buzz</a> (12)</li>
	<li><a href="http://www.ghacks.net/2009/04/22/gmail-ui-for-thunderbird/" title="Gmail UI For Thunderbird (April 22, 2009)">Gmail UI For Thunderbird</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/12/27/are-you-up-for-an-email-client-with-unique-features-read-on/" title="Are You Up For An Email Client With Unique Features? Read On! (December 27, 2008)">Are You Up For An Email Client With Unique Features? Read On!</a> (16)</li>
	<li><a href="http://www.ghacks.net/2007/03/28/yahoo-to-offer-unlimited-email-storage/" title="Yahoo to offer unlimited Email Storage (March 28, 2007)">Yahoo to offer unlimited Email Storage</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/11/01/gmail-at-your-fingertips-on-the-linux-desktop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Outlook Plugin Reply All With Attachments</title>
		<link>http://www.ghacks.net/2009/07/27/microsoft-outlook-plugin-reply-all-with-attachments/</link>
		<comments>http://www.ghacks.net/2009/07/27/microsoft-outlook-plugin-reply-all-with-attachments/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 18:37:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[desktop email]]></category>
		<category><![CDATA[microsof outlook plugin]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook plugin]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14819</guid>
		<description><![CDATA[A great Outlook feature is that it can be extended with plugins. Much like the Mozilla Thunderbird email client or the Firefox web browser with the exception that there is no central plugin repository and no comfortable way of managing the plugins.
Reply All With Attachments is a specialized plugin for Microsoft Outlook that has been [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/outlook.jpg" alt="outlook" title="outlook" width="150" height="147" class="alignleft size-full wp-image-11890" />A great Outlook feature is that it can be extended with plugins. Much like the Mozilla Thunderbird email client or the <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> web browser with the exception that there is no central plugin repository and no comfortable way of managing the plugins.</p>
<p>Reply All With Attachments is a specialized plugin for Microsoft Outlook that has been designed for users who regularly include attachments that were attached to email messages that they received. The add-on has been tested with Outlook 2007 but chance is that it will also function with previous and future versions of the email client.</p>
<p><span id="more-14819"></span>It has a few additional requirements especially the VSTO 4.0 runtime. The Reply All With Attachments plugin can then be installed by double-clicking the downloaded file. Users should ensure that Outlook is closed during the installation. A new entry called reply all with attachments should appear under the custom actions button in the main Microsoft Outlook menu.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/07/microsoft_outlook-500x129.png" alt="microsoft outlook" title="microsoft outlook" width="500" height="129" class="alignnone size-medium wp-image-14820" /></p>
<p>A click on the new entry will automatically open a new email with all attachments of the original email attached. All recipients that have been listed in the original email will also be added as recipients in the new email. Reply All With Attachments is <a href="http://replyallwithattach.codeplex.com/">available</a> at the developer&#8217;s homepage.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-email/" title="desktop email" rel="tag">desktop email</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/microsof-outlook-plugin/" title="microsof outlook plugin" rel="tag">microsof outlook plugin</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/outlook/" title="outlook" rel="tag">outlook</a>, <a href="http://www.ghacks.net/tag/outlook-plugin/" title="outlook plugin" rel="tag">outlook plugin</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/14/microsoft-outlook-mail-time-zone-plugin/" title="Microsoft Outlook Mail Time Zone Plugin (June 14, 2009)">Microsoft Outlook Mail Time Zone Plugin</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/01/11/xobni-for-microsoft-outlook/" title="Xobni for Microsoft Outlook (January 11, 2008)">Xobni for Microsoft Outlook</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/08/02/microsoft-outlook-inbox-management-plugin/" title="Microsoft Outlook Inbox Management Plugin (August 2, 2009)">Microsoft Outlook Inbox Management Plugin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/11/truemark-email-identification/" title="Truemark Email Identification (March 11, 2009)">Truemark Email Identification</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/08/09/tablet-enhancements-3-for-outlook/" title="Tablet Enhancements 3 for Outlook (August 9, 2008)">Tablet Enhancements 3 for Outlook</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/27/microsoft-outlook-plugin-reply-all-with-attachments/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Two Quick Email Tips To Save The Day</title>
		<link>http://www.ghacks.net/2009/06/16/two-quick-email-tips-to-save-the-day/</link>
		<comments>http://www.ghacks.net/2009/06/16/two-quick-email-tips-to-save-the-day/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 18:05:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[desktop email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[email tips]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mailto]]></category>
		<category><![CDATA[online email]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13620</guid>
		<description><![CDATA[Here are two quick email tips that helped me save precious time over the years. The first tip works with any desktop email client running on the Windows operating system while the second tip works in any email client including desktop email clients like Mozilla Thunderbird and Microsoft Outlook but also online email clients such [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_outlook.jpg" alt="microsoft outlook" title="microsoft outlook" width="128" height="125" class="alignleft size-full wp-image-12035" />Here are two quick email tips that helped me save precious time over the years. The first tip works with any desktop email client running on the Windows operating system while the second tip works in any email client including desktop email clients like Mozilla Thunderbird and Microsoft Outlook but also online email clients such as <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> or Yahoo Mail.</p>
<p>If you want to quickly send an email in the Windows operating system you have to start your email client, click on the write button and start writing the email. A much faster way is to press [windows R], type [mailto:] and hit enter. This opens the new email message window of the default email client on the computer system. It is even possible to add parameters like [mailto:admin@example.com?subject=test&amp;body=test2] which would automatically add the recipient admin@example.com, the subject test and the body text test2 to the email.</p>
<p><span id="more-13620"></span>There is probably a reference somewhere on the Internet that has a list of all possible mailto commands but I could not find it right now. It would be great if anyone would post it.</p>
<p>The second tip is more useful for recipients who sometimes have troubles if their email program divides a link on multiple lines making it lead to a non-existing page as only the first part of the link will be executed. Users who send emails should put long lists in &lt;&gt; brackets to avoid this.</p>
<p>Got any more email tips that you want to share? Let us know in the comments.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-email/" title="desktop email" rel="tag">desktop email</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-client/" title="email client" rel="tag">email client</a>, <a href="http://www.ghacks.net/tag/email-tips/" title="email tips" rel="tag">email tips</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/mailto/" title="mailto" rel="tag">mailto</a>, <a href="http://www.ghacks.net/tag/online-email/" title="online email" rel="tag">online email</a>, <a href="http://www.ghacks.net/tag/thunderbird/" title="thunderbird" rel="tag">thunderbird</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/15/move-thunderbird-email-profiles-to-another-location/" title="Move Thunderbird Email Profiles To Another Location (April 15, 2009)">Move Thunderbird Email Profiles To Another Location</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/11/04/why-im-still-using-a-software-email-client/" title="Why I&#8217;m Still Using A Software Email Client (November 4, 2008)">Why I&#8217;m Still Using A Software Email Client</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/04/22/gmail-ui-for-thunderbird/" title="Gmail UI For Thunderbird (April 22, 2009)">Gmail UI For Thunderbird</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/11/04/gmail-backup/" title="Gmail Backup (November 4, 2008)">Gmail Backup</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/03/18/email-client-thunderbird-20021/" title="Email Client: Thunderbird 2.0.0.21 (March 18, 2009)">Email Client: Thunderbird 2.0.0.21</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/16/two-quick-email-tips-to-save-the-day/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Microsoft Outlook Mail Time Zone Plugin</title>
		<link>http://www.ghacks.net/2009/06/14/microsoft-outlook-mail-time-zone-plugin/</link>
		<comments>http://www.ghacks.net/2009/06/14/microsoft-outlook-mail-time-zone-plugin/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 14:34:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[desktop email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[microsoft outlook plugin]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook plugin]]></category>
		<category><![CDATA[time zone]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13554</guid>
		<description><![CDATA[Time zones play an important role in email conversations. Not so when mailing a friend or colleague in the same region but when mailing someone who is living in another region of the world. Expecting a direct response from someone when it&#8217;s late at night their location is one of the problems that can occur. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_outlook.jpg" alt="microsoft outlook" title="microsoft outlook" width="128" height="125" class="alignleft size-full wp-image-12035" />Time zones play an important role in email conversations. Not so when mailing a friend or colleague in the same region but when mailing someone who is living in another region of the world. Expecting a direct response from someone when it&#8217;s late at night their location is one of the problems that can occur. </p>
<p>It does not really matter if an online email service such as <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> or a desktop email client such as Mozilla Thunderbird or Microsoft Outlook are used; Most, probably all, do not display information about the recipients timezone in the email client.</p>
<p><span id="more-13554"></span><a href="http://www.ablebits.com/outlook-sender-timezone/">Sender&#8217;s Time Zone</a> (via <a href="http://www.technospot.net/blogs/outlook-plugin-to-find-senders-time-zone/">Technospot</a>) for Microsoft Outlook changes that for Microsoft Outlook as it displays information about a sender&#8217;s time zone when replying to emails.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/microsoft_outlook-sender-timezone-500x204.png" alt="microsoft outlook sender timezone" title="microsoft outlook sender timezone" width="500" height="204" class="alignnone size-medium wp-image-13555" /></p>
<p>The plugin for Microsoft Outlook requires no configuration after the installation. It will automatically display the sender&#8217;s current time and the time zone difference in hours ahead or behind when replying to email messages in the email program. </p>
<p>Sender&#8217;s Time Zone is a plugin for Microsoft Outlook 2007, Outlook 2003, Outlook XP (2002) and Outlook 2000.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-email/" title="desktop email" rel="tag">desktop email</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-client/" title="email client" rel="tag">email client</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook-plugin/" title="microsoft outlook plugin" rel="tag">microsoft outlook plugin</a>, <a href="http://www.ghacks.net/tag/outlook/" title="outlook" rel="tag">outlook</a>, <a href="http://www.ghacks.net/tag/outlook-plugin/" title="outlook plugin" rel="tag">outlook plugin</a>, <a href="http://www.ghacks.net/tag/time-zone/" title="time zone" rel="tag">time zone</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/27/microsoft-outlook-plugin-reply-all-with-attachments/" title="Microsoft Outlook Plugin Reply All With Attachments (July 27, 2009)">Microsoft Outlook Plugin Reply All With Attachments</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/08/02/microsoft-outlook-inbox-management-plugin/" title="Microsoft Outlook Inbox Management Plugin (August 2, 2009)">Microsoft Outlook Inbox Management Plugin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/01/11/xobni-for-microsoft-outlook/" title="Xobni for Microsoft Outlook (January 11, 2008)">Xobni for Microsoft Outlook</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/26/outlook-2007-sp1/" title="Outlook 2007 SP1 (March 26, 2009)">Outlook 2007 SP1</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/01/19/microsoft-outlook-quickbooks-addin/" title="Microsoft Outlook Quickbooks Addin (January 19, 2009)">Microsoft Outlook Quickbooks Addin</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/14/microsoft-outlook-mail-time-zone-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Gmail UI For Thunderbird</title>
		<link>http://www.ghacks.net/2009/04/22/gmail-ui-for-thunderbird/</link>
		<comments>http://www.ghacks.net/2009/04/22/gmail-ui-for-thunderbird/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 17:50:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[desktop email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google-mail]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[thunderbird email]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/22/gmail-ui-for-thunderbird/</guid>
		<description><![CDATA[If you use both the online email client Gmail and the desktop email client Thunderbird you might like the idea of porting some of the features and shortcuts that Google has introduced to Gmail into Mozilla Thunderbird. Gmail UI does that. It does not port all of the features to the desktop email client but [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/mozilla_thunderbird.jpg" alt="mozilla thunderbird" title="mozilla thunderbird" width="156" height="164" class="alignleft size-full wp-image-12014" />If you use both the online email client <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> and the desktop email client Thunderbird you might like the idea of porting some of the features and shortcuts that Google has introduced to Gmail into Mozilla Thunderbird. Gmail UI does that. It does not port all of the features to the desktop email client but some of the most popular ones. The add-on for Thunderbird is compatible with all Thunderbird versions except the Thunderbird 3 branch but it is likely that it will be compatible once Thunderbird 3 is officially released.</p>
<p><span id="more-12276"></span>One of the most interesting features is the archive function. <a href="https://addons.mozilla.org/en-US/thunderbird/addon/1339">Gmail UI</a> adds the archive function of Gmail to Thunderbird. The user selects a folder name for the archive that can be used on account basis which would mean that the folder had to exist under every user account or one global archive folder which obviously only has to be selected once. The keyboard shortcut [Y] moves selected emails from the current folder directly into the archive folder. </p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/gmail_thunderbird.jpg" alt="gmail thunderbird" title="gmail thunderbird" width="457" height="442" class="alignnone size-full wp-image-12275" /></p>
<p>That&#8217;s however not the only feature that has been ported over. It is possible to move messages up and down with the [J] and [K] keys, mark emails as junk with [Ctrl J] or focus on the quick search bar with [/]. Expressions are added to the quick search bar which mimics the search expressions in Gmail. Some basic examples would be to enter terms like from:paul, to:mike or f:bob t:dave s:help.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-email/" title="desktop email" rel="tag">desktop email</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/google-mail/" title="google-mail" rel="tag">google-mail</a>, <a href="http://www.ghacks.net/tag/thunderbird/" title="thunderbird" rel="tag">thunderbird</a>, <a href="http://www.ghacks.net/tag/thunderbird-email/" title="thunderbird email" rel="tag">thunderbird email</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/16/two-quick-email-tips-to-save-the-day/" title="Two Quick Email Tips To Save The Day (June 16, 2009)">Two Quick Email Tips To Save The Day</a> (19)</li>
	<li><a href="http://www.ghacks.net/2008/08/04/synchronize-contacts-between-thunderbird-and-gmail/" title="Synchronize Contacts Between Thunderbird And Gmail (August 4, 2008)">Synchronize Contacts Between Thunderbird And Gmail</a> (12)</li>
	<li><a href="http://www.ghacks.net/2008/05/31/sync-gmail-contacts-with-thunderbird/" title="Sync Gmail Contacts with Thunderbird (May 31, 2008)">Sync Gmail Contacts with Thunderbird</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/11/04/gmail-backup/" title="Gmail Backup (November 4, 2008)">Gmail Backup</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/06/04/5-extensions-to-make-thunderbird-gmail-friendly/" title="5 Extensions to Make Thunderbird Gmail-Friendly (June 4, 2009)">5 Extensions to Make Thunderbird Gmail-Friendly</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/22/gmail-ui-for-thunderbird/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Move Thunderbird Email Profiles To Another Location</title>
		<link>http://www.ghacks.net/2009/04/15/move-thunderbird-email-profiles-to-another-location/</link>
		<comments>http://www.ghacks.net/2009/04/15/move-thunderbird-email-profiles-to-another-location/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 03:53:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[desktop email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[email tips]]></category>
		<category><![CDATA[move thunderbird]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[thunderbird profile]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/15/move-thunderbird-email-profiles-to-another-location/</guid>
		<description><![CDATA[The email client Mozilla Thunderbird uses a similar structure of storing data in so called profiles which are saved by default in the user directory of the operating system.There are a number of reasons why some users might want to move the data from the Thunderbird folder to another custom folder. Some that instantly come [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/mozilla_thunderbird.jpg" alt="mozilla thunderbird" title="mozilla thunderbird" width="156" height="164" class="alignleft size-full wp-image-12014" />The email client Mozilla Thunderbird uses a similar structure of storing data in so called profiles which are saved by default in the user directory of the operating system.There are a number of reasons why some users might want to move the data from the Thunderbird folder to another custom folder. Some that instantly come to mind are running out of storage on the default hard drive, moving the profile to a hard drive that promises speed improvements or moving it to an encrypted folder on another hard drive for security reasons.</p>
<p><span id="more-12015"></span>Whatever it may be it turns out to be very, very easy to move a single profile or even all profiles from the default location to another one. The first step is to close the Thunderbird email client so that it will not write data to the profile folder anymore. The default location of the Thunderbird profile folder depends on the operating system in use, below is a list of common locations:</p>
<ul>
<li>Windows XP/2000, %AppData%Thunderbird</li>
<li>Windows 95/98/Me, WINDOWS\Application Data\Thunderbird</li>
<li>Linux, ~/.thunderbird/</li>
<li>Mac OS X, ~/Library/Application Support/Thunderbird/ </li>
</ul>
<p>Copy one or several of the Thunderbird profiles to the new location. Now open up the file profiles.ini in the original folder and edit the path pointing to the new profile folder locations accordingly. You also need to change the parameter IsRelative=1 to IsRelative=0. Please note that this is valid for all profiles which means that you need to add the full path (e.g. c:\thunderbird\profiles\profile.code\ in the Windows operating system) to profiles that are kept in the default location. Start the Thunderbird email client. If everything worked well it should display the emails and other data as usual.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-email/" title="desktop email" rel="tag">desktop email</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-client/" title="email client" rel="tag">email client</a>, <a href="http://www.ghacks.net/tag/email-tips/" title="email tips" rel="tag">email tips</a>, <a href="http://www.ghacks.net/tag/move-thunderbird/" title="move thunderbird" rel="tag">move thunderbird</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a>, <a href="http://www.ghacks.net/tag/thunderbird/" title="thunderbird" rel="tag">thunderbird</a>, <a href="http://www.ghacks.net/tag/thunderbird-profile/" title="thunderbird profile" rel="tag">thunderbird profile</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/16/two-quick-email-tips-to-save-the-day/" title="Two Quick Email Tips To Save The Day (June 16, 2009)">Two Quick Email Tips To Save The Day</a> (19)</li>
	<li><a href="http://www.ghacks.net/2008/09/26/thunderbird-security-update-to-20017/" title="Thunderbird Security Update To 2.0.0.17 (September 26, 2008)">Thunderbird Security Update To 2.0.0.17</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/03/thunderbird-mailbox-alert/" title="Thunderbird Mailbox Alert (May 3, 2008)">Thunderbird Mailbox Alert</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/11/25/thunderbird-3-release-candidate-1/" title="Thunderbird 3 Release Candidate 1 (November 25, 2009)">Thunderbird 3 Release Candidate 1</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/07/24/thunderbird-20016-out/" title="Thunderbird 2.0.0.16 Out (July 24, 2008)">Thunderbird 2.0.0.16 Out</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/15/move-thunderbird-email-profiles-to-another-location/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 SP1</title>
		<link>http://www.ghacks.net/2009/03/26/outlook-2007-sp1/</link>
		<comments>http://www.ghacks.net/2009/03/26/outlook-2007-sp1/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 12:43:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[desktop email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[microsoft outlook 2007]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook 2007]]></category>
		<category><![CDATA[outlook 2007 sp1]]></category>
		<category><![CDATA[outlook patches]]></category>
		<category><![CDATA[outlook sp1]]></category>
		<category><![CDATA[outlook updates]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/03/26/outlook-2007-sp1/</guid>
		<description><![CDATA[Microsoft has &#8211; rather quietly &#8211; released an preliminary update for Microsoft Outlook 2007 that will also be included in the soon to be coming Microsoft Office Service Pack 2. The Outlook 2007 update increases the performance and responsiveness of Microsoft&#8217;s desktop email client noticeably. Four key areas are improved by the patch including startup, [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has &#8211; rather quietly &#8211; released an preliminary update for Microsoft Outlook 2007 that will also be included in the soon to be coming Microsoft Office Service Pack 2. The Outlook 2007 update increases the performance and responsiveness of Microsoft&#8217;s desktop email client noticeably. Four key areas are improved by the patch including startup, shutdown, general responsiveness and folder or view switches.</p>
<p>The general responsiveness of Outlook 2007 has been increased by reducing the I/O disk usage processes and UI response times. Startup has been improved by moving long operations from the initial startup while shutdown time was decreased by making Outlook exit predictable. Finally the folder and view switching benefits from improved view rendering and folder switching routines.</p>
<p>The update is currently classified as a <a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=961752&#038;kbln=en-us">hotfix</a> meaning that users will have to request it by providing their email address on a form at the Microsoft website. Users who do use Microsoft Outlook 2007 as their main email client will benefit from the update to a large extent. Startup time might be slower during first startup because of a one-time data structure upgrade.</p>
<p><span id="more-11478"></span>Microsoft has updated their Mailbox Storage Size Guidance to reflect the performance and responsiveness improvements when utilizing Cached Exchange Mode with respect to mailbox/OST sizes:</p>
<ul>
<li>Up to 5 gigabytes (GB): This size should provide a good user experience on most hardware.</li>
<li>Between 5 GB and 10 GB: This size is typically hardware dependent. Therefore, if you have a fast hard disk and much RAM, your experience will be better. However, slower hard drives, such as drives that are typically found on portable computers or early generation solid state drives (SSDs), experience some application pauses when the drives respond.</li>
<li>More than 10 GB: This size is where short pauses begin to occur on most hardware.</li>
<li>Very large, such as 25 GB or larger: This size increases the frequency of the short pauses, especially while you are downloading new e-mail. Alternatively, you can use Send/Receive groups to manually sync your mail.</li>
</ul>
<p>The service pack for Outlook 2007 contains additional improvements for components like the Calendar or Outlook search among others. Interested users can read up on the Outlook 2007 SP1 update by visiting the extensive Microsoft Knowledgebase <a href="http://support.microsoft.com/kb/968009/">article</a> and an official <a href="http://msexchangeteam.com/archive/2009/03/24/450881.aspx">blog</a> post covering the release announcement.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-email/" title="desktop email" rel="tag">desktop email</a>, <a href="http://www.ghacks.net/tag/email-client/" title="email client" rel="tag">email client</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook-2007/" title="microsoft outlook 2007" rel="tag">microsoft outlook 2007</a>, <a href="http://www.ghacks.net/tag/outlook/" title="outlook" rel="tag">outlook</a>, <a href="http://www.ghacks.net/tag/outlook-2007/" title="outlook 2007" rel="tag">outlook 2007</a>, <a href="http://www.ghacks.net/tag/outlook-2007-sp1/" title="outlook 2007 sp1" rel="tag">outlook 2007 sp1</a>, <a href="http://www.ghacks.net/tag/outlook-patches/" title="outlook patches" rel="tag">outlook patches</a>, <a href="http://www.ghacks.net/tag/outlook-sp1/" title="outlook sp1" rel="tag">outlook sp1</a>, <a href="http://www.ghacks.net/tag/outlook-updates/" title="outlook updates" rel="tag">outlook updates</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/14/microsoft-outlook-mail-time-zone-plugin/" title="Microsoft Outlook Mail Time Zone Plugin (June 14, 2009)">Microsoft Outlook Mail Time Zone Plugin</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/07/15/microsoft-outlook-facebook-add-on/" title="Microsoft Outlook Facebook Add-On (July 15, 2009)">Microsoft Outlook Facebook Add-On</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/05/26/microsoft-outlook-2007-essentials/" title="Microsoft Outlook 2007 Essentials (May 26, 2009)">Microsoft Outlook 2007 Essentials</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/06/03/recover-lost-outlook-passwords/" title="Recover Lost Outlook Passwords (June 3, 2008)">Recover Lost Outlook Passwords</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/01/03/outlook-tips-multiple-outlook-instances/" title="Outlook Tips: Multiple Outlook Instances (January 3, 2009)">Outlook Tips: Multiple Outlook Instances</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/26/outlook-2007-sp1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Email Client: Thunderbird 2.0.0.21</title>
		<link>http://www.ghacks.net/2009/03/18/email-client-thunderbird-20021/</link>
		<comments>http://www.ghacks.net/2009/03/18/email-client-thunderbird-20021/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 15:04:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[desktop email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[mozilla messaging]]></category>
		<category><![CDATA[mozilla thunderbird]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[thunderbird 2.0.0.21]]></category>
		<category><![CDATA[thunderbird update]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/03/18/email-client-thunderbird-20021/</guid>
		<description><![CDATA[A new version of the popular desktop email client Thunderbird is currently distributed to various mirror servers throughout the world. The Mozilla Messaging team will release the update once the transfers are finished and the websites have been updated with the latest information. This can usually take anywhere from 1 hour to 24 hours after [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of the popular desktop email client Thunderbird is currently distributed to various mirror servers throughout the world. The Mozilla Messaging team will release the update once the transfers are finished and the websites have been updated with the latest information. This can usually take anywhere from 1 hour to 24 hours after uploading the release to the official Mozilla ftp site.</p>
<p>Although the Thunderbird 2.0.0.21 <a href="http://www.mozillamessaging.com/en-US/thunderbird/2.0.0.21/releasenotes/">release notes</a> page is already up it has not been fully updated with information regarding this release. It mentions security related fixes in this version of Thunderbird but the link points to a page that has not been updated yet. The download link on the release notes page is also pointing to Thunderbird 2.0.0.19 and not the current release.</p>
<p>Many users would probably want to update their email client immediately after reading that it contains patches for security issues. Several users reminded us last time we posted a link to a release of <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> and Thunderbird that we should not do so. So, no link for now which is kinda stupid as everyone with half a brain will be able to find the Mozilla ftp site with the download link of Thunderbird 2.0.0.21.</p>
<p><span id="more-11320"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/email_client_thunderbird.jpg" alt="email client thunderbird" title="email client thunderbird" width="291" height="207" class="alignnone size-full wp-image-11319" /></p>
<p>Everyone else will have to sit tight with an insecure version of Thunderbird until the official distribution process has been completed and the update is officially announced. </p>
<p>Some add-ons might stop working after installing Thunderbird 2.0.0.21. You could try and change the allowed version number manually or wait for the software developer to update the add-on for the email client.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-email/" title="desktop email" rel="tag">desktop email</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-client/" title="email client" rel="tag">email client</a>, <a href="http://www.ghacks.net/tag/mozilla-messaging/" title="mozilla messaging" rel="tag">mozilla messaging</a>, <a href="http://www.ghacks.net/tag/mozilla-thunderbird/" title="mozilla thunderbird" rel="tag">mozilla thunderbird</a>, <a href="http://www.ghacks.net/tag/thunderbird/" title="thunderbird" rel="tag">thunderbird</a>, <a href="http://www.ghacks.net/tag/thunderbird-20021/" title="thunderbird 2.0.0.21" rel="tag">thunderbird 2.0.0.21</a>, <a href="http://www.ghacks.net/tag/thunderbird-update/" title="thunderbird update" rel="tag">thunderbird update</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/16/two-quick-email-tips-to-save-the-day/" title="Two Quick Email Tips To Save The Day (June 16, 2009)">Two Quick Email Tips To Save The Day</a> (19)</li>
	<li><a href="http://www.ghacks.net/2008/09/26/thunderbird-security-update-to-20017/" title="Thunderbird Security Update To 2.0.0.17 (September 26, 2008)">Thunderbird Security Update To 2.0.0.17</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/09/11/thunderbird-quick-folders/" title="Thunderbird Quick Folders (September 11, 2009)">Thunderbird Quick Folders</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/13/thunderbird-email-thread-visualizer/" title="Thunderbird Email Thread Visualizer (August 13, 2009)">Thunderbird Email Thread Visualizer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/01/21/thunderbird-email-address-crawler/" title="Thunderbird Email Address Crawler (January 21, 2009)">Thunderbird Email Address Crawler</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/18/email-client-thunderbird-20021/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Offline Gmail Buzz</title>
		<link>http://www.ghacks.net/2009/01/29/offline-gmail-buzz/</link>
		<comments>http://www.ghacks.net/2009/01/29/offline-gmail-buzz/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 11:11:18 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[desktop email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[gmail offline]]></category>
		<category><![CDATA[google gears]]></category>
		<category><![CDATA[google-mail]]></category>
		<category><![CDATA[offline email]]></category>
		<category><![CDATA[offline gmail]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10198</guid>
		<description><![CDATA[It seems that the experimental Gmail application that is available for US and UK Gmail users has been creating some buzz on the Internet. It basically allows users to use Gmail while they are offline, meaning not connected to the Internet. It makes use of Google Gears and can be activated in the Gmail interface [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that the experimental <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> application that is available for US and UK Gmail users has been creating some buzz on the Internet. It basically allows users to use Gmail while they are offline, meaning not connected to the Internet. It makes use of Google Gears and can be activated in the Gmail interface by clicking on Settings and then the Labs section. Once activated a local copy of the mail folders will be stored on the computer which will be accessed whenever there is no Internet connection. The user can access all mails received or send and compose new mails. The changes will be synchronized with Gmail once the Internet connection becomes available again.</p>
<p>Offline Gmail is an interesting option for users who do not want to (or cannot) install a desktop client on their computer. Everyone else is probably better of using desktop clients like Mozilla Thunderbird, Microsoft Outlook or The Bat which provide many advanced features and usage scenarios that web email clients do not offer.</p>
<p><span id="more-10198"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/01/offline_gmail-500x139.jpg" alt="offline gmail" title="offline gmail" width="500" height="139" class="alignnone size-medium wp-image-10199" /></p>
<p>It should also be noted that Google Gears has to be installed on the computer to make use of the offline Gmail extension. Google Gears is currently only available for <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> and Microsoft <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a>.</p>
<p>Is the buzz about the new experimental Gmail feature justified? It is highly limited at this point in time and does not come with any features that cannot be achieved otherwise. It might be nice for users who like to use Gmail and do not want the troubles of installing a desktop email client. What&#8217;s your take on it?</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-email/" title="desktop email" rel="tag">desktop email</a>, <a href="http://www.ghacks.net/tag/email-client/" title="email client" rel="tag">email client</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/gmail-offline/" title="gmail offline" rel="tag">gmail offline</a>, <a href="http://www.ghacks.net/tag/google-gears/" title="google gears" rel="tag">google gears</a>, <a href="http://www.ghacks.net/tag/google-mail/" title="google-mail" rel="tag">google-mail</a>, <a href="http://www.ghacks.net/tag/offline-email/" title="offline email" rel="tag">offline email</a>, <a href="http://www.ghacks.net/tag/offline-gmail/" title="offline gmail" rel="tag">offline gmail</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/16/two-quick-email-tips-to-save-the-day/" title="Two Quick Email Tips To Save The Day (June 16, 2009)">Two Quick Email Tips To Save The Day</a> (19)</li>
	<li><a href="http://www.ghacks.net/2008/11/01/how-to-setup-gmail-in-external-mail-clients-properly/" title="How To Setup Gmail In External Mail Clients Properly (November 1, 2008)">How To Setup Gmail In External Mail Clients Properly</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/04/22/gmail-ui-for-thunderbird/" title="Gmail UI For Thunderbird (April 22, 2009)">Gmail UI For Thunderbird</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/11/04/gmail-backup/" title="Gmail Backup (November 4, 2008)">Gmail Backup</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/06/27/change-default-mail-client-in-windows-xp/" title="Change Default Mail Client In Windows XP (June 27, 2009)">Change Default Mail Client In Windows XP</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/01/29/offline-gmail-buzz/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Are You Up For An Email Client With Unique Features? Read On!</title>
		<link>http://www.ghacks.net/2008/12/27/are-you-up-for-an-email-client-with-unique-features-read-on/</link>
		<comments>http://www.ghacks.net/2008/12/27/are-you-up-for-an-email-client-with-unique-features-read-on/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 15:18:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[audio email]]></category>
		<category><![CDATA[desktop email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[emailaya]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[portable email]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9391</guid>
		<description><![CDATA[If you ask 100 users about their preferred email client you will receive many different answers. Many will tell you that they use web based email like Gmail, Yahoo Mail or Windows Live Mail. Others will proudly mention that they rely on desktop email clients like Microsoft Outlook or Mozilla Thunderbird. Only a few will [...]]]></description>
			<content:encoded><![CDATA[<p>If you ask 100 users about their preferred email client you will receive many different answers. Many will tell you that they use web based email like <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a>, Yahoo Mail or Windows Live Mail. Others will proudly mention that they rely on desktop email clients like Microsoft Outlook or Mozilla Thunderbird. Only a few will mention an email client that you never heard about though; And this is the tale of one..</p>
<p><a href="http://www.emailaya.com/index.php">eMailaya</a> is a portable email client for the Windows operating system. It is one of those software programs that receives fantastic ratings all over the place but is known by only a few users. What makes this client unique in comparison to other desktop clients and web based email services?</p>
<p>The answer is its functionality. Have you ever asked yourself why there is no way to send audio or video emails easily? Why there is not a build in feature to check and manage emails on the mail server? Why there is no easy way to backup emails?</p>
<p><span id="more-9391"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/12/emailaya-500x348.jpg" alt="emailaya" title="emailaya" width="500" height="348" class="alignnone size-medium wp-image-9392" /></p>
<p>Those are just a few of the features that eMailaya comes with. Lets take a closer look at the audio email feature. All you need is a microphone that is connected to the computer. You press a button in the email client that indicates that the recording starts. You talk and as soon as you stop the recording the audio file gets added as an attachment.</p>
<p>The same principle applies to video emails. It is really that easy. No more starting another application, recording the audio or video, saving it and adding it as an attachment. </p>
<p>What else do you get:</p>
<ul>
<li>Pop3 and IMAP support</li>
<li>SSL support</li>
<li>Calendar</li>
<li>RSS and RSS2Email</li>
<li>Quick Chat with email contacts (if both use eMailaya)</li>
<li>ISP switching</li>
<li>Tabbed emailing</li>
<li>Statistics like information when the last email from a specific contact was send / received or about the sizes of specific mail folders.</li>
<li>Password Protection</li>
<li>Automatic archiving (create one zipped attachment containing all attachments)</li>
<li>Upload Files to the mail server</li>
<li>Dynamic folders on mail server</li>
</ul>
<p>Is it the right email client for you? That&#8217;s a question that is best to be answered after testing eMailaya extensively. The email client can import messages from Gmail, Outlook, Outlook Express and eml/ema/msg files. Contacts can be imported from the Windows address book.</p>

	Tags: <a href="http://www.ghacks.net/tag/audio-email/" title="audio email" rel="tag">audio email</a>, <a href="http://www.ghacks.net/tag/desktop-email/" title="desktop email" rel="tag">desktop email</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-client/" title="email client" rel="tag">email client</a>, <a href="http://www.ghacks.net/tag/emailaya/" title="emailaya" rel="tag">emailaya</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/portable-email/" title="portable email" rel="tag">portable email</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/16/two-quick-email-tips-to-save-the-day/" title="Two Quick Email Tips To Save The Day (June 16, 2009)">Two Quick Email Tips To Save The Day</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/01/29/offline-gmail-buzz/" title="Offline Gmail Buzz (January 29, 2009)">Offline Gmail Buzz</a> (12)</li>
	<li><a href="http://www.ghacks.net/2009/04/15/move-thunderbird-email-profiles-to-another-location/" title="Move Thunderbird Email Profiles To Another Location (April 15, 2009)">Move Thunderbird Email Profiles To Another Location</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/06/14/microsoft-outlook-mail-time-zone-plugin/" title="Microsoft Outlook Mail Time Zone Plugin (June 14, 2009)">Microsoft Outlook Mail Time Zone Plugin</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/04/22/gmail-ui-for-thunderbird/" title="Gmail UI For Thunderbird (April 22, 2009)">Gmail UI For Thunderbird</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/27/are-you-up-for-an-email-client-with-unique-features-read-on/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
