mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-09 12:20:49 -04:00
Python module that implements DKIM (DomainKeys Identified Mail) email signing and verification. It also provides helper scripts for command line signing and verification. Signed-off-by: Ralph Seichter <gentoo@seichter.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11
17 lines
538 B
XML
17 lines
538 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>gentoo@seichter.de</email>
|
|
<name>Ralph Seichter</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Python module that implements DKIM (DomainKeys Identified
|
|
Mail) email signing and verification. It also provides helper
|
|
scripts for command line signing and verification.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="launchpad">dkimpy</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|