mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 11:56:30 +03:00
use rfc2047 crate from @valodim and remove dc_strencode.rs completely
This commit is contained in:
@@ -19,6 +19,7 @@ num-derive = "0.2.5"
|
||||
num-traits = "0.2.6"
|
||||
lettre = { git = "https://github.com/deltachat/lettre", branch = "feat/mail" }
|
||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "feat/mail" }
|
||||
rfc2047 = "0.1.1"
|
||||
async-imap = { git = "https://github.com/async-email/async-imap", branch="master" }
|
||||
async-tls = "0.6"
|
||||
async-std = { version = "1.0", features = ["unstable"] }
|
||||
|
||||
Reference in New Issue
Block a user