PHP : Function Reference : IMAP, POP3 and NNTP Functions : imap_errors
jeremy glover
When calling imap_close($mbox), notices will be generated for each error that has occurred within the imap functions. To suppress these error messages (including Mailbox is empty, which is not really an error) simply call imap_errors() and then imap_close($mbox).
|