<?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>JW Network Consulting &#187; pop3 password</title>
	<atom:link href="http://www.jwnetworkconsulting.com/tag/pop3-password/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jwnetworkconsulting.com</link>
	<description>Watching the network so you don't have to.</description>
	<lastBuildDate>Thu, 22 Jul 2010 01:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What was that email password again?</title>
		<link>http://www.jwnetworkconsulting.com/security/what-was-that-email-password-again</link>
		<comments>http://www.jwnetworkconsulting.com/security/what-was-that-email-password-again#comments</comments>
		<pubDate>Sun, 15 Mar 2009 06:21:01 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[email password recovery]]></category>
		<category><![CDATA[pop3 emulator]]></category>
		<category><![CDATA[pop3 password]]></category>

		<guid isPermaLink="false">http://www.jwnetworkconsulting.com/?p=167</guid>
		<description><![CDATA[Last week I was migrating a client to a new computer and was preparing to configure Outlook. Their email account used POP3 and they didn&#8217;t remember their password anymore. I really didn&#8217;t want to call the email provider to reset the password, but I had to get this setup too. With a bit of hunting [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I was migrating a client to a new computer and was preparing to configure Outlook.  Their email account used POP3 and they didn&#8217;t remember their password anymore.  I really didn&#8217;t want to call the email provider to reset the password, but I had to get this setup too.  With a bit of hunting around, I configured the account to point to my laptop, fired up netcat and did some fast work replying to the POP commands.  I collected the password and finished setting up Outlook on the new machine.</p>
<p>Later I went back to try to reconstruct what I did by testing it against Mail.app.  No luck.  This wasn&#8217;t the first time that I&#8217;ve needed to recover a password from an email client, so I decided to write a script to make it easier.  So here is the script for you to use.  I wrote it in Ruby and it doesn&#8217;t need any additional gems installed.  The default Ruby install on OSX 10.5 worked fine.</p>
<p><a href="http://www.jwnetworkconsulting.com/downloads/email-password-collector-0.1.tar.gz">Email Password Collector v0.1</a></p>
<p>It only works for POP3 right now.  I&#8217;m going to start working on IMAP support next.</p>
<p>As an additional note, I found out some interesting things about email clients and why I couldn&#8217;t get things to work with netcat and Mail.app.  It seems that Outlook is relaxed about following the RFC and doesn&#8217;t get too upset about missing CRLF characters after each line.  Mail.app is stickler about it and won&#8217;t work unless those CRLFs are setup properly.  Thunderbird is different than either one.  It asks the POP3 server what its capabilities are when it connects.  If the server doesn&#8217;t reply to that, then it sits until it times out.  </p>
<p>Who knew there would be so much difference?</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/email+password+recovery' rel='tag' target='_self'>email password recovery</a>, <a class='technorati-link' href='http://technorati.com/tag/pop3+emulator' rel='tag' target='_self'>pop3 emulator</a>, <a class='technorati-link' href='http://technorati.com/tag/pop3+password' rel='tag' target='_self'>pop3 password</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.jwnetworkconsulting.com/security/what-was-that-email-password-again/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
