Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 256 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 256 Bytes

attdl

A mail attachment downloader based on the IMAP protocol written in Rust.

Dependencies

  • imap
  • native-tls
  • dotenvy
  • mail-parser

Usage

mv .env-example .env

Edit the .env file to your needs.

Run

cargo run