ted_chou12 Posted December 10, 2008 Share Posted December 10, 2008 hello, I am trying to get the unseen messages, from the php manual: but my code $header = imap_header($mbox, $sorted_mbox[$startvalue]); echo $header->Unseen; is blank for all the messages whether they are seen or unseen messages, Thanks, Ted. Link to comment https://forums.phpfreaks.com/topic/136408-imap_header-doesnt-show-unseen-messages/ Share on other sites More sharing options...
gevans Posted December 10, 2008 Share Posted December 10, 2008 try using the same variables in imap_headerinfo() inplace of imap_header() Link to comment https://forums.phpfreaks.com/topic/136408-imap_header-doesnt-show-unseen-messages/#findComment-711781 Share on other sites More sharing options...
ted_chou12 Posted December 10, 2008 Author Share Posted December 10, 2008 Hello, I have tried that but it doesnt show as well, Thanks Link to comment https://forums.phpfreaks.com/topic/136408-imap_header-doesnt-show-unseen-messages/#findComment-711789 Share on other sites More sharing options...
premiso Posted December 10, 2008 Share Posted December 10, 2008 Unseen - U if not seen AND not recent, ' ' if seen OR not seen and recent Are you sure your tests for the unseen is a good test? Cause if it is seen than that just displays nothing. Link to comment https://forums.phpfreaks.com/topic/136408-imap_header-doesnt-show-unseen-messages/#findComment-711795 Share on other sites More sharing options...
ted_chou12 Posted December 10, 2008 Author Share Posted December 10, 2008 yes, i checked it with a another webmail client that there are unseen messages involved, but all of them appears blank in my own script. I also made sure $header->subject and $header->from all echo out the message. But only Unseen doesnt work. Link to comment https://forums.phpfreaks.com/topic/136408-imap_header-doesnt-show-unseen-messages/#findComment-711807 Share on other sites More sharing options...
ted_chou12 Posted December 11, 2008 Author Share Posted December 11, 2008 bump... Ted Link to comment https://forums.phpfreaks.com/topic/136408-imap_header-doesnt-show-unseen-messages/#findComment-712133 Share on other sites More sharing options...
ted_chou12 Posted December 11, 2008 Author Share Posted December 11, 2008 still no answers ??? Link to comment https://forums.phpfreaks.com/topic/136408-imap_header-doesnt-show-unseen-messages/#findComment-713143 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.