Having problem with imap_clearflag_full() function
Posted: Mon Mar 24, 2003 11:33 pm
Does the imap_clearflag_full() function not work with Pop3 mail servers?
I'm working on a project to view emails via a web browser. I'm using the the Php Imap functions to implement the system.
Everything works fine except that after I view emails via my program, they appear as read when I view them via other clients. I use the imap_clearflag_full() function for each email that I view and I call the imap_expunge() function at the end.
What's really odd is that the imap_fetch_overview() function does show them as not "seen."
Has anyone else had similar problems?
If imap_clearflag_full() only works with Pop3 mail servers, is there a workaround using one or more of the other Php Imap functions?
Any other ideas?
Thanks!
I'm working on a project to view emails via a web browser. I'm using the the Php Imap functions to implement the system.
Everything works fine except that after I view emails via my program, they appear as read when I view them via other clients. I use the imap_clearflag_full() function for each email that I view and I call the imap_expunge() function at the end.
What's really odd is that the imap_fetch_overview() function does show them as not "seen."
Has anyone else had similar problems?
If imap_clearflag_full() only works with Pop3 mail servers, is there a workaround using one or more of the other Php Imap functions?
Any other ideas?
Thanks!