attachment-downloader icon indicating copy to clipboard operation
attachment-downloader copied to clipboard

Simple tool for downloading email attachments for all emails in a given folder using an IMAP client

Results 17 attachment-downloader issues
Sort by recently updated
recently updated
newest added

Might be nice to allow option to not ignore existing files. This way one can run the script idempotently, and only new files will be added. A nice side effect...

enhancement
Stale

Trying to access any of GMail's "subfolders" fails. It seems this is due to GMail not using a actual folder structure but labels? How to download attachments from a GMail...

Stale

Good job! 1) You can customise the download filename using a jinja2 template for the argument `--filename-template.` Is it possible a jinja2 template to add for argument `--date-after.` Example: `--date-after="{{date.strftime(%Y-%m-%dT00:00:00')}}"...

Stale

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Hi Is any way to passing this error ? 2024-06-25 23:17:01,692 - INFO - Attachment Downloader - Version: 1.2.7 (Python: 3.8.10), OS: (Release: 5.4.0-182-generic, Platform: Linux-5.4.0-182-generic-x86_64-with-glibc2.29). Default Encoding: utf-8 2024-06-25...

Hi James, First thanks for your fantastic tool - I've had a continual problem getting parsedmarc (as part of dmarc-visualiser) to do this (it's supposed to be an internal function)...