initial import

This commit is contained in:
2025-11-20 14:59:04 +01:00
commit 4ee1ef0a81
12 changed files with 1392 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "rs_pop_imap_importer"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.53", features = ["derive"] }
dotenvy = "0.15.7"
imap = "2.4.1"
imap-proto = "0.16.6"
native-tls = "0.2.14"
rust-pop3-client = "0.2.2"