<?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 &#124; Latest Tech News, Software And Tutorials &#187; pop3</title> <atom:link href="http://www.ghacks.net/tag/pop3/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 09:07:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Stunnel &#8211; How to use Gmail With Older Software</title><link>http://www.ghacks.net/2011/07/20/stunnel-how-to-use-gmail-with-older-software/</link> <comments>http://www.ghacks.net/2011/07/20/stunnel-how-to-use-gmail-with-older-software/#comments</comments> <pubDate>Wed, 20 Jul 2011 19:27:37 +0000</pubDate> <dc:creator>Melanie Gross</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[email software]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[imap]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[stunnel]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=48053</guid> <description><![CDATA[With over 200 million users, Google Mail, or Gmail, is one of the most used email systems in the world today. Even companies are getting in on the act by moving their email infrastructure to Google Apps, which gives them all the benefits of Google and the convenience of using a custom domain. With a [...]]]></description> <content:encoded><![CDATA[<p>With over 200 million users, Google Mail, or Gmail, is one of the most used email systems in the world today. Even companies are getting in on the act by moving their email infrastructure to Google Apps, which gives them all the benefits of Google and the convenience of using a custom domain. With a multitude of features at your fingertips, such as spam control, calendars, pictures (Piscasa), and Google docs for file storing and collaboration, you really can’t go wrong.</p><p>However, many people still don’t know that if you want to pull your email into third-party email software, it has to be capable of using secure connections. This means SSL (Secure Socket Layer), and TLS (Transport Layer Security). Both of these protocols use encryption, and are built in automatically to most up-to-date email software. Instead of using ports 25 and 110 to sends and receive, you’ll be using ports 465 and 995, and Gmail won’t work without it.</p><p>So what happens when you are asked to set up an email system to talk to Google Mail, which doesn’t allow those ports, and is so old it doesn’t know the first thing about encryption protocols? Well, one answer could be a little program called Stunnel. This little gem sits on your computer and converts standard emails into a format suitable for Google Mail. It can handle incoming and outgoing mail, and is robust enough to use on a network where many people are sending emails at the same time. It also uses very little system memory, and rarely crashes.</p><p>Setting up Stunnel is a easy. You simply run thorough the install process which will take all of about 20 seconds, and then edit a small text file which configures the program to use whichever email service you are using. Of course we are talking about Google Mail here, but this program could be used to interface with any email system using secure socket layers.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/07/stunnel.jpg" alt="stunnel" title="stunnel" width="260" height="324" class="alignnone size-full wp-image-48054" /></p><p>You can set up port mappings easily, so if your software will only receive emails from port 110, it will automatically translate that to port 995 for you, and the same with outgoing mail. It will also handle IMAP email as well.</p><p>You can install <a
href="http://stunnel.org/">Stunnel</a> on any computer running Windows. In a network environment you can install a copy on a server, and point all your workstations to it. Stunnel seems to allow multiple connections with no fuss whatsoever. I’ve seen a single instance of Stunnel handling email for up to 200 workstations. Of course if you have more, there are no reasons why you couldn’t install more than one instance of Stunnel to handle the extra traffic. It also installs itself as a service on server operating systems, which enables it to be started automatically. It can also be installed on individual machines, such as laptops.</p><p>This program finds favor with quite a few people.  It’s simple and does exactly what it says it does. It’s also flexible enough to fit in with almost any network.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/07/20/stunnel-how-to-use-gmail-with-older-software/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Quick and easy pop or imap server with Dovecot</title><link>http://www.ghacks.net/2010/02/25/quick-and-easy-pop-or-imap-server-with-dovecot/</link> <comments>http://www.ghacks.net/2010/02/25/quick-and-easy-pop-or-imap-server-with-dovecot/#comments</comments> <pubDate>Thu, 25 Feb 2010 00:57:27 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[imap]]></category> <category><![CDATA[linux email server]]></category> <category><![CDATA[mail server]]></category> <category><![CDATA[pop3]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23326</guid> <description><![CDATA[Picking up where we left off a while ago, let&#8217;s add yet another feature to our Ubuntu server. We&#8217;ve already looked at using Postfix with multiple topics (see Postfix on Ghacks). But we never discussed a means to deliver the mail from the server to the client. That will now change. Linux has multiple ways [...]]]></description> <content:encoded><![CDATA[<p>Picking up where we left off a while ago, let&#8217;s add yet another feature to our Ubuntu server. We&#8217;ve already looked at using Postfix with multiple topics (see <a
title="Postfix on Ghacks" href="http://www.ghacks.net/index.php?s=postfix" target="_blank">Postfix on Ghacks</a>). But we never discussed a means to deliver the mail from the server to the client. That will now change. Linux has multiple ways to deliver email to clients. One of the easiest (as well as most flexible) means is via <a
title="Dovecot" href="http://www.dovecot.org/" target="_blank">Dovecot</a>.</p><p>Dovecot is an open source IMAP/POP server that runs on either Linux or UNIX systems. Dovecot is suitable for both small and large installations (I just recently installed Dovecot on a 300+ user system) and will work in the background like a workhorse.</p><p>In this article I will show you how to install Dovecot and get it up and running with either IMAP or POP quickly and with as little pain as possible.</p><p><span
id="more-23326"></span><strong>Installation</strong></p><p>Since we are installing on a Ubuntu machine, installing Dovecot is as simple as running the command <em>sudo apt-get install dovecot-common dovecot-imapd dovecot-pop3d</em>. You can actually install either <em>dovecot-imapd </em>or <em>dovecot-pop3d </em>depending upon which protocol you need to support.</p><p>Once installed the executable command is <em>/etc/init.d/dovecot start</em>.</p><p><strong>Configuration</strong></p><p>There is only one configuration file you need to deal with. That file will be located in either <strong>/etc/dovecot.conf </strong>or <strong>/etc/dovecot/dovecot.conf</strong>. Believe it or not, the default configuration file is fairly well set up for you. You will only have to make a few modifications. So don&#8217;t let the 1,000+ line configuration file look you in the eye and defeat you. You can best this beast with little time.</p><p>The first configuration you will need to make is to configure the protocol. Look for the line:</p><p><code>protocols = pop3 pop3s imap imaps</code></p><p>You can just leave this as is, or, if you know you are only using certain protocols, edit to suit your set up. Just remove the protocols you do not need.</p><p>The next line you need to look for is:</p><p>mail_location =</p><p>There are two popular choices here:<br
/> <code>mail_location = maildir:~/Maildir # (for maildir)</code><br
/> or<br
/> <code>mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u # (for mbox)</code></p><p>In other words, if your users&#8217; mailboxes will reside in the home directory, use the former. If the users&#8217; mailboxes will reside in <strong>/var/spool/mail</strong>, use the latter.</p><p><strong>Restart and test</strong></p><p>Now restart Dovecot with the command <em>/etc/init.d/dovecot restart</em> and let&#8217;s give this system a test. We&#8217;ll test this with the help of telnet. Issue the command <em>telent ADDRESS PROTO </em>Where ADDRESS is the address of the server and PROTO is the protocol you want to use (either pop3 or imap). Here&#8217;s what the test will look like:<br
/> <code>telnet localhost pop3<br
/> +OK dovecot ready.<br
/> user USER<br
/> +OK<br
/> pass PASSWORD<br
/> +OK Logged in.<br
/> list<br
/> +OK 1 messages:<br
/> 1 622</code></p><p>Where USER is a legitimate user on the system and PASSWORD is the password for that user.</p><p>If you see the +OK at the end, Dovecot is ready to go. If you have any problems, the best place to look is in <strong>/var/log/maillog. </strong>And the best way to run that check is by using two terminal windows. In terminal A issue the command <em>tail -f /var/log/maillog </em>and in terminal B run the Dovecot test above. Terminal A should report any issues which will be your starting point for troubleshooting.</p><p><strong>Final thoughts</strong></p><p>Dovecot really is that easy to install. Of course Dovecot is much more flexible than that. In later articles we will discuss other configuration options for this outstanding server.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/02/25/quick-and-easy-pop-or-imap-server-with-dovecot/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Gmail Adds Email Import</title><link>http://www.ghacks.net/2009/05/15/gmail-adds-email-import/</link> <comments>http://www.ghacks.net/2009/05/15/gmail-adds-email-import/#comments</comments> <pubDate>Fri, 15 May 2009 09:33:12 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[aol]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[gmail import]]></category> <category><![CDATA[google-mail]]></category> <category><![CDATA[hotmail]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[windows live]]></category> <category><![CDATA[yahoo mail]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/05/15/gmail-adds-email-import/</guid> <description><![CDATA[One of the things that many users like about Google&#8217;s email service Gmail is that the service is constantly advancing. Users get to test tools in Gmail Labs all the time and new features are added regularly. One of the new features is the ability to import emails from other popular email providers such as [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/gmail.jpg" alt="gmail" title="gmail" width="133" height="62" class="alignleft size-full wp-image-12546" />One of the things that many users like about Google&#8217;s email service Gmail is that the service is constantly advancing. Users get to test tools in Gmail Labs all the time and new features are added regularly. One of the new features is the ability to import emails from other popular email providers such as Yahoo Mail, Windows Live or AOL but also POP3 accounts. There have been workarounds to accomplish that like the excellent <a
href="http://www.ghacks.net/2009/05/03/import-email-mailboxes-into-gmail/">gExodus</a> email importer for the Windows operating system which allowed users to easily import mailboxes into Gmail. The new email import feature is not yet available for all Gmail accounts but will be added to all of them over time. New Gmail accounts on the other hand do have the email import feature enabled already.</p><p><span
id="more-12830"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/gmail_import_email-500x100.jpg" alt="gmail import email" title="gmail import email" width="500" height="100" class="alignnone size-medium wp-image-12828" /></p><p>Interested users find the email import option in the Gmail account settings. The second link is displaying as <em>Accounts</em> for users who have not had this new email import feature enabled and as <em>Accounts and Import</em> for those who have.</p><p>Gmail users have to provide account login data of the email service that they want to import into Gmail. Options that are provided allow the user to import emails and contacts, add a label to all imported mails and to enable email imports for the next 30 days.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/gmail1-500x114.jpg" alt="gmail" title="gmail" width="500" height="114" class="alignnone size-medium wp-image-12829" /></p><p>Being able to import emails into Gmail is another feature of Gmail that is poised to become popular as soon as it is activated for most Gmail accounts.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/05/15/gmail-adds-email-import/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How do you read your email?</title><link>http://www.ghacks.net/2009/03/31/how-do-you-read-your-email/</link> <comments>http://www.ghacks.net/2009/03/31/how-do-you-read-your-email/#comments</comments> <pubDate>Tue, 31 Mar 2009 13:14:45 +0000</pubDate> <dc:creator>Daniel Pataki</dc:creator> <category><![CDATA[ask the readers]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[imap]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[webmail]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/03/31/how-do-you-read-your-email/</guid> <description><![CDATA[We&#8217;ve been learning a lot about you guys in the past weeks, and I think this will be one of my favorite questions, since productive emailing can reward you with a huge time advantage, perhaps you guys have some secret email management skills out there! Basically what I am asking this time, is do you [...]]]></description> <content:encoded><![CDATA[<p>We&#8217;ve been learning a lot about you guys in the past weeks, and I think this will be one of my favorite questions, since productive emailing can reward you with a huge time advantage, perhaps you guys have some secret email management skills out there!</p><p>Basically what I am asking this time, is do you use POP3, IMAP, or webmail, or maybe even something else? POP is the &#8220;oldschool&#8221; way of doing thigs. You download the messages from the server, but you are essentially making a copy of your real inbox on the server, the message structure, messages, etc are not changed on the server, no matter what you do in your email client (Outlook, Thunderbird, etc).</p><p>IMAP is the method of directly accessing your server real-time from a different application. If you delete an email from your client (Outlook, Thunderbird supports IMAP as well) you selete it from your server too, and vice-versa. Webmail is of course directly accessing your server on a nice graphical interface, like Gmail, Yahoo Mail and all the others.</p><p><span
id="more-11347"></span></p><p>There are many ways to manage yourself using any of these methods, but which do you think is best? POP is great for managing emails as tasks, and to keep backups, in fact, I think it is the most productive, but since it doesn&#8217;t modify your server too, it means your server will be a mess. IMAP is great for not doing double work, but is at times a bit inflexible and harder to use if you also want advanced features like labels, tags, folders, etc. Webmail is probably a mixture of the two if you have a good interface like Gmail. So which do you prefer, how do you manage your email?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/31/how-do-you-read-your-email/feed/</wfw:commentRss> <slash:comments>32</slash:comments> </item> <item><title>Enable Hotmail POP3 In All Countries</title><link>http://www.ghacks.net/2009/01/22/enable-hotmail-pop3-in-all-countries/</link> <comments>http://www.ghacks.net/2009/01/22/enable-hotmail-pop3-in-all-countries/#comments</comments> <pubDate>Wed, 21 Jan 2009 23:44:59 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[email provider]]></category> <category><![CDATA[hotmail]]></category> <category><![CDATA[hotmail pop3]]></category> <category><![CDATA[hotmail smtp]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[windows live]]></category> <category><![CDATA[windows live pop3]]></category> <category><![CDATA[windows live smtp]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10053</guid> <description><![CDATA[Microsoft has announced a change to the Hotmail email provider service that they offer. The feature to access Hotmail accounts using a POP3 connection will be gradually enabled for all Hotmail accounts. Gradually meaning that only users from some countries like Germany, Italy or the United Kingdom are currently able to connect to Hotmail via [...]]]></description> <content:encoded><![CDATA[<p>Microsoft has announced a change to the Hotmail email provider service that they offer. The feature to access Hotmail accounts using a POP3 connection will be gradually enabled for all Hotmail accounts. Gradually meaning that only users from some countries like Germany, Italy or the United Kingdom are currently able to connect to Hotmail via POP3 while others have to wait until Microsoft enables POP3 access for their countries as well.</p><p>There his however a simple method to enable POP3 access in Hotmail right away independently from where you are accessing Hotmail. Microsoft is checking the location stored in the Hotmail account to determine if a account should have POP3 access. All that needs to be done to enable both POP3 is therefor to change that location in the Hotmail account profile.</p><p>To do that select More Options by hovering the mouse over Options in Hotmail. Select View and edit your personal information in Manage your account and click on Registered Information. Information about the location should appear. Edit those information so that they are in a country that currently supports Hotmail POP3. You can later change it back if POP3 support is added for your country as well.</p><p><span
id="more-10053"></span>One easy way to find an address is to search for hotels in London using a search engine and copy their information into Hotmail. Make sure you change the postal code, timezone and country in the menu. You can for instance use that postal code for London: SW1V 4BN</p><p>Now that you have enabled POP3 access you need to configure your email client to access Hotmail this way.</p><blockquote><p>Incoming Server: pop3.live.com<br
/> Incoming Port: 995<br
/> SSL Encryption: yes</p><p>Outgoing Server: smtp.live.com<br
/> outgoing port: 25<br
/> Authentication: yes<br
/> TLS Or SSL: yes</p></blockquote><p>The username and password are the same that are used to log into the Hotmail site</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/22/enable-hotmail-pop3-in-all-countries/feed/</wfw:commentRss> <slash:comments>34</slash:comments> </item> <item><title>How To Setup Gmail In External Mail Clients Properly</title><link>http://www.ghacks.net/2008/11/01/how-to-setup-gmail-in-external-mail-clients-properly/</link> <comments>http://www.ghacks.net/2008/11/01/how-to-setup-gmail-in-external-mail-clients-properly/#comments</comments> <pubDate>Sat, 01 Nov 2008 09:47:49 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[email client]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[gmail email client]]></category> <category><![CDATA[gmail pop3]]></category> <category><![CDATA[gmail smtp]]></category> <category><![CDATA[google-mail]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[setup gmail]]></category> <category><![CDATA[smtp]]></category> <category><![CDATA[thunderbird]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7981</guid> <description><![CDATA[Everton from Connected Internet send me an initiation to a new Google Apps account for our news site Windows 7 News. It basically was there to be able to access a mail account for the domain. It was not a huge problem to set it up and I was able to access the account online. [...]]]></description> <content:encoded><![CDATA[<p>Everton from <a
href="http://www.connectedinternet.co.uk/">Connected Internet</a> send me an initiation to a new Google Apps account for our news site <a
href="http://www.windows7news.com/">Windows 7 News</a>. It basically was there to be able to access a mail account for the domain. It was not a huge problem to set it up and I was able to access the account online. What I really wanted though was to set it up in my mail client Thunderbird as well to be able to send and receive mails for that email address.</p><p>I had some troubles in the past setting up POP3 and SMTP access for Gmail and a quick check on the Internet revealed that many users had similar difficulties. It actually took me 20 minutes to setup the new account in the email client Thunderbird correctly so that it would receive and send emails using Gmail&#8217;s servers.</p><p>While the following guide will visualize the settings in Thunderbird it can easily be adopted for other mail clients. The important parts are the server settings and not the menus.</p><p><span
id="more-7981"></span>POP3 access has to be enabled in the Gmail interface before anyone can even think of adding a Gmail account to a software email client. This is done by logging into the web interface of Gmail and clicking on the <strong>Settings</strong> link in the upper right corner next to the email address.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/11/gmail_pop3-500x163.jpg" alt="" title="gmail pop3" width="500" height="163" class="alignnone size-medium wp-image-7982" /></p><p>A menu with multiple tabs will open. Select the <strong>Forwarding and POP/IMAP</strong> tab. Checking the <strong>Enable POP for all mail (even mail that&#8217;s already been downloaded)</strong> entry and clicking on <strong>Save Settings</strong> will enable POP3 access for the Gmail account. If that would not be done the server would simply refuse the connection.</p><p>Everthing is set in Gmail, now it is time to setup the email client. Here are the general parameters:</p><p><strong>Incoming server:</strong> pop3.gmail.com<br
/> <strong>Port:</strong> 995<br
/> <strong>User name:</strong> full email address<br
/> <strong>Secure Connection:</strong> SSL</p><p><strong>Outgoing server:</strong> smtp.gmail.com<br
/> <strong>Port:</strong> 587<br
/> <strong>Secure Connection:</strong> TLS<br
/> <strong>User name:</strong> full email address</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/11/gmail_pop3_thunderbird1.jpg" alt="" title="gmail pop3 thunderbird" width="454" height="178" class="alignnone size-medium wp-image-7984" /></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/11/gmail_smtp_server.jpg" alt="" title="gmail smtp server" width="345" height="306" class="alignnone size-medium wp-image-7985" /></p><p>The main culprit are the port numbers and the secure connection settings. If you have any questions or difficulties setting this up let us know. It would also be nice to hear if other email clients use different names for the settings.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/11/01/how-to-setup-gmail-in-external-mail-clients-properly/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Check Webmail with Mozilla Thunderbird</title><link>http://www.ghacks.net/2008/01/20/check-webmail-with-mozilla-thunderbird/</link> <comments>http://www.ghacks.net/2008/01/20/check-webmail-with-mozilla-thunderbird/#comments</comments> <pubDate>Sun, 20 Jan 2008 16:58:59 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[aol]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[smtp]]></category> <category><![CDATA[thunderbird]]></category> <category><![CDATA[webmail]]></category> <category><![CDATA[yahoo mail]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/01/20/check-webmail-with-mozilla-thunderbird/</guid> <description><![CDATA[I received an email after publishing the article about YPOPS that made it possible with all email clients to retrieve and send Yahoo Mail emails. If you are a Thunderbird user you might find the Webmail extension for Thunderbird a better choice. It adds support for more than just one webmailer. You get support for Yahoo Mail, Hotmail, Lycos, Mail.com, Aol and Libero. By default the webmail extension and at least one additional component has to be installed to add webmailer support.]]></description> <content:encoded><![CDATA[<p>I received an email after publishing the article about <a
href="http://www.ghacks.net/2008/01/20/get-yahoo-mail-in-outlook-thunderbird-and-other-mail-clients/">YPOPS</a> that made it possible with all email clients to retrieve and send Yahoo Mail emails. If you are a Thunderbird user you might find the Webmail extension for Thunderbird a better choice. It adds support for more than just one webmailer. You get support for Yahoo Mail, Hotmail, Lycos, Mail.com, Aol and Libero. By default the webmail extension and at least one additional component has to be installed to add webmailer support.</p><p>A component is a plugin for one of the mentioned email services which means that if you use AOL and Yahoo Mail you would download and install those two. The main advantage of <a
href="http://webmail.mozdev.org/installation.html">webmail</a> is that you can configure all settings in Thunderbird without having to run an external software that listens on the mail port.</p><p>Setup involves three steps. First you make sure that webmail is up and running. You do that by opening the options of webmail. It should display a graphic that looks similar to the one below.</p><p><span
id="more-2930"></span><img
src='http://www.ghacks.net/wp-content/uploads/2008/01/webmail.jpg' alt='webmail' /></p><p>If everything is up and running select domains from the tab bar and make sure that the webmail providers that you use are in the list. If that is the case exit the options.It&#8217;s time to create a new account to retrieve and check email from those webmail accounts.</p><p><strong>POP3:</strong></p><p>Server Type : POP<br
/> Incoming Server : localhost<br
/> username: your email address which has to include the domain, e.g. @yahoo.com</p><p><strong>SMTP:</strong></p><p>Server Name : localhost<br
/> User Name : your email address which has to include the domain, e.g. @yahoo.com</p><p>Check out the <a
href="http://webmail.mozdev.org/setup.html">setup</a> guide if you are unsure about this, it explains every step with pictures. My thanks to <a
href="http://devastator.wordpress.com/">Si Howard</a> for pointing this out. Another option would be <a
href="http://www.ghacks.net/2007/11/29/enable-pop3-access-for-most-webmailers/">Freepops</a> that I wrote about as well.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/01/20/check-webmail-with-mozilla-thunderbird/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Get Yahoo Mail in Outlook, Thunderbird and other mail clients</title><link>http://www.ghacks.net/2008/01/20/get-yahoo-mail-in-outlook-thunderbird-and-other-mail-clients/</link> <comments>http://www.ghacks.net/2008/01/20/get-yahoo-mail-in-outlook-thunderbird-and-other-mail-clients/#comments</comments> <pubDate>Sun, 20 Jan 2008 09:48:24 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[email client]]></category> <category><![CDATA[outlook]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[thunderbird]]></category> <category><![CDATA[yahoo]]></category> <category><![CDATA[yahoo email]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/01/20/get-yahoo-mail-in-outlook-thunderbird-and-other-mail-clients/</guid> <description><![CDATA[The free Yahoo Mail service is not offering Pop3 access to your mails. Pop3 access means that you can use a desktop email client like Microsoft Outlook or Mozilla Thunderbird to access your Yahoo Mail account instead of having to use the Yahoo website. Only Yahoo Mail Plus, which costs $19.99 a year is offering Pop3 access. There are however other ways and I'm going to show you how you can access your Yahoo Mail account with desktop email clients like Outlook and Thunderbird without having to upgrade or pay for a software.]]></description> <content:encoded><![CDATA[<p>The free Yahoo Mail service is not offering Pop3 access to your mails. Pop3 access means that you can use a desktop email client like Microsoft Outlook or Mozilla Thunderbird to access your Yahoo Mail account instead of having to use the Yahoo website. Only Yahoo Mail Plus, which costs $19.99 a year is offering Pop3 access. There are however other ways and I&#8217;m going to show you how you can access your Yahoo Mail account with desktop email clients like Outlook and Thunderbird without having to upgrade or pay for a software.</p><p>We are going to use a software called YPOPs! &#8211; POP3/SMTP Access to Yahoo which acts as a proxy on your system. It basically works like this. You setup the Yahoo account in your mail client like you would normally do. The only difference is that you do not add Yahoo Mail Pop3 and SMTP servers but a link to localhost instead.</p><p><a
href="http://sourceforge.net/projects/yahoopops/files/">YPOPS!</a> listens there and acts as a proxy to retrieve and send mail using an email client and Yahoo Mail. In Thunderbird you use the following information after installing YPOPS!:</p><p><span
id="more-2929"></span><strong>Your Name:</strong> Obvious, ain&#8217;t it ?<br
/> <strong>Email Address:</strong> Your Yahoo Email address<br
/> <strong>Type of Incoming Server:</strong> Pop<br
/> <strong>Incoming Server:</strong> 127.0.0.1<br
/> <strong>Incoming User Name:</strong> Your Yahoo Email address</p><p>Settings for outgoing mail (SMTP) are almost the same:</p><p>Server Name: 127.0.0.1<br
/> Use name and password: Yes<br
/> User Name: Your Yahoo Email address</p><p>That&#8217;s it. Settings in Outlook and other mail clients are virtually the same. Thanks to the <a
href="http://www.howtogeek.com/howto/internet/firefox/get-your-yahoo-mail-in-mozilla-thunderbird-for-free/">How to Geek</a> for finding the software.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/01/20/get-yahoo-mail-in-outlook-thunderbird-and-other-mail-clients/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Enable Pop3 Access for most Webmailers</title><link>http://www.ghacks.net/2007/11/29/enable-pop3-access-for-most-webmailers/</link> <comments>http://www.ghacks.net/2007/11/29/enable-pop3-access-for-most-webmailers/#comments</comments> <pubDate>Thu, 29 Nov 2007 12:00:25 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[pop3]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/11/29/enable-pop3-access-for-most-webmailers/</guid> <description><![CDATA[It sure does have advantages to access mail accounts from a website like accessibility for instance. I never liked using webmailers that much because I did not like the thought that my mails would sit on a server somewhere on the Internet. The good news was that many webmailers such as Gmail or Yahoo Mail offered a way to access the mails using the Pop3 protocol and a mail client.]]></description> <content:encoded><![CDATA[<p>It sure does have advantages to access mail accounts from a website like accessibility for instance. I never liked using webmailers that much because I did not like the thought that my mails would sit on a server somewhere on the Internet. The good news was that many webmailers such as Gmail or Yahoo Mail offered a way to access the mails using the Pop3 protocol and a mail client.</p><p>Others however do not offer this at all officially. Some clever guys created FreePops for that reason. It enables Pop3 access for hundreds of webmailers. Some of those offer Pop3 access while others do not. What I like about FreePops is that mail accounts are added in the mail program that you use, you do not need to configure the software at all.</p><p>You basically add a new Pop3 mail account in your email client and use localhost and port 2000 as the Pop3 server. FreePops automatically understands which mail service you want to reach because you had to add the email which includes the domain name during the configuration.</p><p><span
id="more-2348"></span><img
src="http://www.ghacks.net/wp-content/uploads/2007/11/freepops.png" alt="freepops" title="freepops" width="450" height="300" class="alignnone size-full wp-image-18937" /></p><p>I suggest you take a look at the supported webmailers to see if the one you are using is among them. This is actually easier than setting up the accounts using the information you find at the webmailers website.</p><p>FreePops uses roughly 4 Megabytes of space in the background.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/11/29/enable-pop3-access-for-most-webmailers/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Retrieve Emails from other accounts with gmail</title><link>http://www.ghacks.net/2007/02/11/retrieve-emails-from-other-accounts-with-gmail/</link> <comments>http://www.ghacks.net/2007/02/11/retrieve-emails-from-other-accounts-with-gmail/#comments</comments> <pubDate>Sun, 11 Feb 2007 07:26:06 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[gmail-signup]]></category> <category><![CDATA[google-mail]]></category> <category><![CDATA[mail]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[smtp]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/02/11/retrieve-emails-from-other-accounts-with-gmail/</guid> <description><![CDATA[There have been two drastic changes to Googles Gmail service in the last week. The first will probably make most users happy, gmail is not available to everyone. That is right, no more begging for invites, just visit the gmail site and signup for an account if you need one.]]></description> <content:encoded><![CDATA[<p>There have been two drastic changes to Google&#8217;s Gmail service in the last week. The first will probably make most users happy, gmail is now available to everyone. That is right, no more begging for invites, just visit the <a
href="http://mail.google.com/" title="gmail google" target="_blank">gmail</a> site and signup for an account if you need one.</p><p>The second change might be interesting to users that have to work on different computers. Gmail now offers the option to <a
href="http://techcrunch.com/2006/12/09/uh-oh-gmail-just-got-perfect/" title="gmail pop3 accounts" target="_blank">access mail</a> accounts that support the pop3 protocol from within gmail making it easy to use gmail as the central platform for all your incoming and outgoing emails. This new feature does not seem to be available to anyone yet, just check your settings in the gmail account and click on accounts.</p><p><span
id="more-1190"></span> If the option Get mail from other accounts: is visible you can add other accounts to your gmail account. I&#8217;m however not really convinced to use gmail for my mail consolidation and administration. I have the same objections when it comes to online storage devices.</p><p>I do not trust companies enough to have important mails or files stored online on a server. There is always the possibility of misuse and I don&#8217;t want to take any risks. Maybe I&#8217;m a little paranoid about this whole thing.</p><p>Still, I will continue to download my mails from gmail using Thunderbird and I&#8217;m happy with the solution. Mainly because I only work on one computer. I can see the advantages if you work on more than one in different locations.</p><p>Update: Four years later and Gmail is still offering to retrieve mail from other providers. Providers like Hotmail have in the meantime started to offer similar options so that their users can also retrieve emails via Pop3 from other mail providers. This is handy for users who only use a website to do email.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/02/11/retrieve-emails-from-other-accounts-with-gmail/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Back Up Your Gmail</title><link>http://www.ghacks.net/2007/01/02/back-up-your-gmail/</link> <comments>http://www.ghacks.net/2007/01/02/back-up-your-gmail/#comments</comments> <pubDate>Tue, 02 Jan 2007 06:52:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[mail]]></category> <category><![CDATA[pop3]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/01/02/back-up-your-gmail/</guid> <description><![CDATA[Recently some news emerged on the internet that some gmail users lost some or even all of their mails that have been in that account. There is no obvious way to backup the mail that exists in your gmail account. You could probably forward the important mail to another account but this solution is not really that practicable.]]></description> <content:encoded><![CDATA[<p>Recently some <a
href="http://gigaom.com/2006/12/28/mom-google-ate-my-gmail/" target="_blank">news</a> emerged on the internet that some gmail users lost some or even all of their mails that have been in that account. There is no obvious way to backup the mail that exists in your gmail account. You could probably forward the important mail to another account but this solution is not really that practicable.</p><p>Chris Brogan described another method which should be fine for most purposes. He suggests to create a pop3 account for gmail to be able to download all mail that is new in that account. Once downloaded you could backup the mailbox file and schedule the mail client that way that it is downloading mails from gmail regulary to reduce the chance that you lose mail. The steps to backup your gmail mails in detail:</p><p><span
id="more-1057"></span></p><li><a
href="http://mail.google.com/support/bin/topic.py?hl=en&amp;topic=12805&amp;from=1555" target="_blank">Create a new pop3 account for gmail</a></li><li>Create a new acount in your mail client</li><li>Download the mail from your gmail account</li><li>Locate the gmail mailbox file and back it up</li><p>It is probably not necessary to backup the gmail mailbox locally. You could create a backup of all of your mail profiles instead which would be a better way I think.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/01/02/back-up-your-gmail/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Get Notified in Firefox about new mail</title><link>http://www.ghacks.net/2006/11/26/get-notified-in-firefox-about-new-mail/</link> <comments>http://www.ghacks.net/2006/11/26/get-notified-in-firefox-about-new-mail/#comments</comments> <pubDate>Sun, 26 Nov 2006 09:55:59 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox-extensions]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[hotmail]]></category> <category><![CDATA[mail]]></category> <category><![CDATA[mozilla]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[thunderbird]]></category> <category><![CDATA[yahoo]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/11/26/get-notified-in-firefox-about-new-mail/</guid> <description><![CDATA[I don't keep Thunderbird, my email client, open all the time and don't like to visit websites of webmail accounts as well. It is a pain in the *** to visit gmail, hotmail or yahoo mail to see if there is new mail in the inbox. I was using the gmail firefox extension to get a notification if new mail did arrive.]]></description> <content:encoded><![CDATA[<p>I don&#8217;t keep Thunderbird, my email client, open all the time and don&#8217;t like to visit websites of webmail accounts as well. It is a pain in the *** to visit gmail, hotmail or yahoo mail to see if there is new mail in the inbox. I was using the gmail firefox extension to get a notification if new mail did arrive.</p><p>Mailman is a firefox extension that is able to get that information from gmail, hotmail, yahoo and pop3. Mailman adds itself to a toolbar and displays a message if new mail did arrive. You will have to add your login details to the extension to be able to do so. I do understand that this raises security concerns but this is the trade off.</p><p><span
id="more-942"></span>Mailman has some additional nice features. Once you see that new mail did arrive you may click on the link and will be directly taken to the mail account using an auto-login feature. Right, you do not need to login a second time. You may define the update frequency and add sound alerts if you like. (I would never use sound alerts because I would hear a constant sound then, with all the spam that is flodding my mail boxes.</p><p>It also offers a search function to search your accounts from within firefox. Some users seemed to have problems with hotmail. I do not have a hotmail account, maybe someone else could verify if problems exist ?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/11/26/get-notified-in-firefox-about-new-mail/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How to get mail from all thunderbird accounts at once</title><link>http://www.ghacks.net/2006/11/05/how-to-get-mail-from-all-thunderbird-accounts-at-once/</link> <comments>http://www.ghacks.net/2006/11/05/how-to-get-mail-from-all-thunderbird-accounts-at-once/#comments</comments> <pubDate>Sun, 05 Nov 2006 09:27:16 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[mozilla]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[smtp]]></category> <category><![CDATA[thunderbird]]></category> <category><![CDATA[thunderbird tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/11/05/how-to-get-mail-from-all-thunderbird-accounts-at-once/</guid> <description><![CDATA[The email client Thunderbird does not necessarily retrieve messages from all of your mail accounts at startup. By default the first mail account will be checked on startup and all mail accounts will be checked every ten minutes. The following user.js tweak changes this behavior in the way that Thunderbird retrieves mail from all accounts at startup as well.]]></description> <content:encoded><![CDATA[<p>The email client Thunderbird does not necessarily retrieve messages from all of your mail accounts at startup. By default the first mail account will be checked on startup and all mail accounts will be checked every ten minutes. The following user.js tweak changes this behavior in the way that Thunderbird retrieves mail from all accounts at startup as well.</p><p>All you need to do is locate the file user.js which should be in your <a
href="http://kb.mozillazine.org/Profile_folder#Thunderbird">profiles folder</a>. The user.js file does not exist by default and you might need to create it my right-clicking and choosing new, text document and naming it user.js. Once this is done you are ready to add the following lines of code to it.</p><p><span
id="more-893"></span>user_pref(&#8220;mail.check_all_imap_folders_for_new&#8221;, true);<br
/> user_pref(&#8220;mail.check_all_pop_folders_for_new&#8221;, true);</p><p>Once this is done restart thunderbird and mail from all accounts should be automatically received.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/11/05/how-to-get-mail-from-all-thunderbird-accounts-at-once/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
