zend framework : set imap mail to read, or move it to a folder
Posted
by Dan Course
on Stack Overflow
See other posts from Stack Overflow
or by Dan Course
Published on 2010-02-03T12:11:48Z
Indexed on
2010/03/13
23:35 UTC
Read the original article
Hit count: 351
Hi overflowers,
After reading a message's state in Zend_Mail_Storage_Imap with $message->getHeaders(). How do I then set that mail as read?
setHeaders(Zend_Mail_Storage::FLAG_SEEN);
Thanks,
Dan
© Stack Overflow or respective owner