Why GPG-Mime SMTP Filter Server ?

With the introduction of Mac OS X Snow Leopard ( 10.6.0) the plugin GPGMail unfortunately does not work anymore. Since this great and easy to use software makes heavy use of non-supported, Apple internal API's of the Mail application, the effort for customizing this software to Snow Leopard is estimated with at least 40 hours. Furthermore the author of the GPGMail plugin does currently not have the time to do this.

Currently other developers struggle to make GPGMail available but this seems to be a highly complex task. Refer also to GPGMail-Project-Page for lastest news.

The GPG-MIME Filter Server follows another concept. It does not make use of any unofficial API's. The disadvantage is that it is currently not as easy to use and does not as seamlessly integrate into Apples GUI. But nevertheless as long as the more Mac like GPGMail plugin is not available it can be seen as a functional alternative at least.

Requirements

Before installing the scripts make sure that the following components are available on your machine:

How does it work ?

Like most email client software Apple's Mail application allows to export email messages within original MIME format. GPG/MIME is an expansion to this format which encrypts the email content as a whole and stores the result within an email attachment. Even though Mail.app does not recognise this format, it does not alter it so the encryption can be done by external utility.

The decryption of a GPG/MIME encoded email requires to extract this attachment, decrypt it and replace the message content blog with the decrypted clear text. Reformatting and the invocation of the GPG command line application is implemented with a set of Ruby scripts which are encapsulated within an AppleScript application for simplified usage. Currently users still need to drag and drop the messages they want to decrypt onto the GPG Decode application manually. Later on even this process can be automated by further scripts in example by passing all new messages to the decryption droplet when received.

The encryption process is actually more complex since the mail application alters the MIME format before the message is send out. As a consequence GPG/MIME encrypted messages cannot be handled inside Apple Mail without significantly changing its internal data flow. Instead the present approach creates a local SMTP filter server instance. Thus it is required to change the Apple Mail configuration for using the local SMTP filter server who is responsible for all formatting and encryption processes and forwarding of the result to the external email service provider. Encryption is only possible for recipients whose public GPG keys are available in the local key ring. Otherwise the message is signed exclusively.

Downloads

Click here to download the current stable version of the software.

Refer also to the project page of this software. I know that this work is still far away from being perfect. Since I am doing this in my spare time I am interested in your experiences. Help or further support is also highly welcome.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see here.