Priority Gmail via IMAP?

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

+3
source share
1 answer

In a folder [Gmail]in IMAP, there is a folder with a name Importantthat saves all messages marked as 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/

+4
source

All Articles