I am connected to my GMail account via IMAP (using php_imap) Is there a way to find out if the message is marked as "important" (while it is in the priority folder)?
Thanks in advance
In a folder [Gmail]in IMAP, there is a folder with a name Importantthat saves all messages marked as important.
[Gmail]
Important
I think you can just check if a message is present in this particular folder.
Further information here: http://techcrunch.com/2010/09/03/priority-inbox-imap/