<?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: Testing mail() function with agrosoft mail server &#8230;</title>
	<atom:link href="http://www.rasyid.net/2006/11/03/testing-mail-function-with-agrosoft-mail-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rasyid.net/2006/11/03/testing-mail-function-with-agrosoft-mail-server/</link>
	<description>Learning anything from anywhere</description>
	<lastBuildDate>Mon, 08 Feb 2010 18:12:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gayan</title>
		<link>http://www.rasyid.net/2006/11/03/testing-mail-function-with-agrosoft-mail-server/comment-page-1/#comment-43101</link>
		<dc:creator>Gayan</dc:creator>
		<pubDate>Fri, 22 Jan 2010 09:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rasyid.net/?p=6#comment-43101</guid>
		<description>I try your tutorial and it was very good. Thank you very much for the information.</description>
		<content:encoded><![CDATA[<p>I try your tutorial and it was very good. Thank you very much for the information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhani</title>
		<link>http://www.rasyid.net/2006/11/03/testing-mail-function-with-agrosoft-mail-server/comment-page-1/#comment-42529</link>
		<dc:creator>dhani</dc:creator>
		<pubDate>Mon, 15 Dec 2008 18:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rasyid.net/?p=6#comment-42529</guid>
		<description>with this script 

&lt;?php
$mbox = imap_open(&quot;{localhost:110}INBOX&quot;, &quot;skynet&quot;, &quot;jloisa&quot;)
      or die(&quot;can&#039;t connect: &quot; . imap_last_error());
 
$list = imap_list($mbox, &quot;{localhost:110}&quot;, &quot;*&quot;);
if (is_array($list)) {
    foreach ($list as $val) {
        echo imap_utf7_decode($val) . &quot;\n&quot;;
    }
} else {
    echo &quot;imap_list failed: &quot; . imap_last_error() . &quot;\n&quot;;
}

imap_close($mbox);
?&gt; 

i found error below :

Warning: Couldn&#039;t open stream {localhost:110}INBOX in c:\apache\htdocs\program\tes.php on line 2

Fatal error: Maximum execution time of 30 seconds exceeded in c:\apache\htdocs\program\tes.php on line 2


please help me...!
what happen with the script? any wrong scipt?

thank&#039;s</description>
		<content:encoded><![CDATA[<p>with this script </p>
<p>&lt;?php<br />
$mbox = imap_open(&#8220;{localhost:110}INBOX&#8221;, &#8220;skynet&#8221;, &#8220;jloisa&#8221;)<br />
      or die(&#8220;can&#8217;t connect: &#8221; . imap_last_error());</p>
<p>$list = imap_list($mbox, &#8220;{localhost:110}&#8221;, &#8220;*&#8221;);<br />
if (is_array($list)) {<br />
    foreach ($list as $val) {<br />
        echo imap_utf7_decode($val) . &#8220;\n&#8221;;<br />
    }<br />
} else {<br />
    echo &#8220;imap_list failed: &#8221; . imap_last_error() . &#8220;\n&#8221;;<br />
}</p>
<p>imap_close($mbox);<br />
?&gt; </p>
<p>i found error below :</p>
<p>Warning: Couldn&#8217;t open stream {localhost:110}INBOX in c:\apache\htdocs\program\tes.php on line 2</p>
<p>Fatal error: Maximum execution time of 30 seconds exceeded in c:\apache\htdocs\program\tes.php on line 2</p>
<p>please help me&#8230;!<br />
what happen with the script? any wrong scipt?</p>
<p>thank&#8217;s</p>
]]></content:encoded>
	</item>
</channel>
</rss>
