closing the inbox
Brought to you by:
vondo
$INBOX is not closed before disconnecting. Some IMAP
servers (namely iPlanet Messing Server) will not
automatically close (and hence expunge) the $INBOX.
Adding a $IMAP -> close() did the trick for me.
terry bradshaw
bradshaw@facstaff.wisc.edu
Logged In: NO
I added a $IMAP -> expunge("$INBOX"); before the
disconnect ... it helped with our exchange 2000 server