I am trying to switch an office from Outlook to Gmail. One of the features they are missing is the ability to drag an email conversation and send it as an attachment.
They way Outlook does, is by using their proprietary EML format. When an Outlook client receives an EML file, they can reply directly to recipient within the EML file. It's kind of messy, but it works.
The alternative I am proposing is a Gmail script that will:
- download a thread as a PDF
- attach that thread as a PDF
- Create a new message with that PDF attached
I am looking at the Gmail AppScript documentation and am wondering if this is possible.
It doesn't have to be PDF... but it does need to be a self-contained file with the FULL email history attached, the way it comes up in the print dialogue.
Ideas?