<?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>MakeUseOf.com &#187; IMAP</title>
	<atom:link href="http://www.makeuseof.com/tags/imap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Mon, 23 Nov 2009 02:08:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Technology Explained: How Does An Email Server Work?</title>
		<link>http://www.makeuseof.com/tag/technology-explained-how-does-an-email-server-work/</link>
		<comments>http://www.makeuseof.com/tag/technology-explained-how-does-an-email-server-work/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 18:01:10 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[POP]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[technology explained]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=23105</guid>
		<description><![CDATA[As an invention, email probably ranks close to the development of alphabets. We may IM and tweet to our heart’s content but it would be wrong to say that these shortcuts have been sired by the humble email to a certain extent. It has revolutionized communications though it may also have sounded the death knell [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/Thumbnail5.png" alt="how does an email server work" vspace="5" width="198" height="264" align="left" />As an invention, email probably ranks close to the development of alphabets. We may IM and tweet to our heart’s content but it would be wrong to say that these shortcuts have been sired by the humble email to a certain extent. It has revolutionized communications though it may also have sounded the death knell for the art of letter writing. But that’s technology.</p>
<p>Email is serious but it&#8217;s several simple technologies at work, something we take for granted when we click <em>compose</em> and <em>send</em>. Behind each email is a powerful engine called the email server which pushes the emails through the internet. Many people use them, but how does an email server work?</p>
<p>To drive a car we need not have the ability to tell a carburetor from a tailpipe, but when it breaks down, that little knowledge helps. Email is less likely to <a href="http://www.makeuseof.com/tag/diagnose-email-server-problems-with-free-tools/">crash</a> but it definitely helps to have a broad picture of how Jim’s mail reaches Jane half across the globe in a blink of an eye.</p>
<p><span id="more-23105"></span></p>
<h3><strong>The Big Picture – How does an email go from Sender to Recipient?</strong></h3>
<p>Each email message is nothing but a text file plus the attachments. Just like all data through the internet, an email is also broken into smaller packets. When the sender clicks the <em>send</em> button, all the packets are uploaded to a central computer (the<em> </em>email server) that hosts the email service.</p>
<p>The email service then relays these packets through the internet to the server which holds the email service of the recipient. The mail server of the recipient looks for his email address, locates it and places the email within the inbox. The email client reassembles the packets into a complete mail. The recipient logs into his account and downloads the email.</p>
<h3><strong>Step by Step – How the Little Parts Come Together</strong></h3>
<p>We use an online email service like <a href="http://www.makeuseof.com/tag/how-to-stay-connected-with-gmail/">Gmail</a>, <a href="http://www.makeuseof.com/tag/send-and-recieve-yahoo-mail-using-your-desktop-email-client/">Yahoo Mail</a> or AOL to compose an email, add attachments and other data files. Also, we use email client software like <a href="http://www.makeuseof.com/tags/thunderbird">Thunderbird</a>, <a href="http://www.makeuseof.com/tags/outlook">Outlook Express</a>, Outlook or <a href="http://www.makeuseof.com/tags/mac">Mac</a> OS X’s Mail.</p>
<ul>
<li>When we send an email, our computer connects to our email service’s mail server. A <em>server</em> is a centralized computer which manages a specific type of service. An email server for instance, handles emails. The email server responsible for sending emails is called the <strong>SMTP </strong>(Simple Mail Transfer Protocol) server. One SMTP server can pass on the mail to another SMTP server and relay it to the destination through several hops.</li>
<li>Every email has the sender’s address (e.g. <em>sender@sendermail.com</em>) and the recipient’s in the <em>To</em> field (e.g. <em>recipient@recipientmail.com</em>). When an email is sent, the email client connects to the SMTP server of the sender’s email service (e.g. <em>mailserver.sendermail.com</em>). The client transmits the address of the sender, the address of the recipient and the content of the message.</li>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/Diagrammatic-Rep.png" alt="how does an email server work" width="562" height="501" /></p>
<li>The SMTP server goes to work at locating the whereabouts of the recipient. Using the recipient’s mail ID (i.e. recipient@recipientmail.com) it locates the domain name &#8211; e.g.<em>recipientmail.com</em>.</li>
<li>Note:  If the recipient’s mail ID had the same domain name as the sender, then the process would be simpler. The SMTP server would have transferred the mail to its local outgoing mail server (POP3 or IMAP).</li>
<li>Each domain name represents a unique Web address, called an <strong>Internet protocol (IP) </strong>address. Think of it as postal addresses of the internet. The link between domain names to their IP addresses is stored in the <strong>Domain Name Registry</strong>. The SMTP server then contacts the server where the registry is kept (<strong>The DNS Server</strong>). The DNS server sends back the address to the SMTP server.</li>
<li>The SMTP server then proceeds to hand over the email to the SMTP server of the recipient’s email service (let’s call it mailserver.recipientmail.com). This SMTP server checks and confirms that the mail addressed to recipient@recipientmail.com belongs to it and hands it over to its counterpart – the <em>POP3 server</em> (or the <em>IMAP server</em>).</li>
<li><strong>Post Office Protocol (POP3)</strong> servers are the servers that do the job of receiving mails. The number <em>‘3’</em> is the version number of the protocol in use. POP3 servers have mail accounts (our email IDs). Each mail account is mapped to a username-password combination. Once the message is handed over to the POP3 server, it is kept and stored in the mail account till the recipient logs in and checks the mail.</li>
<li>An email client connects to the POP3 server and tells it to allow download of the email. Once downloaded to the local machine, POP3 mailboxes do not retain a copy of the email. Thus, you cannot check your emails from another PC as it has already been downloaded. To nail this difficulty, IMAP was introduced. <strong>IMAP4 </strong>(Internet Message Access Protocol version 4) simply retains a copy of the emails on the server. This allows you to access your e-mail from any location with an internet connection.</li>
</ul>
<h3><strong>Simple notes of difference between POP3 and IMAP4</strong></h3>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/IMPAP-Settings.png" alt="how does an email server work" width="580" height="232" /></p>
<p>The obvious differences between the two protocols can be felt. POP3 mails are not limited by mail sizes as they get stored locally on your computer. Also because of less server storage space they are cheaper to support. But they make it difficult to export your emails if you decide to switch email programs or even operating systems.</p>
<p>With IMAP you can just download them again. With IMAP, sent mail and drafts are also uploaded to the server. The one apparent disadvantage of IMAP is its slower speeds because of server based functions.</p>
<p>POP3 is common but IMAP4 is newer and more advantageous for some of these reasons.</p>
<p>I hope next time you sit down to email; you just might appreciate the synergy of technology that makes it all possible. Right now, let me get back to my inbox and check what it has in store for me.</p>
<p>By the way, did you know that email came much, much before the internet? Probably, as early as <a href="http://www.nethistory.info/History of the Internet/email.html">1965</a>!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/incredimail-%e2%80%93-have-some-fun-with-this-email-client-windows/" title="IncrediMail – Have Some Fun With This Email Client (Windows) (November 4, 2008)">IncrediMail – Have Some Fun With This Email Client (Windows)</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/send-and-recieve-yahoo-mail-using-your-desktop-email-client/" title="How to Download Yahoo Email using Desktop Email Client (January 30, 2009)">How to Download Yahoo Email using Desktop Email Client</a> (43)</li>
	<li><a href="http://www.makeuseof.com/tag/fight-spam-and-email-overload-with-otherinbox/" title="Fight Spam &#038; Email Overload With OtherInbox (October 9, 2008)">Fight Spam &#038; Email Overload With OtherInbox</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/picasa-101-thinking-outside-the-box/" title="[Google Picasa 101] &#8211; Saving, Exporting &#038; Uploading To Picasa Web Albums (April 9, 2009)">[Google Picasa 101] &#8211; Saving, Exporting &#038; Uploading To Picasa Web Albums</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/zenbe-email-evolved/" title="Zenbe &#8211; All Your Emails In One Place (November 17, 2008)">Zenbe &#8211; All Your Emails In One Place</a> (20)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/technology-explained-how-does-an-email-server-work/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>IncrediMail – Have Some Fun With This Email Client (Windows)</title>
		<link>http://www.makeuseof.com/tag/incredimail-%e2%80%93-have-some-fun-with-this-email-client-windows/</link>
		<comments>http://www.makeuseof.com/tag/incredimail-%e2%80%93-have-some-fun-with-this-email-client-windows/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 19:01:09 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[POP]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=7110</guid>
		<description><![CDATA[I love emails. The pleasure of receiving them is matched by the pleasure of writing them. Of course, each email client has its own reason to boast and its own legion of fans. IncrediMail Xe can lay claim to some of them. If connecting with friends is meant to be fun, then IncrediMail follows this [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/11/incredimailbutler.png" border="0" alt="" align="left" />I love emails. The pleasure of receiving them is matched by the pleasure of writing them. Of course, each email client has its own reason to boast and its own legion of fans. <strong>IncrediMail Xe</strong> can lay claim to some of them. If connecting with friends is meant to be fun, then IncrediMail follows this axiom to the byte. IncrediMail Xe v5.8 is a fun piece of email software.</p>
<p>Its reputation doesn&#8217;t suffer because it is able and free too&#8230;<strong>though an adware</strong>. The ads come in two modes &#8211; as a single line of animated self promoting ad in the outgoing mails and as a small banner ad in the status window. There is a paid version with extra features and without the ads.</p>
<p>The email application has existed for some time. But it stands out from others of its ilk because it offers a rich graphical experience as opposed to its plain Jane cousins. A single line intro would say that IncrediMail Xe is an ad supported email client for Windows allowing the use of emoticons, e-cards, email backgrounds, sounds, animations, 3D effects and handwritten signatures in emails.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/defaultscreen.png" alt="IncrediMail Email Client- screen with Notifier" /></p>
<p><strong>Here&#8217;s a walkthrough of the &#8216;merry&#8217; features in the free version of this mail client -</strong></p>
<ul>
<li>60 email backgrounds to add color to your mail.</li>
<li>Use the vast gallery of emoticons to add emotion to your words.</li>
<li>Cool animations to lighten your emails.</li>
<li>Notifiers &#8211; the animated characters announce the arrival of new mail. There&#8217;s a Jeeves-like caricature too!</li>
<li>Add the personal touch with the Handwritten signature creator.</li>
<li>See your emails bouncing and flying around with some cool 3D Effects.</li>
<li>Background wav files add sound elements to your email. An accompanying clickety click sound effect as you type gives a feel of a typewriter.</li>
<li>Peek into your mails with a multimedia attachment preview.</li>
</ul>
<p>Thankfully, IncrediMail goes beyond being just a sugar coated email application. Under the hood are the qualities of a regular email client. The program supports the defacto POP3 and IMAP4 mail protocols. It is matched with leading email services like Gmail, Yahoo, and AOL. The interface mirrors that of Outlook Express and this probably will help the user ease into the software.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/newmail.png" alt="incredimail for vista" /></p>
<p>All the bells and whistles of a regular email client like handling messages; importing, exporting and managing the address book; and creating message rules are present. Automatic replies along with &#8216;request read receipts&#8217; are always helpful.  Spam defense is through a rudimentary junk filter which works on the basis of a manual blocked senders list and message rules. An automatic image blocker disallows outside graphics. The user can block unwanted messages and if you want to show that you never received a message in the first place, there&#8217;s a &#8216;bounce&#8217; feature accompanying that too. A more sophisticated junk filter is available in the paid version. A spellchecker and a Babylon based translator engine are the other close at hand aids. The mails might be graphic heavy, but I could send them in a jiffy.</p>
<p>You get the best bang for the buck when you send across your emails to another IncrediMail user because every email client has its own idiosyncrasies when it comes to handling graphics and sound. Outlook for example will display a static in place of the animated emoticon. Online Gmail, Yahoo and AOL do the latter but without the email background.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/ingmail1.png" alt="IncrediMail - Sent Mail" /></p>
<p>Yes, it is a good free email client. But a finicky user like me just has to find some of the rough spots. And there are some I must mention.</p>
<ul>
<li>The address book is simple and lacks the ability to store multiple email addresses under a single name. For a &#8216;multimedia&#8217; rich application, the lack of a contact picture in the address book is a put off.</li>
<li>The approved list based junk filter is pretty basic.</li>
<li>You have to use third party software to export your messages to a common format for import by other email clients. This is a problem if you want to uninstall and move to another email program.</li>
<li>Though IncrediMail does allow you to set your IMAP account, IMAP folder synchronization is absent. Copies of mail messages can be left on the server for access by other connected IMAP accounts.</li>
<li>Some objections have been cited over the heavy use bandwidth because of the HTML plus multimedia use in IncrediMail. (But hey! This is the age of Web 2.0!)</li>
<li>Being an ad supported software; their <a href="http://www.incredimail.com/english/fullprivacy.asp" target="_blank">privacy policy</a> mentions the use of &#8216;Non- Personally Identifiable Information&#8217; for advertisement purposes.</li>
</ul>
<p>IncrediMail may be what an emailer with a funny bone would look at. The kids or the kid in you could certainly give it a whirl. A serious emailer might look for more advanced mail management features and without the attached ads. I would recommend you use it for fun but just don&#8217;t send your next CV with it.</p>
<p>Today, email itself is unremarkable stuff. But IncrediMail does allow us to add a bit of playfulness in the midst of the mundane.</p>
<p><em><a href="http://www.incredimail.com/english/splash.aspx" target="_blank">IncrediMail Xe</a> is a 10.33MB sized Windows (98, ME, 2000, XP, Vista) only application. It is available in 11 languages. </em></p>
<p>Do you find IncrediMail incredible? Share your user experiences with us.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/technology-explained-how-does-an-email-server-work/" title="Technology Explained: How Does An Email Server Work? (August 18, 2009)">Technology Explained: How Does An Email Server Work?</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/send-and-recieve-yahoo-mail-using-your-desktop-email-client/" title="How to Download Yahoo Email using Desktop Email Client (January 30, 2009)">How to Download Yahoo Email using Desktop Email Client</a> (43)</li>
	<li><a href="http://www.makeuseof.com/tag/postbox-for-mac-first-impressions/" title="Postbox: An Alternative Email Client For Mac (February 4, 2009)">Postbox: An Alternative Email Client For Mac</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/muo-polls-do-you-check-email-online-or-use-a-desktop-client/" title="MUO Polls: Do You Check Email Online or Use A Desktop Client? (September 29, 2008)">MUO Polls: Do You Check Email Online or Use A Desktop Client?</a> (37)</li>
	<li><a href="http://www.makeuseof.com/tag/make-gmail-your-default-desktop-mail-program-windows/" title="Make Gmail your Default Desktop Email Client (Windows) (October 31, 2008)">Make Gmail your Default Desktop Email Client (Windows)</a> (25)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/incredimail-%e2%80%93-have-some-fun-with-this-email-client-windows/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Fight Spam &amp; Email Overload With OtherInbox</title>
		<link>http://www.makeuseof.com/tag/fight-spam-and-email-overload-with-otherinbox/</link>
		<comments>http://www.makeuseof.com/tag/fight-spam-and-email-overload-with-otherinbox/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 22:01:32 +0000</pubDate>
		<dc:creator>Tim Watson</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email management]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[invitations]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=6269</guid>
		<description><![CDATA[OtherInbox claims to be &#8220;the cure for email overload.&#8221; I&#8217;ve been part of the beta test for a few weeks now and I simply love it. Instead of giving you a single email address, OtherInbox gives you the ability to create multiple addresses in your own subdomain (myusername.otherinbox.com). These addresses can be used to sign [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/6a00d83420aa6d53ef00e554e334228833-800wi.png" border="0" alt="OtherInbox Logo" align="left" /><a href="http://www.otherinbox.com">OtherInbox</a> claims to be &#8220;the cure for email overload.&#8221; I&#8217;ve been part of the beta test for a few weeks now and I simply love it. Instead of giving you a single email address, OtherInbox gives you the ability to create multiple addresses in your own subdomain (<em>myusername</em>.otherinbox.com). These addresses can be used to sign up anywhere. The service officially supports Firefox, Chrome, Safari, and (for those of you stuck at work) Internet Explorer.</p>
<p>Example time:</p>
<p>Let&#8217;s say that I want to sign up for PossiblyShadySite.com but don&#8217;t want to give out my <em>real</em> email address, potentially passing it to spammers. Instead, I register with the address</p>
<div align="center"> <strong>possiblyshadysite@<em>myusername</em>.otherinbox.com</strong></div>
<p>For those who prefer to use their own domain, that option is also available. All messages to my custom address will fall into its own folder in your OtherInbox, where you can read, archive, search, and reply to them in a nice Outlook-style layout.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/images/other-inbox.png" alt="A peek inside the busy inbox of an OtherInbox user." /></p>
<p><em>Note to self&#8230;see if &#8220;PossiblyShadySite.com&#8221; is taken. Now where was I?</em></p>
<p>You can do this with a seemingly-infinite number of sites. </p>
<p>- save your Amazon receipts in <em>amazon@myusernname.otherinbox.com</em><br />
- filter your eBay auto-searches into <em>eBay@myusernname.otherinbox.com</em><br />
- use separate email just for signups, say em>signups@myusernname.otherinbox.com</em><br />
- etc. </p>
<p>Best part about this is that there are no filters to set up; you <strong>do not</strong> have to go to the OtherInbox site ahead of time to create the address. For instance, right after signing up (got username <em>makeuseof</em>) I sent myself 3 emails to following addresses:</p>
<p><em>- test1@makeuseof.otherinbox.com<br />
- test2@makeuseof.otherinbox.com<br />
- test3@makeuseof.otherinbox.com</em></p>
<p>When I logged in to OtherInbox I saw each of those emails in its own Inbox. Sweet.</p>
<p><img src="http://makeuseof.com/images/other-inboxes.png" alt="Other Inboc - Multiple Inboxes" /></p>
<p>In the event that you begin to receive unsolicited mail in a particular inbox, you have the option of hitting the big &#8220;Block All&#8221; button, which disables that address. You&#8217;ll never see mail from them again. The option to turn a disabled inbox back on is there if needed.</p>
<p><img src="http://makeuseof.com/images/other-inbox-block.png" alt="Block All option" /></p>
<p>Checking multiple sites for your mail is a chore, and OtherInbox seems to understand that. Additional options allow you to auto-forward all incoming mail to another address, or (my favorite) <strong>read your messages via RSS</strong>. </p>
<p><img src="http://makeuseof.com/images/other-inbox-alerts.png" alt="OtherInbox - Get Emails via RSS" /></p>
<p>The same options are available for individual inboxes, along with the vice-versa option, importing an RSS feed to an inbox.</p>
<p>OtherInbox can also import messages from any IMAP account, auto-saving and organizing receipts, coupons, etc. I&#8217;m told that there is currently <strong>no limit</strong> to the amount of messages that can be saved in your OtherInbox account.</p>
<p>Being a beta, it can be prone to the occasional hiccups, but I have no real complaints about the service. I believe that once you have been using OtherInbox for just a few days, you will wonder what you did without it.</p>
<p>I&#8217;m also happy to announce that the nice folks at OtherInbox have opened up their beta to the first 100 Make Use Of readers to sign up <a href="http://beta.otherinbox.com/signup/makeuseof">through this link</a>. You may also follow <a href="http://twitter.com/otherinbox">their Twitter account</a> for the chance to score an invite, or simply to send them feedback.</p>
<p>So why not set up an account and then come back here and let us know what you think?   Do you see this as the new weapon against email spam?</p>
<p>Make Use Of has written a lot on <a href="http://www.makeuseof.com/dir/tag/spam/">email spam</a> but here are a couple of posts you might want to check out</p>
<p>- <a href="http://www.makeuseof.com/tag/get-a-grip-on-email-spam-before-it-gets-a-grip-on-you/">Get a Grip on eMail Spam Before It Gets A Grip On You</a><br />
- <a href="http://www.makeuseof.com/tag/quickly-create-temporary-email-addresses-with-yopmail/">Quickly Create Temporary Email Addresses with Yopmail</a>.</p>
<p>Enjoy!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/create-an-automatic-email-response-with-gmails-new-filter/" title="Create An Automatic Email Response With Gmail&#8217;s New Filter (November 29, 2008)">Create An Automatic Email Response With Gmail&#8217;s New Filter</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/zenbe-email-evolved/" title="Zenbe &#8211; All Your Emails In One Place (November 17, 2008)">Zenbe &#8211; All Your Emails In One Place</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/top-5-yahoo-mail-classic-tips-tricks/" title="Top 5 Yahoo Mail Classic Tips &#038; Tricks (September 5, 2009)">Top 5 Yahoo Mail Classic Tips &#038; Tricks</a> (23)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-how-does-an-email-server-work/" title="Technology Explained: How Does An Email Server Work? (August 18, 2009)">Technology Explained: How Does An Email Server Work?</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/gmail-introduces-canned-responses-to-save-you-time/" title="Save Time with Gmail Email Templates using &#8220;Canned Responses&#8221; (October 23, 2008)">Save Time with Gmail Email Templates using &#8220;Canned Responses&#8221;</a> (20)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/fight-spam-and-email-overload-with-otherinbox/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>GmailAssistant &#8211; The Ultimate Gmail Notifier</title>
		<link>http://www.makeuseof.com/tag/gmailassistant/</link>
		<comments>http://www.makeuseof.com/tag/gmailassistant/#comments</comments>
		<pubDate>Fri, 30 May 2008 22:50:15 +0000</pubDate>
		<dc:creator>Travis Quinnelly</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=2509</guid>
		<description><![CDATA[GmailAssistant is an amazing little java application that allows you to check multiple Gmail accounts including Gmail for Domains at the same time. GmailAssistant accesses your Google accounts securely using IMAP over SSL. Basically folks, that means that it&#8217;s pretty secure!
GmailAssistant allows you to completely customize your notification options. You can choose to have it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-2510" title="GmailAssistant" src="http://www.makeuseof.com/wp-content/uploads/2008/05/gmailassistant_1.png" alt="" align="left" /><a href="http://gmailassistant.sourceforge.net">GmailAssistant</a> is an amazing little java application that allows you to check multiple Gmail accounts including <a href="http://www.google.com/a/help/intl/en/var_1c.html">Gmail for Domains</a> at the same time. GmailAssistant accesses your Google accounts securely using IMAP over SSL. Basically folks, that means that it&#8217;s pretty secure!</p>
<p>GmailAssistant allows you to completely customize your notification options. You can choose to have it find all mail, unread in the Inbox, and even mail with specific labels. You can even choose different alert methods&#8230;i.e. popup message, chime, blink keyboard LED.</p>
<h2>Features</h2>
<p><strong>Single-File</strong> &#8211; GmailAssistant is launched from just one file. All you need to run it is contained in that one executable .jar file.<br />
<strong>No Installation</strong> &#8211; GmailAssistant is packaged into one executable .jar file, which means it runs on <strong>any</strong> Operating System.<br />
<strong>Leave It</strong> &#8211; GmailAssistant does not modify any system settings in any way. Everything needed for it runs in the .jar file.<br />
<strong>Convenience</strong> &#8211; Always on top, SOCKS proxy, save/load program and account settings in encrypted profiles, automatic profile loading, adjustable mail check frequency, persistent and navigable popup messages<br />
<strong>Updates</strong> &#8211; Easily update GmailAssistant with one click.<br />
<strong>License</strong> &#8211; <a href="http://gmailassistant.sourceforge.net/gnugpl2.txt">GNU General Public License version 2</a>.</p>
<h2>What it looks like</h2>
<p>Here is the GmailAssistant Main form. From this page you can configure your various Gmail accounts.</p>
<div><img class="alignnone size-full wp-image-2511" title="GmailAssistant - Main Form" src="http://www.makeuseof.com/wp-content/uploads/2008/05/gmailassistant_2.png" alt="" /></div>
<p>Listed below is the &#8220;Account Form&#8221; where you specifiy your specific details for your various Gmail or Gmail for Domains accounts. This is where you&#8217;ll also set up the specific privileges about how you want GmailAssistant to notify you and alert you to your accounts.</p>
<div><img class="alignnone size-full wp-image-2512" title="GmailAssistant -  Account Form" src="http://www.makeuseof.com/wp-content/uploads/2008/05/gmailassistant_3.png" alt="" /></div>
<p>Last but not least, is the view from the system tray. Here you&#8217;ll see the small GmailAssistant icon where it will display your alerts.</p>
<div><img class="alignnone size-full wp-image-2513" title="GmailAssistant - System Tray" src="http://www.makeuseof.com/wp-content/uploads/2008/05/gmailassistant_4.png" alt="" /></div>
<p><em>(By) Travis is a husband, engineer, entrepreneur, technology swami, visual communicator, WordPress lover and writer in his spare time. You can check out his personal blog at <a href="http://www.tquizzle.com">TQuizzle.com</a>.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/google-reader-tools-tips/" title="19 Tools and Tips to improve Google Reader (June 20, 2007)">19 Tools and Tips to improve Google Reader</a> (32)</li>
	<li><a href="http://www.makeuseof.com/tag/whats-new-in-gmail-imports-images-previews-translations-and-more/" title="What&#8217;s new in Gmail: Imports, Images, Previews, Translations and more (May 25, 2009)">What&#8217;s new in Gmail: Imports, Images, Previews, Translations and more</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/ultimate-gmail-collection-over-80-tools-and-tips/" title="Ultimate GMail Collection: over 80 Tools and Tips (July 27, 2007)">Ultimate GMail Collection: over 80 Tools and Tips</a> (80)</li>
	<li><a href="http://www.makeuseof.com/tag/notify-an-elegant-solution-to-multiple-gmail-notifications-mac/" title="Notify &#8211; An Elegant Gmail New Email Notifier [Mac] (September 18, 2009)">Notify &#8211; An Elegant Gmail New Email Notifier [Mac]</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/icontact/" title="iContact &#8211; Bring your Gmail Contacts to the Desktop (September 6, 2008)">iContact &#8211; Bring your Gmail Contacts to the Desktop</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/gmailassistant/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
