Skip to content

Commit d9b361f

Browse files
committed
docs: remove outdated comment that says MDNs are unencrypted
1 parent 94e75cb commit d9b361f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/mimefactory.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,16 +1712,6 @@ impl MimeFactory {
17121712
fn render_mdn(&mut self) -> Result<MimePart<'static>> {
17131713
// RFC 6522, this also requires the `report-type` parameter which is equal
17141714
// to the MIME subtype of the second body part of the multipart/report
1715-
//
1716-
// currently, we do not send MDNs encrypted:
1717-
// - in a multi-device-setup that is not set up properly, MDNs would disturb the communication as they
1718-
// are send automatically which may lead to spreading outdated Autocrypt headers.
1719-
// - they do not carry any information but the Message-ID
1720-
// - this save some KB
1721-
// - in older versions, we did not encrypt messages to ourself when they to to SMTP - however, if these messages
1722-
// are forwarded for any reasons (eg. gmail always forwards to IMAP), we have no chance to decrypt them;
1723-
// this issue is fixed with 0.9.4
1724-
17251715
let Loaded::Mdn {
17261716
rfc724_mid,
17271717
additional_msg_ids,

0 commit comments

Comments
 (0)