Home » Mail » Mail_IMAP » Bug #2557
Dependency
Details
| Submitted | 2004-10-18 13:25 UTC |
|---|---|
| From | srabol at mail dot tele dot dk |
| Status | Bogus |
| Package | Mail_IMAP |
| PHP Version | 4.3.9 |
| OS | XP |
| Roadmaps | (Not assigned) |
Comments
[2004-10-18 13:25 UTC] srabol at mail dot tele dot dk
Description:
------------
You write that Net_URL is optional, but in the connect method, execution stops if Net_URL is missing
[2004-10-18 14:35 UTC] srabol at mail dot tele dot dk
Please look at line 424 and the next 10 lines of IMAP.php, I would say that you get an erorr when you hit line 434 if you don't have NET_Url installed, infact the following code proves it.
include("PEAR.php");
include("Mail/Imap.php");
$im = Mail_IMAP::connect("imap://sra:sra@pc-sra.celenia.net:143/INBOX");
print "<pre>";
print_r($im);
print "</pre>";
?>
$im is PEAR error object