Can someone help me customize an existing code sample?
I can see from the following article how to connect to gmail and download content, but I can't figure out how to search for a specific email and only download the timestamp and body?
ARTICLE: How can I download all emails with attachments from Gmail?
I specifically want to grab the emails from "[email protected]" for the last 5 days and download the send time and body of the emails. I'll then parse this to determine which emails I need to use.
I'm self-taught and am having a hard time customizing the script above to do this.
Any help is much appreciated. Thanks.
JD