gmail-processor
                                
                                 gmail-processor copied to clipboard
                                
                                    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...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [wait-on](https://togithub.com/jeffbski/wait-on) | [`^7.2.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/wait-on/7.2.0/8.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sonarsource/sonarcloud-github-action](https://togithub.com/sonarsource/sonarcloud-github-action) | action | major | `v2` -> `v3` | --- > [!WARNING]...
# Description This PR intends to add decryptPDF action. It will take attached pdfs, store the original and decrypted in the chosen location. It also adds new dependency `@cantoo/pdf-lib` fork...
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `docs/package.json` - `docs/package-lock.json` #### Vulnerabilities...
### Describe the bug I'm trying to use `message.exportAsPdf`, but when executing it results in this error: ``` 2024-08-08T22:59:22.037Z ERROR Stacktrace: ReferenceError: URL is not defined at GmailExportAdapter.getDataUri (GmailProcessorLib:25185:39) at...
I'm using the below code to remove a password from a PDF file, but the integration with convertapi can do more. Prerequisite: secret key from [convertapi](https://www.convertapi.com/). ``` /** * If...