mirror of
https://github.com/chatmail/core.git
synced 2026-05-14 20:36:30 +03:00
Refactor is_known_rfc724_mid() to use Iterator interface
This commit is contained in:
committed by
holger krekel
parent
c95f134963
commit
6288909481
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user