I am supporting a Gmail user who has saved 50 message templates, the maximum allowed.
I want to extract all the images from the templates, and save them to a directory attachments on my PC.
My current approach:
- In Gmail, compose a new message;
- Insert a template;
- Use the browser's
Save as > Webpage, Completeoption to save the page locally; - Identify the relevant
unnamed(n).pngimages from the newly saved files; - Add those identified images to my
attachmentsdirectory; - Repeat steps 2 - 5 for each remaining template.
Is there a 'bulk' way of doing this? Ideally, I would like to find Gmail's templates directory.