| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2002-06-16 08:23 UTC] sander@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 00:00:01 2025 UTC | 
$mbox = imap_open("{localhost:143}",$username,$password); $headers=imap_fetch_overview($mbox,"1,2:6"); if(is_array($msgoverview)){ reset($msgoverview ); while( list($index,$msg) = each($msgoverview ) ){ print $msg->subject . "-" ."<br>"; }//endwhile }//endif