Download emails from GMAIL in bulk

Here is a sample Google Apps Script to download specific Gmail emails as PDF files and save them to Google Drive. We’ll be using Google Apps Script’s Gmail and Drive services. Below is the script. This script will only handle the most recent email thread specified by the search query. You can modify the code … Read more