[Linux-programlama] imap hata

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: utebay@aku.edu.tr
Date: Thu 15 Dec 2005 - 09:29:15 EET


server (Mandreke)üstünde imap ayarlarını yapmamıza rağmen aşağıdaki hatayı veriyor
Warning: imap_open(): Couldn't open stream {ip:143} in /home/utebay/public_html/imap/open.php on line 3
yazdığım koda da
<?

$mbox = imap_open ("{ip:143}", "user", "password ");

 echo "<p><h1>Mailboxes</h1>\n";
 $folders = imap_listmailbox ($mbox, "{ip:143}", "*");

 if ($folders == false) {
 echo "Call failed<br>\n";
 } else {
 while (list ($key, $val) = each ($folders)) {
 echo $val."<br>\n";
 }
 }

 echo "<p><h1>Headers in INBOX</h1>\n";
 $headers = imap_headers ($mbox);

 if ($headers == false) {
 echo "Call failed<br>\n";
 } else {
 while (list ($key,$val) = each ($headers)) {
 echo $val."<br>\n";
 }
 }

 imap_close($mbox);
?>
sorun ne olabilir yardımcı olurmusunuz iyi çalışmalar

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.