deltachat / deltachat-core-rust

Delta Chat Rust Core library, used by Android/iOS/desktop apps, bindings and bots 📧
https://delta.chat/en/contribute
Other
659 stars 85 forks source link

Factor out Header Confidentiality Policy #5713

Closed link2xt closed 3 months ago

link2xt commented 3 months ago

This is something I want to do for https://datatracker.ietf.org/doc/draft-ietf-lamps-header-protection/ preparation.

Going to do this once #5686 is merged.

Placing all headers into a single list and then moving them into outer/protected/hidden part based on a single function should make it more maintainable and clear if there are still problems left in the RFC draft that prevent this.