gmail-processor
gmail-processor copied to clipboard
Gmail Processor is an open-source project that automates the processing of Gmail messages and attachments using Google Apps Script and execute actions (e.g. store attachments in a GDrive folder, log i...
Hello, Thanks for the great script. It works really well. I would like to exchange letters for the filename that is saved. I use this script for the filenames: ```...
First, thank you for the great script - it works beautifully. I tried editing the rules for file extension so that it's not case sensitive e.g. it accepts both .pdf...
I receive several files in one email. I want to move each file to another folder in Google Drive. I tried so and it does not work: { // example"...
Hello! Is there a way to specify a Shared Drive (instead of "My Drive") as the folder base? Thanks!
Hi, I configured the script and it is finding and applying the labels perfectly but when it tried to save the file to drive folder it is throwing an error...
Can we add functionality to add the message thread into an attached pdf file? Would be willing to fund some development for that.
I can not figure out how to add the regex ^(?!.*AGB).*$ to a rule in order to exclude all files containing "AGB" in the filename. I tried `"filenameFromRegexp": "((?!.*AGB).*$)(.*\.pdf$|.*\.PDF$)"` but...
The features of GMail2GDrive should be automatically tested to improve code quality and reduce regressions. Possible unit testing frameworks for Google Apps Script: * https://github.com/google/clasp * https://github.com/simula-innovation/qunit/tree/gas/gas, see also: http://www.tothenew.com/blog/how-to-test-google-apps-script-using-qunit/...
Scenario: Send an email messagr containing an image with a different filetype compared to the filetype being defined in the first rule for this sender in the config section of...
Is there a method to save the attachment to a folder based on the subject line of the email? [email protected]