1 message in net.sourceforge.lists.courier-users[courier-users] Courier 20030606
FromSent OnAttachments
Sam VarshavchikJun 6, 2003 8:46 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Courier 20030606Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jun 6, 2003 8:46:43 pm
List:net.sourceforge.lists.courier-users

Download: http://www.courier-mta.org/download.php

Spring cleaning. Changes:

* courier/webmail: GPG cleanup. Cleaned up and merged code from the mimegpg wrapper into the main webmail binary. Previously, a separate helper process, mimegpg, was used to invoke gpg to sign/encrypt/decrypt/verify MIME messages. There are no functional changes; the goal of this development build is to make sure that nothing is broken with webmail encryption support. Encryption might now actually be a little bit faster with large messages, since the cleanup removed the need to write out a temporary file for mimegpg to do its job.

This cleanup is the first step in paving the way to recycle this GPG wrapper in Cone, at a future date.

* Resync the source tree. One of the common library modules now has some OpenSSL 0.9.7-specific code, which at present is only used by Cone. These small bits should silently be disabled when compiling against older version of OpenSSL, and Courier should still continue to be buildable against < 0.9.7.