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. Quote 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() Quote 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 Quote 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 Quote 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. Quote 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. Quote 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 Quote 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 ??? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.