[imp] IMP with IMAP2001a c-client

Shawn Robinson Shawn.Robinson@telus.com
Thu, 30 May 2002 15:39:27 -0600


At 12:05 PM 2002/05/30 -0400, Chuck Hagenbuch wrote:
>Quoting Jan Schneider <jan@horde.org>:
>
> > We do this to show any error messages from the imap server that are
> > raised on an imap action that we didn't catch inside the code.
>
>Just to make sure things are clear, the above is wrong; imap_alerts() does
>not show uncaught error messages.

Sticking a call to imap_errors() at the very end of message.php and 
mailbox.php has resolved my issues.  The errors are still logged in the 
apache error log as PHP errors, but are no longer thrown up to the user 
on  the next page view.