diff options
author | Rémi Nicole <nicole@kolabsystems.com> | 2018-03-08 12:09:25 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-08 12:11:03 +0100 |
commit | 4f006ff552a5ecf4550554d53ece8f4e9c1b9dc0 (patch) | |
tree | d367daa985f82a0673cf2f5c4140c1a81e90152e /components | |
parent | fa04490373f4f09dfadfdc3450eb98a4514072e7 (diff) | |
download | kube-4f006ff552a5ecf4550554d53ece8f4e9c1b9dc0.tar.gz kube-4f006ff552a5ecf4550554d53ece8f4e9c1b9dc0.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 'components')
0 files changed, 0 insertions, 0 deletions