<?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; POP</title>
	<atom:link href="http://www.makeuseof.com/tags/pop/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 19:01:17 +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 Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</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>How to Download Yahoo Email using Desktop Email Client</title>
		<link>http://www.makeuseof.com/tag/send-and-recieve-yahoo-mail-using-your-desktop-email-client/</link>
		<comments>http://www.makeuseof.com/tag/send-and-recieve-yahoo-mail-using-your-desktop-email-client/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 21:01:50 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[POP]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[yahoo mail]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=11479</guid>
		<description><![CDATA[There was a time when Yahoo used to provide free POP3 access to Yahoo Mail service and life was all sweet. Then one day their evil overlords decided to pull the rug from beneath our feet and made the POP3 service a premium offering, which meant that us poor users had to pay to use [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/ymail.jpg" border="0" alt="download yahoo email with yahoopops client" vspace="10" align="left" />There was a time when Yahoo used to provide free <a title="POP3" href="http://en.wikipedia.org/wiki/Post_Office_Protocol" target="_blank">POP3</a> access to Yahoo Mail service and life was all sweet. Then one day their evil overlords decided to pull the rug from beneath our feet and made the POP3 service a premium offering, which meant that us poor users had to pay to use it. So users were no longer able to download emails from Yahoo Mail using desktop email clients like Outlook or Thunderbird.</p>
<p>For people like me who had hundreds of emails in our Yahoo inboxes (and no money in our pockets) that was a sad day. Letting Yahoo take care of our emails and not having access to important emails when we wanted them was a big disappointment. I lived with the fear of losing my emails for a long time and then one day I came across this wonderful utility called <a title="Yahoo POP3" href="http://ypopsemail.com/" target="_blank">YahooPOPs!</a></p>
<p>YPOPs lets you use an offline email client to download and send emails from your Yahoo account, just as it used to be. In other words, YPOPs acts as a POP3 and SMTP proxy for your Yahoo mail account.</p>
<p>To get started, <a title="Yahoo POP3" href="http://ypopsemail.com/" target="_blank">download the YPOPs installer</a> and install it on your Windows machine. The installer will ask you if you want YPOPs to start automatically when Windows starts. If you want that option, say yes or leave it alone. I like to leave programs out of the start up routine, so I&#8217;ll pass on this one. I&#8217;ll manually start YPOPs when I want to.</p>
<p>Now, comes the configuration part.</p>
<p>YPOPs, when started, will quietly settle down in the task bar and to configure it, you&#8217;ll just have to right click the icon and click on &#8220;configure&#8221;.</p>
<p><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/ypopsconfig.jpg" alt="yahoopops download" /></p>
<p>You can leave pretty much all the settings as it is <strong>except the Network settings</strong>.</p>
<p>The only thing in the Network settings that I had to change for YPOPs to work on my box were the POP3 and SMTP ports. For some reason, YPOPs refused to work with the default POP and SMTP ports, so I changed the POP3 port <strong>to 5110</strong> and the SMTP port <strong>to 5125</strong>. That&#8217;s it!</p>
<p><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/ypopsnet.jpg" alt="yahoopops setup" /></p>
<p>To read emails offline, I use the excellent open source program <a title="Thunderbird" href="http://www.mozilla.com/en-US/thunderbird/" target="_blank">called Thunderbird</a>.</p>
<p>When you start Thunderbird for the first time, it&#8217;ll ask you to set up an email account to work with. Move along, enter your name and the email address that you want to work with &lt;<strong>username@yahoo.com</strong>&gt; and enter <strong>localhost</strong> as the POP server and <strong>localhost</strong> as the SMTP server name. Click next and finish.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/thpop.jpg" alt="how to access yahoo mail in thunderbird" /></p>
<p>When you&#8217;re finished, Thunderbird will offer to download emails from the account that you just started. If you let it download emails right now, Thunderbird will fail with an error saying it couldn&#8217;t connect to the server or something to that effect. This is normal since, by default, Thunderbird would have chosen port 110 for POP3 and port 25 for SMTP, which is not what we set in YPOPs.</p>
<p>To change the port settings for Thunderbird, go to <strong>Tools -&gt; Account Settings</strong>, and under <strong>Server Settings</strong>, change the port to <strong>5110</strong> from the default of 110.</p>
<p><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/thpopport.jpg" alt="" /></p>
<p>To change the SMTP port, on the same window, go to <strong>Outgoing Server (SMTP)</strong> and click on Edit and change the SMTP port to <strong>5125</strong> from the default of 25.</p>
<p><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/thsmtp.jpg" alt="email client for yahoo" /></p>
<p>That&#8217;s it. Go back to the main Thunderbird window and click on Send/Receive. You should now be able to send and receive all your Yahoo email from within Thunderbird and no one will ever come to know the difference. Plus, you never have to see those ugly advertisements on the Yahoo mail website <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>You don&#8217;t even have to use Thunderbird to use YPOPs. You can continue using your favorite emailing client and add a second account to be used for Yahoo mail. Just make sure that you change the POP3 and SMTP ports to match the ones you set in the YPOPs configuration window.</p>
<p>If you have any problems setting it up, leave a question in the comments and we&#8217;ll try and help you out.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</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/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/automatically-launch-your-webmail-transfer-large-files-with-affixa/" title="How to Send Big Files &#038; Auto-open mailto Links in Gmail / Yahoo (June 15, 2009)">How to Send Big Files &#038; Auto-open mailto Links in Gmail / Yahoo</a> (4)</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/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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/send-and-recieve-yahoo-mail-using-your-desktop-email-client/feed/</wfw:commentRss>
		<slash:comments>41</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 Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</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>
	</channel>
</rss>
