diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-02 12:07:18 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-02 12:07:18 +0100 |
commit | f28ec43dca5b2915deb69d54fb942ddf1303f48c (patch) | |
tree | 7122808144542c4f3e70f5e9b52925e5016d36f7 /docker | |
parent | 03e8aabf1754f5061f207d2c9c082ba6199db0e5 (diff) | |
download | kube-f28ec43dca5b2915deb69d54fb942ddf1303f48c.tar.gz kube-f28ec43dca5b2915deb69d54fb942ddf1303f48c.zip |
Support encrypted mails forwarding
Summary:
Some notes:
- What we do is: if the mail is encrypted, decrypt it and copy its content into a new message (with plaintext, html and attachments, if any), and use this message as attachment for forwarding
- The `isEncrypted` function from KMime doesn't seem to detect every kind of encrypted mails. AFAIK this structure is not detected:
- `multipart/mixed`
- `text/plain`
- `application/pgp-encrypted` (attachement, named "ATT00001")
- `application/octet-stream` (attachment named "encrypted.asc")
Reviewers: cmollekopf
Tags: PHID-PROJ-6npnfcmppynqynn7slmv
Maniphest Tasks: T8112, T7024
Differential Revision: https://phabricator.kde.org/D10966
Diffstat (limited to 'docker')
0 files changed, 0 insertions, 0 deletions