PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Mail » Mail_IMAP » Bug #2557

Dependency

Details

Submitted2004-10-18 13:25 UTC
Fromsrabol at mail dot tele dot dk
StatusBogus
PackageMail_IMAP
PHP Version4.3.9
OSXP
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