mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
Correctly escape messages consisting of a dot in SMTP protocol
Actual bugfix is in the async-smtp crate.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -297,7 +297,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "async-smtp"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/async-email/async-smtp?branch=master#3e7a8f3de19fdeb19d14cf123a8696c49685d3fa"
|
||||
source = "git+https://github.com/async-email/async-smtp?branch=master#0cbf7043923b06612ce0dea7a3a3dae5ceaef578"
|
||||
dependencies = [
|
||||
"async-native-tls",
|
||||
"async-std",
|
||||
|
||||
Reference in New Issue
Block a user