The GPG plugins (PGP/Core, PGP/Mime and PGP/Inline) provide digital

signature and encryption features:

- Checking signatures of received emails
- Decrypting received emails
- Sending signed and/or encrypted emails
- Creating new key pairs easily
- Optionally, caching your passphrase or using gpg-agent.

S/MIME plugin handles S/MIME signed and/or encrypted mails.

WWW: http://claws-mail.org/plugin.php?plugin=gpg
This commit is contained in:
Pawel Pekala 2013-05-11 14:39:48 +00:00
parent fceb91dbf2
commit ca86b74231
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317879
3 changed files with 27 additions and 0 deletions

View file

@ -63,6 +63,7 @@
SUBDIR += claws-mail-notification
SUBDIR += claws-mail-pdf_viewer
SUBDIR += claws-mail-perl
SUBDIR += claws-mail-pgp
SUBDIR += claws-mail-python
SUBDIR += claws-mail-rssyl
SUBDIR += claws-mail-spamreport

View file

@ -0,0 +1,14 @@
# Created by: Pawel Pekala <pawel@FreeBSD.org>
# $FreeBSD$
PORTNAME= pgp
PORTREVISION= 0
COMMENT= PGP plugins for Claws Mail
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme
CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>

View file

@ -0,0 +1,12 @@
The GPG plugins (PGP/Core, PGP/Mime and PGP/Inline) provide digital
signature and encryption features:
- Checking signatures of received emails
- Decrypting received emails
- Sending signed and/or encrypted emails
- Creating new key pairs easily
- Optionally, caching your passphrase or using gpg-agent.
S/MIME plugin handles S/MIME signed and/or encrypted mails.
WWW: http://claws-mail.org/plugin.php?plugin=gpg