Gmail API find parent of a draft
How can I find the parent of a draft (if it exists) in Gmail? When the user responds to a particular message in a Gmail Thread , the draft appears directly below it. Say for example, there was 5 messages in a thread and a draft was made in reply to the 3rd one... that draft would always appear as the 4th message. I'm attempting to reproduce this in my application, but I need a way of mapping a draft to the message it is in response to if any. I've been searching through the values returned, but cannot find any reference to previous messages. How can I do this through the API? Edit: You have to