Page MenuHome GnuPG

Fully implement gpgme_op_encrypt_ext for S/MIME
Closed, ResolvedPublic

Description

Mutt 1.12.0 uses this function but will run into an GPG_ERR_NOT_IMPLEMENTED when trying to encrypt for S/MIME. Sure, it could also be fixed in Mutt but the behaviour of GPGME is surprising and thus we should fix it here.

Revisions and Commits

Related Objects

Event Timeline

werner added a project: Mutt.

With the current GPGME master and the forthcoming T4551 release this has been fixed.

However for Mutt the problem is that it should work with older GPGME versions. The solution will be to chnage mutt to use the old way for S/MIME.