KartikTalwar / gmail.js

Gmail JavaScript API
MIT License
3.74k stars 455 forks source link

Remove attachments from compose view #717

Open GTP95 opened 2 years ago

GTP95 commented 2 years ago

Greetings,

I'm developing a browser extension that encrypts and decrypts Gmail's emails, including attachments. The workflow is that the user composes the email adding eventual attachments, and then clicks on a button that encrypts and sends the email. My problem is, how do I remove the original plaintext attachments after the encryption? Thank you for your help,

GTP