This commit is contained in:
2020-04-11 00:27:17 -06:00
commit 974e51f686
4 changed files with 824 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "imap-run"
version = "0.1.0"
authors = ["Dusan Maliarik <dusan@struna.me>"]
edition = "2018"
[dependencies]
imap = "2.0.1"
native-tls = "0.2.4"
fondant = "0.1.0"
serde = "1.0.106"