After reading a message, you could unset the seen flag. See also the imap implementation of the setFlags method. Api documentation
WardB
2010-09-28 14:19:51
After reading a message, you could unset the seen flag. See also the imap implementation of the setFlags method. Api documentation
When reading mails with the IMAP Storage in Zend Framework you have access to a method called setFlags in Zend_Mail_Storage_Imap
I don't think it's documented in the ZF manual but you might want to look into the API docs (see link above) to set the status/flag on a message.