android gmail api support to check if user replied to the mail -
i developing android application in need show how many mails user has not replied (based on particular sender/subject) . if has done pls let me know if feasible.
i haven't particularly dabbled in gmail api per googling , looking around community while, think seems feasible. think make use of labels , threads. per threads
docs:
the gmail api uses thread resources group email replies original message single conversation or thread. allows retrieve messages in conversation, in order, making easier have context message or refine search results.
i think can tweak around it, recent message in thread, check if sent user, return true or false identifier. here's post that's retrieving reply of message, might useful. code , logic still though. hope helps somehow. luck.
Comments
Post a Comment