<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Read your e-mail with PHP!</title>
	<link>http://phpit.net/article/read-email-php-pop3/</link>
	<description>PHPit has dozens of PHP articles, codesnippets and FAQ's.</description>
	<pubDate>Sun, 11 May 2008 23:49:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: 448191</title>
		<link>http://phpit.net/article/read-email-php-pop3/#comment-11617</link>
		<pubDate>Sun, 20 Aug 2006 20:57:45 +0000</pubDate>
		<guid>http://phpit.net/article/read-email-php-pop3/#comment-11617</guid>
					<description>&#62;#  speed Says:
&#62;August 14th, 2006 at 5:31 pm
&#62;
&#62;Connected to mail server POP3 login() - Error: No connection avalible
&#62;
&#62;I am getting this error?
&#62;
&#62;Any one can advise me?

If you're on a server without root access, you can't use any port below 1024.</description>
		<content:encoded><![CDATA[<p>&gt;#  speed Says:<br />
&gt;August 14th, 2006 at 5:31 pm<br />
&gt;<br />
&gt;Connected to mail server POP3 login() - Error: No connection avalible<br />
&gt;<br />
&gt;I am getting this error?<br />
&gt;<br />
&gt;Any one can advise me?</p>
<p>If you&#8217;re on a server without root access, you can&#8217;t use any port below 1024.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: speed</title>
		<link>http://phpit.net/article/read-email-php-pop3/#comment-11112</link>
		<pubDate>Mon, 14 Aug 2006 15:31:03 +0000</pubDate>
		<guid>http://phpit.net/article/read-email-php-pop3/#comment-11112</guid>
					<description>Connected to mail server POP3 login() - Error: No connection avalible 

I am getting this error?

Any one can advise me?</description>
		<content:encoded><![CDATA[<p>Connected to mail server POP3 login() - Error: No connection avalible </p>
<p>I am getting this error?</p>
<p>Any one can advise me?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: greyedemon</title>
		<link>http://phpit.net/article/read-email-php-pop3/#comment-8034</link>
		<pubDate>Tue, 18 Jul 2006 19:47:27 +0000</pubDate>
		<guid>http://phpit.net/article/read-email-php-pop3/#comment-8034</guid>
					<description>SMTP and POP3  are old protocols so simple that they can be easily operated by human from telnet.  Slightly more complicated is sending attachments, but because the sender can choose way how to send attachment (encoding, ...) it is na so complicated. The hardest problem is processing  incoming emails from a generic email client - what about this? Do you have a script which can handle it??? If yes, please let me know !</description>
		<content:encoded><![CDATA[<p>SMTP and POP3  are old protocols so simple that they can be easily operated by human from telnet.  Slightly more complicated is sending attachments, but because the sender can choose way how to send attachment (encoding, &#8230;) it is na so complicated. The hardest problem is processing  incoming emails from a generic email client - what about this? Do you have a script which can handle it??? If yes, please let me know !
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: John</title>
		<link>http://phpit.net/article/read-email-php-pop3/#comment-7587</link>
		<pubDate>Sat, 15 Jul 2006 04:23:46 +0000</pubDate>
		<guid>http://phpit.net/article/read-email-php-pop3/#comment-7587</guid>
					<description>http://phpmailer.sourceforge.net/</description>
		<content:encoded><![CDATA[<p><a href='http://phpmailer.sourceforge.net/' rel='nofollow'>http://phpmailer.sourceforge.net/</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Priya George</title>
		<link>http://phpit.net/article/read-email-php-pop3/#comment-7545</link>
		<pubDate>Fri, 14 Jul 2006 13:04:35 +0000</pubDate>
		<guid>http://phpit.net/article/read-email-php-pop3/#comment-7545</guid>
					<description>The International PHP Magazine carries a news article based on this tutorial called 'Use PHP to Read Mail', "Dennis Pallett shows you how to read POP3 e-mail with PHP and a POP3 library over at PHPit.net. He explains that it is possible to use PHP to read your e-mail instead of Microsoft Outlook or Mozilla Thunderbird. Dennis walks you through the necessary steps involved in reading your e-mail with PHP, and shows you how to display new e-mails in your inbox.

Dennis starts with the basics. He shows you how to retrieve e-mails from your inbox using POP3 protocol, and the raw PHP socket functions, such as &lt;code&gt;&lt;a href="http://in.php.net/fsockopen" rel="nofollow"&gt;fsockopen&lt;/a&gt;&lt;/code&gt;. Further, he shows how to parse e-mails by separating the e-mail headers from the message by using ..."

&lt;a href="http://phpmag.net/magphpde/magphpde_news/psecom,id,26114,nodeid,5.html" rel="nofollow"&gt;[READ ON]&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>The International PHP Magazine carries a news article based on this tutorial called &#8216;Use PHP to Read Mail&#8217;, &#8220;Dennis Pallett shows you how to read POP3 e-mail with PHP and a POP3 library over at PHPit.net. He explains that it is possible to use PHP to read your e-mail instead of Microsoft Outlook or Mozilla Thunderbird. Dennis walks you through the necessary steps involved in reading your e-mail with PHP, and shows you how to display new e-mails in your inbox.</p>
<p>Dennis starts with the basics. He shows you how to retrieve e-mails from your inbox using POP3 protocol, and the raw PHP socket functions, such as <code><a href="http://in.php.net/fsockopen" rel="nofollow">fsockopen</a></code>. Further, he shows how to parse e-mails by separating the e-mail headers from the message by using &#8230;&#8221;</p>
<p><a href="http://phpmag.net/magphpde/magphpde_news/psecom,id,26114,nodeid,5.html" rel="nofollow">[READ ON]</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ramzi</title>
		<link>http://phpit.net/article/read-email-php-pop3/#comment-7527</link>
		<pubDate>Fri, 14 Jul 2006 08:43:53 +0000</pubDate>
		<guid>http://phpit.net/article/read-email-php-pop3/#comment-7527</guid>
					<description>I am very happy, now. I have been looking for the article like this and I got this excellent tutorial. Thank you...Thank you...Thank you...</description>
		<content:encoded><![CDATA[<p>I am very happy, now. I have been looking for the article like this and I got this excellent tutorial. Thank you&#8230;Thank you&#8230;Thank you&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Marc Charles</title>
		<link>http://phpit.net/article/read-email-php-pop3/#comment-7489</link>
		<pubDate>Thu, 13 Jul 2006 17:57:08 +0000</pubDate>
		<guid>http://phpit.net/article/read-email-php-pop3/#comment-7489</guid>
					<description>You may want to clean up the code examples...you have missing ending ' that are going to end up causing some errors.</description>
		<content:encoded><![CDATA[<p>You may want to clean up the code examples&#8230;you have missing ending &#8216; that are going to end up causing some errors.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
