Page MenuHomePhorge

Fix S/MIME handling in syncroton
Closed, ResolvedPublic

Description

Currently Syncroton delivers s/mime signatures and encrypted messages to mobile devices so they cannot get parsed.
Attached patch changes the handling of signed/encrypted mails.

Details

Ticket Type
Task

Event Timeline

To follow the process, please submit the change via diffusion:

git clone https://git.kolab.org/diffusion/S/syncroton.git
cd syncroton
patch -p1 < smimepatch.patch
git commit -a --author="myemail@example.org" -m "Fix S/MIME handling in syncroton (T1229)"
arc diff

see also https://docs.kolab.org/contributor-guide/index.html and http://www.pokorra.de/2015/07/submitting-patches-to-kolab-via-phabricator/

no problem :)

Thanks for the patch. It looks ok to me. I hope it will be properly reviewed by a core developer and accepted soon.

machniak claimed this task.