feat: import mmime crate

This commit is contained in:
Friedel Ziegelmayer
2019-09-23 13:20:30 +02:00
committed by GitHub
parent 321c5e049b
commit cb784615ee
28 changed files with 22092 additions and 6 deletions

View File

@@ -7,6 +7,8 @@ license = "MPL"
[dependencies]
deltachat_derive = { path = "./deltachat_derive" }
mmime = { version = "0.1.2", path = "./mmime" }
libc = "0.2.51"
pgp = { version = "0.2", default-features = false }
hex = "0.3.2"
@@ -20,7 +22,6 @@ num-traits = "0.2.6"
native-tls = "0.2.3"
lettre = "0.9.0"
imap = { git = "https://github.com/jonhoo/rust-imap", rev = "281d2eb8ab50dc656ceff2ae749ca5045f334e15" }
mmime = "0.1.2"
base64 = "0.10"
charset = "0.1"
percent-encoding = "2.0"
@@ -59,6 +60,7 @@ proptest = "0.9.4"
members = [
"deltachat-ffi",
"deltachat_derive",
"mmime",
]
[[example]]