Warning:  imap_fetchstructure(): Bad message number in
e:\testroot\imap\index.php on line 52

I ust imap_fetchstructure function to get the structure of a message, and I
want to push the errors into an array.
I give a wrong message number and expect cause an imap error, which can be
get by using imap_errors().
But it does not work like that. I get nothing from imap_errors(), and the
browser print a waring like that :

Warning:  imap_fetchstructure(): Bad message number in
e:\testroot\imap\index.php on line 52

What can I do?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to