Share

Courier Mail Server

File Release Notes and Changelog

Release Name: 0.74

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

* This release fixes some bugs in the optional GnuTLS support.






Changes: * tcpd/libcouriergnutls.c (tls_connect): TLS_MIN_DH_BITS setting, invokes gnutls_dh_set_prime_bits(). Fix some bugs. * tcpd/libcouriergnutls.c (tls_transfer): Fix some bugs. * tcpd/libcouriergnutls.c: Fix SSL session caching bug. * tls: Implement GnuTLS as an alternative to OpenSSL. * tls: code cleanup. * addressbook.C: Implement LDAP search from LDAP servers that require authentication. * COPYING: Updated to GPL 3 * Drop the automake fixup -- too much trouble to maintain. * gpglib/gpg.c: Fix signing of multipart messages that contain 8 bit content. * Several gcc 4.3 fixes. * Update all docs to Docbook XML V4.4. Update configure script and makefile to current automake syntax. * cone/myserverremoteconfig.C (saveconfig2): Skip updating of the remote configuration if the configuration settings are unchanged. * all: Fix many gcc 4.1 warnings. Update LDAP code to OpenLDAP 2.3 * all: Rebuilt against the latest gettext, autoconf, and automake * cone/spellcheckerAspell.C (endif): Fix wrong aspell key. * cone/cursesmessage.C (reply): Fix Followup-To: processing. * libmail/fd.C: Add missing #include <errno.h> * all: Fix many compiler warnings. * cone/cursesedit.H: Compilation fix. * cone/cursesindexdisplay.C: New folder index screen command, "show blobs", toggles on/off removal of mailing list [blobs] in the subject line, which has limited display real estate. * Implemented LDAP address books. * cone/myserver.H: Fix compiler error. * cone/spellcheckerAspell.H: Ditto. * cone/mymessage.C (getDefaultHeaders): "Write" from the main menu populates message headers with defaults from the first defined mail account. * cone/myserverconfig.C (save), cone/cursesmessage.C (getSendFolder): When using master passwords, also save passwords for the SMTP server. * cone/configure.in: Forgot to bump release to 0.66 * curses/mycurses.H: Drop redundant namespace reference. * Fix various gcc warnings. 2005-11-23 Mr. Sam <mrsam@courier-mta.com> * htmlparser.C: Generate more readable results from <li> tags. 2005-11-20 Mr. Sam <mrsam@courier-mta.com> * gpglib/gpg.c (dosignencode): Sign the entire message in its entirety, instead of signing each MIME part separately. Some E-mail clients cannot handle individually-signed multipart/alternative content. * Toolchain update. 2005-11-15 Mr. Sam <mrsam@courier-mta.com> * rfc2045/rfc2045rewrite.c: Cleanup. Remove duplicate quoted-printable implementation, use one in rfc822/encode.c * gpglib/gpg.c: Ditto. * rfc822/encode.c (quoted_printable): encode spaces that precede a newline.