Please What Is Wrong With This Pop3 Code? - Webmasters - Nairaland
Nairaland Forum › Science/Technology › Webmasters › Please What Is Wrong With This Pop3 Code? (690 Views)
1 Reply
| Please What Is Wrong With This Pop3 Code? by charliebiz(op): 11:39am 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}", "*" ;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); ?> |
I Dont Know What Is Wrong With Whogohost My Website Server Is Going Down • What Is Wrong With Building 5 Page Websites For 5,000? I Do • What Is Wrong With Yahoo Mail? • 2 • 3 • 4
Please, Help Me To Find The Best Dating Sites. • Pls Review These Sites,i Need Your Comments • Pls I Need Free Drupal Ebook
;