loeffel-io / mail-downloader

IMAP Mail Downloader - Download attachments and mails as pdf with useful filters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mail Downloader

Build Status Go Report Card

Download attachments and mails as pdf through useful filters

preview

Requirements

Usage

make build
./mail-downloader -config=config.yml -from="2019-10-01" -to="2019-12-31"

Config

imap:
  username: secret@gmail.com
  password: secret
  server: imap.gmail.com
  port: 993

attachments:
  mimetypes:
    - application/pdf

mails:
  subjects: # subject contains
    - invoice, amazon # invoice AND amazon
    - rechnung # OR rechnung
    - receipt # OR receipt

Output

files
├── secret@gmail.com
    ├── December-2019
    │   ├── marketplace.amazon.de
    │   │   │── invoice.pdf
    │   ├── iconfinder.com
    │       │── invoice.pdf
    │       │── invoice-2.pdf
    │       │── mail-123.pdf
    │
    ├── November -2019
        ├── facebook.com
            │── invoice.pdf

About

IMAP Mail Downloader - Download attachments and mails as pdf with useful filters

License:MIT License


Languages

Language:Go 98.5%Language:Makefile 1.5%