Ronald - 2003-02-26

Logged In: YES
user_id=721345

The problem is that the script fails to do an Expunge.

To work around this, insert the following line into the script:

$IMAP->expunge();

right before $IMAP->disconnect();

However, doing the above will issue a "delete" even though no
messages may have been detected. This could potentially be
expensive.

Email me if you'd like to know how I worked around that.