mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
send bounds wip
This commit is contained in:
@@ -23,7 +23,7 @@ num-traits = "0.2.6"
|
||||
async-smtp = "0.2"
|
||||
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
|
||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
||||
async-imap = "0.2"
|
||||
async-imap = { path = "../../async-imap"} # "0.2"
|
||||
async-native-tls = "0.3.1"
|
||||
async-std = { version = "1.4", features = ["unstable"] }
|
||||
base64 = "0.11"
|
||||
|
||||
Reference in New Issue
Block a user