<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Check POP3 Email with PHP</title>
	<atom:link href="http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/</link>
	<description>thoughts on freelancing and web development</description>
	<lastBuildDate>Tue, 07 Sep 2010 07:37:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Breen Whitman</title>
		<link>http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/comment-page-1/#comment-8354</link>
		<dc:creator>Breen Whitman</dc:creator>
		<pubDate>Tue, 07 Sep 2010 07:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/#comment-8354</guid>
		<description>Oddly, the author of this pop3 class is also the author/owner of phpclasses.org</description>
		<content:encoded><![CDATA[<p>Oddly, the author of this pop3 class is also the author/owner of phpclasses.org</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/comment-page-1/#comment-8351</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 25 Aug 2010 01:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/#comment-8351</guid>
		<description>Freaking phpclasses.org. I always avoid it like the plague unless I absolutely need something from there.

I just wasted 15 minutes of my life trying to download the pop mail checker from that disgusting mess of a site.  I had to log in about 10 different times just to get it!!! What a pain in the ass to have to register to download something. 

The PHP community should start a boycott of that site or something, just for being a general annoyance. Grr!</description>
		<content:encoded><![CDATA[<p>Freaking phpclasses.org. I always avoid it like the plague unless I absolutely need something from there.</p>
<p>I just wasted 15 minutes of my life trying to download the pop mail checker from that disgusting mess of a site.  I had to log in about 10 different times just to get it!!! What a pain in the ass to have to register to download something. </p>
<p>The PHP community should start a boycott of that site or something, just for being a general annoyance. Grr!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/comment-page-1/#comment-8336</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 21 Jun 2010 19:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/#comment-8336</guid>
		<description>This looks like just what I was looking for. I was hoping to be able to use it with Gmail to be able to &quot;reset&quot; the downloaded message marker by setting the &quot;Download All Mail&quot; in Gmail and then incrementing the downloaded message marker up to a certain date. 

Anyone have any good ideas on how to do this?</description>
		<content:encoded><![CDATA[<p>This looks like just what I was looking for. I was hoping to be able to use it with Gmail to be able to &#8220;reset&#8221; the downloaded message marker by setting the &#8220;Download All Mail&#8221; in Gmail and then incrementing the downloaded message marker up to a certain date. </p>
<p>Anyone have any good ideas on how to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OldNews</title>
		<link>http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/comment-page-1/#comment-8312</link>
		<dc:creator>OldNews</dc:creator>
		<pubDate>Thu, 18 Feb 2010 22:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/#comment-8312</guid>
		<description>Don&#039;t bother using classes unless you have no access to compiling Apache /w IMAP support (which also can connect to pop3).

Check out http://ca3.php.net/manual/en/book.imap.php for more info. 

Saved me much hassle knowing there are functions that can be compiled in.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t bother using classes unless you have no access to compiling Apache /w IMAP support (which also can connect to pop3).</p>
<p>Check out <a href="http://ca3.php.net/manual/en/book.imap.php" >http://ca3.php.net/manual/en/book.imap.php</a> for more info. </p>
<p>Saved me much hassle knowing there are functions that can be compiled in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Martin</title>
		<link>http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/comment-page-1/#comment-8302</link>
		<dc:creator>Daniel Martin</dc:creator>
		<pubDate>Sun, 03 Jan 2010 15:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/#comment-8302</guid>
		<description>I&#039;ve also come to the stage in my life where I want to check a POP3 e-mail account. So I&#039;ll give this class a go. Thanks for the recommendation.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve also come to the stage in my life where I want to check a POP3 e-mail account. So I&#8217;ll give this class a go. Thanks for the recommendation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/comment-page-1/#comment-8283</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Sun, 18 Oct 2009 06:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/#comment-8283</guid>
		<description>Bugmenot with phpclasses doesn&#039;t work very well. They have shut them all down that I&#039;ve tried.

Personally it pisses me off that one must register to download the files. I have always looked for alternatives when a search lead me to phpclasses...</description>
		<content:encoded><![CDATA[<p>Bugmenot with phpclasses doesn&#8217;t work very well. They have shut them all down that I&#8217;ve tried.</p>
<p>Personally it pisses me off that one must register to download the files. I have always looked for alternatives when a search lead me to phpclasses&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mojo</title>
		<link>http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/comment-page-1/#comment-8278</link>
		<dc:creator>Mojo</dc:creator>
		<pubDate>Mon, 28 Sep 2009 18:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/#comment-8278</guid>
		<description>Matt,

For your registration problem, try using bugmenot [Google it], it works.</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>For your registration problem, try using bugmenot [Google it], it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lord Matt</title>
		<link>http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/comment-page-1/#comment-8277</link>
		<dc:creator>Lord Matt</dc:creator>
		<pubDate>Sun, 27 Sep 2009 13:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/#comment-8277</guid>
		<description>I refuse to use the site because of the forced registration before download is made clear until you try to get the file. It&#039;s a shame because other than that this might have been very useful.</description>
		<content:encoded><![CDATA[<p>I refuse to use the site because of the forced registration before download is made clear until you try to get the file. It&#8217;s a shame because other than that this might have been very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Frank</title>
		<link>http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/comment-page-1/#comment-8267</link>
		<dc:creator>Mike Frank</dc:creator>
		<pubDate>Tue, 01 Sep 2009 20:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/#comment-8267</guid>
		<description>Much easier than trying to understand PHP&#039;s built in IMAP Functions. Thanks for the referral!</description>
		<content:encoded><![CDATA[<p>Much easier than trying to understand PHP&#8217;s built in IMAP Functions. Thanks for the referral!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Anand</title>
		<link>http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/comment-page-1/#comment-8197</link>
		<dc:creator>Anil Anand</dc:creator>
		<pubDate>Mon, 09 Mar 2009 06:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamjacksdesign.com/blog/check-pop3-email-with-php/#comment-8197</guid>
		<description>Does anyone has a copy or point me to the download link? Manuel&#039;s site doesnt seem to be working.</description>
		<content:encoded><![CDATA[<p>Does anyone has a copy or point me to the download link? Manuel&#8217;s site doesnt seem to be working.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
