₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,096 members, 8,420,317 topics. Date: Thursday, 04 June 2026 at 04:15 PM

Toggle theme

I Need Help With This Code. - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingI Need Help With This Code. (895 Views)

1 Reply

I Need Help With This Code. by charliebiz(op): 11:41am On Nov 20, 2009
I intend creating a code to accesss my pop email but it doesn't seem to work.

Please coders help me check it out.
<?php
$mbox = imap_open("{pop.xxxxx.com:995/pop3/ssl/novalidate-cert}", "Bleep@xxxxx.com", "xxxx", OP_HALFOPEN)
or die("can't connect: " . imap_last_error());

$list = imap_list($mbox, "{pop.xxxxxx.com:995/pop3/ssl/novalidate-cert}", "*"wink;
if (is_array($list)) {
foreach ($list as $val) {
echo imap_utf7_decode($val) . "\n";
}
} else {
echo "imap_list failed: " . imap_last_error() . "\n";
}

imap_close($mbox);
?>
1 Reply

5,000 Naira For Someone Who Can Reverse This CodeIs Something Wrong With This CodeNeed Help With This Code234

Php Mail FunctionIf facebook Was NigerianComputer Automation Thread