mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
Update outdated comment
MIME wrapping is now done by the email crate, which implements RFC5322
This commit is contained in:
committed by
holger krekel
parent
84e0e7e020
commit
f32876708a
@@ -100,8 +100,8 @@ impl fmt::Display for Aheader {
|
|||||||
write!(fmt, " prefer-encrypt=mutual;")?;
|
write!(fmt, " prefer-encrypt=mutual;")?;
|
||||||
}
|
}
|
||||||
|
|
||||||
// adds a whitespace every 78 characters, this allows libEtPan to
|
// adds a whitespace every 78 characters, this allows
|
||||||
// wrap the lines according to RFC 5322
|
// email crate to wrap the lines according to RFC 5322
|
||||||
// (which may insert a linebreak before every whitespace)
|
// (which may insert a linebreak before every whitespace)
|
||||||
let keydata = self.public_key.to_base64().chars().enumerate().fold(
|
let keydata = self.public_key.to_base64().chars().enumerate().fold(
|
||||||
String::new(),
|
String::new(),
|
||||||
|
|||||||
Reference in New Issue
Block a user