Refactor is_known_rfc724_mid() to use Iterator interface

This commit is contained in:
Dmitry Bogatov
2019-08-28 01:33:58 +00:00
committed by holger krekel
parent c95f134963
commit 6288909481
3 changed files with 14 additions and 25 deletions

View File

@@ -24,7 +24,7 @@ num-traits = "0.2.6"
native-tls = "0.2.3"
lettre = "0.9.0"
imap = "1.0.1"
mmime = "0.1.0"
mmime = { git = "https://github.com/dignifiedquire/mmime", rev = "bccd2c2" }
base64 = "0.10"
charset = "0.1"
percent-encoding = "2.0"