Metadata-Version: 1.1
Name: gpgmailencrypt
Version: 3.4.4
Summary: an e-mail encryption, virus- and spam- checking module, gateway and daemon
Home-page: https://github.com/gpgmailencrypt/gpgmailencrypt
Author: Horst Knorr
Author-email: gpgmailencrypt@gmx.de
License: GPL v3
Description: # gpgmailencrypt
        gpgmailencrypt can encrypt e-mails and check for spam and viruses.
        
        It supports
        * PGP/Inline
        * PGP/Mime
        * S/Mime
        * PDF
        
        For spam checking it supports
        * spamassassin
        * bogofilter
        
        For virus checking it supports
        * avast
        * bitdefender
        * clamav
        * drweb
        * f-prot
        * sophos
        
        It can be used normally as a script doing everything on command line, in daemon mode, where gpgmailencrypt acts as an encrypting smtp server or as a module for programmers. 
        
        It takes e-mails and  returns the e-mail encrypted to another e-mail server if a encryption key exists for the receiver. Otherwise it returns the e-mail unencrypted.
        The encryption method can be selected per user.
        
        See gpgmailencrypt documentation.pdf for more info.(https://github.com/gpgmailencrypt/gpgmailencrypt/blob/master/documentation/gpgmailencrypt%20documentation.pdf)
        
Keywords: Email encryption daemon gateway  gpg pgp smime pdf spam spamassassin bogofilter virus clamav drwatson avast f-prot fprot sophos bitdefender mysql sqlite postgres
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Communications :: Email :: Mail Transport Agents
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Database
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
