mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
Capitalize Error
This commit is contained in:
@@ -679,7 +679,7 @@ pub(crate) async fn receive_imf_inner(
|
|||||||
.await
|
.await
|
||||||
.with_context(|| {
|
.with_context(|| {
|
||||||
format!(
|
format!(
|
||||||
"error in Secure-Join '{}' message handling",
|
"Error in Secure-Join '{}' message handling",
|
||||||
mime_parser.get_header(HeaderDef::SecureJoin).unwrap_or("")
|
mime_parser.get_header(HeaderDef::SecureJoin).unwrap_or("")
|
||||||
)
|
)
|
||||||
})?
|
})?
|
||||||
@@ -689,7 +689,7 @@ pub(crate) async fn receive_imf_inner(
|
|||||||
.await
|
.await
|
||||||
.with_context(|| {
|
.with_context(|| {
|
||||||
format!(
|
format!(
|
||||||
"error in Secure-Join '{}' watching",
|
"Error in Secure-Join '{}' watching",
|
||||||
mime_parser.get_header(HeaderDef::SecureJoin).unwrap_or("")
|
mime_parser.get_header(HeaderDef::SecureJoin).unwrap_or("")
|
||||||
)
|
)
|
||||||
})?
|
})?
|
||||||
|
|||||||
Reference in New Issue
Block a user