Hi all,

have next question:

I am doing app that allow users login to my web site by gmail oauth, and 
must display some useful info about their gmail inbox.
I want display unread amount of conversations in user Inbox for user logged 
at my site..

Problem is that unfortunatelly, i dont see how i could get them with help 
of Gmail imap api.
https://developers.google.com/gmail/oauth_overview


Imap api from there returns only unread amount of standalone emails, and 
dont return conversations number.

I tried php imap functions library, like functions 
imap_mailboxmsginfo<http://www.php.net/manual/en/function.imap-mailboxmsginfo.php>,
 
imap_thread <http://www.php.net/manual/en/function.imap-thread.php>, imap 
SEARCH commands
tried google imap_extensions with commands like 'SEARCH X-GM-RAW 
"in:unread"'
(https://developers.google.com/gmail/imap_extensions)

but they all dont return correct number of conversations, and return only 
numbers of standalone emails.


Question:
How is possible get number of conersations - unread and all??


Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Gmail-Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gmail-users+unsubscr...@googlegroups.com.
To post to this group, send email to gmail-users@googlegroups.com.
Visit this group at http://groups.google.com/group/gmail-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to