python-dkimpy 1.0.5
DKIM (DomainKeys Identified Mail)
Python module that implements DKIM (DomainKeys Identified Mail) email signing and verification (RFC6376). It also provides helper scripts for command line signing and verification. It supports DKIM signing/verifying of ed25519-sha256 signatures (RFC 8463). It also supports the RFC 8617 Authenticated Received Chain (ARC) protocol.
- Outputs:
out
- Website: https://launchpad.net/dkimpy
- Licenses: Modified BSD
- Package source: gnu/packages/mail.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-dkimpy 1.0.5
as follows:
guix install python-dkimpy@1.0.5
Or install the latest version:
guix install python-dkimpy
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.