From:             [EMAIL PROTECTED]
Operating system: linux 7.0
PHP version:      4.0.4pl1
PHP Bug Type:     IMAP related
Bug description:  imap_header imap_fetchstructure can't return any value when ...

Imap_fetchstructure can't return values when a script includes a cycle ,for example 
'while' getting parameters from mailbox using imap_fetchstructure.
example:

   while($i<300)
       ...
    $partinfo=imap_fetchstructure($mailstream,$i);
      ...
    When $i  is large than certain number such as 200 but variable by different users  
and other situation,$partinfo return null array.
 

I hope that you will do me a favour!


-- 
Edit Bug report at: http://bugs.php.net/?id=11500&edit=1



-- 
PHP Development 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