pixelcog / gmail-to-pdf

A Google Apps Script library for converting Gmail messages to PDFs for easy archival.
http://bit.ly/1CsBl8U
122 stars 38 forks source link

Images no longer in body of pdf #12

Closed ShovelHand closed 4 years ago

ShovelHand commented 5 years ago

Hello, We have been using version 4 of this library for some time now (months) and it has been working great, but during regression testing today we discovered that PDFs converted from emails with the utility no longer have their images in the message body. We have not made any code changes around this functionality, so we wonder if it's possible that something has changed in the GmailUtil library imported in our script?

ShovelHand commented 4 years ago

This was my fault; I added a Url fetch whitelist to the app manifest, so of course it was unable to get externally hosted images. Woops.