permanently delete only one gmail message from a thread using a google script
问题 I want to permanently delete a Gmail message inside a thread already in the trash. I merged a few scripts around there, so I can delay and track emails. It works by saving a draft, then the script copy the draft into a new email, send it at the specified time and send the original draft to trash. The problem is that once in a while, the drafts that are in the trash are sent again (i haven't been able to figure out why yet)... As a workaround, I was using the following code that that was