Hi, yeah, I'm getting the status, but I am having trouble with actuall setting the status. I currently have the following...
$mbox = imap_open($MAILSERVER,$user,$pass);
imap_setflag_full($mbox, $mailNumb, "\Seen \Flagged");
This doesn't appear to work though, any ideas?
Paul