mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
Update to the latest rust-imap
It uses imap-proto 0.8.1 instead of outdated 0.7.0.
This commit is contained in:
@@ -23,7 +23,7 @@ num-derive = "0.2.5"
|
||||
num-traits = "0.2.6"
|
||||
native-tls = "0.2.3"
|
||||
lettre = "0.9.0"
|
||||
imap = "1.0.1"
|
||||
imap = { git = "https://github.com/jonhoo/rust-imap", rev = "31e2490d2203a837d8830736bcb183831ec4894d" }
|
||||
mmime = { git = "https://github.com/dignifiedquire/mmime", rev = "bccd2c2" }
|
||||
base64 = "0.10"
|
||||
charset = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user