I

I use imap_status, but i want the information on the mail
(Subject,Size).

<?php
$mbox = imap_open("{localhost/pop3:110}INBOX","user_id","password");
$status = @imap_status($mbox,"{localhost/pop3:110}ENVOYES",SA_ALL);
?>
      
 Thanks

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to