From d42082b72f22f97e7fbc5e45fdcd3663a39d5f6b Mon Sep 17 00:00:00 2001 From: perennate Date: Mon, 23 Sep 2013 18:32:36 -0400 Subject: [PATCH] Update README file. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c93b60e..2726445 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ gpg-mailgate is a content filter for Postfix that automatically encrypts unencrypted incoming email using PGP for select recipients. -# TODO -- fix attachments support -- multipart messages support -- testing +For installation instructions, please refer to the included INSTALL file. + +# Features +- Correctly displays attachments and general email content; currently will only display first part of multipart messages +- Public keys can be stored in a dedicated gpg-home-directory (see Note 1 in INSTALL) +- Encrypts both matching incoming and outgoing mail (this means gpg-mailgate can be used to encrypt outgoing mail for software that doesn't support PGP) +- Easy installation