king.oslo Posted January 7, 2010 Share Posted January 7, 2010 Hello, I am using this code to try and unflag imap messages, it works for flags such as "Seen" but not the "Flagged" property. Any idea why?: <?php $status = imap_clearflag_full($connection, $msgNumber, '\\Flagged'); ?> Thanks, Marius Link to comment https://forums.phpfreaks.com/topic/187582-why-can-i-not-change-the-flagged-property-for-imap-email/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.