File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1712,16 +1712,6 @@ impl MimeFactory {
1712
1712
fn render_mdn ( & mut self ) -> Result < MimePart < ' static > > {
1713
1713
// RFC 6522, this also requires the `report-type` parameter which is equal
1714
1714
// 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
-
1725
1715
let Loaded :: Mdn {
1726
1716
rfc724_mid,
1727
1717
additional_msg_ids,
You can’t perform that action at this time.
0 commit comments