Massive overhaul of networking code. Changes:
[mmh] / docs / pending-release-notes
1 Things to add to the release notes for the next full release:
2
3 - SASL security layers (encryption) are now supported for the SMTP MTA.
4 - You can now select the SMTP server and port from either "send" or a
5   user's mh_profile (you could always select the server; that option is
6   now documented).  These are available via the -server and -port switches.
7 - All networking code has been modified to use the new networking APIs
8   (getaddrinfo and friends).  All networking code (with the exception of
9   the ftp client) now supports IPv6.
10 - Support for prefixing a \01 in the "servers" entry in mts.conf to
11   connect to all servers on a particular named net has been removed.