attachment-downloader
attachment-downloader copied to clipboard
Gmail attachment downloader
I received a Google email with the subject line "Migrate your OAuth out-of-band flow to an alternative method before Oct. 3, 2022" on May 3, 2022. It identified to OAuth...
Hello! Is it possible to download attachments linked from google drive? Seems like now it doesn't.
hello, firstly I'd like to say nice project! I tried using it and it found the label I was looking for, it found all the emails under the label but...
UI?
Planning to use UI based application for end user. So, no need to code and enhance UX. Currently, I plan to use Electron as we can get two benefits 1)...
Is it possible or easy to add an option to select multiple labels and create folders under ./files? We have a few hundred labels to go through one by one...
Initial plan is to organise it more better. - Use database to manage downloaded files. - Avoid duplicate download of same file
Would be nice to combine date range filtering in addition to labels. ie: `before:2004/04/18`, `after:04/16/2004`. Might require some refactoring for the CLI to support a combination of filters, perhaps a...
Since the goal is to only get emails with attachments, the query can be structured with `has:attachment`, as per [these docs](https://support.google.com/mail/answer/7190). The result shouldn't be any different, but it will...
Use case: I only want to save pdfs. Right now, I'm running `cd files && rm -- ^*.pdf` in zsh after running this script, in order to remove the unwanted...
Bumps [jws](https://github.com/brianloveswords/node-jws) from 4.0.0 to 4.0.1. Release notes Sourced from jws's releases. v4.0.1 Changed Fix advisory GHSA-869p-cjfg-cm3x: createSign and createVerify now require that a non empty secret is provided (via...