gmail-processor icon indicating copy to clipboard operation
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...

Results 46 gmail-processor issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/wait-on/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/wait-on/8.0.0?slim=true)](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-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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...

bug

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...

feature