emacs-extend-smime
Improved S/MIME support for Gnus in Emacs
ExtendSMIME is designed to be used with Gnus in Emacs. It enhances DefaultEncrypt (emacs-default-encrypt) to support S/MIME (Secure/Multipurpose Internet Mail Extensions) via LDAP (Lightweight Directory Access Protocol). Before a message (e.g., email) is sent, ExtendSMIME searches for missing certificates via LDAP and imports them into gpgsm
. When certificates for all recipients are available, DefaultEncrypt automatically encrypts the message. For details and instructions on how to use ExtendSMIME, please refer to the home page or read the comments in the source file, jl-smime.el
.
- Versions: 3.3
- Website: https://informationelle-selbstbestimmung-im-internet.de/Emacs.html
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-extend-smime
as follows:
guix install emacs-extend-smime
Or install a particular version:
guix install emacs-extend-smime@3.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-extend-smime about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-extend-smime'><img src='https://packages.guix.gnu.org/packages/emacs-extend-smime/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-extend-smime/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-extend-smime)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-extend-smime][https://packages.guix.gnu.org/packages/emacs-extend-smime/badges/latest-version.svg]]