How to get Particular Users First Message using gmail api
how to get the first message of a particular user(like facebook's first message to me) using using gmail api currently i'm using this code to get all the messages from googleapiclient.discovery import build from httplib2 import Http from oauth2client import…