0.5
7 Jun 1999
* $mc->status method was calling back "log" instead of "status"
* Added documentation on the $mc->open method
* The mailstream2sv HV was caching stale objects and the DESTROY
method was then causing closes on those stale streams at program
exit. That led to segfaults. Stale streams are now deleted from the
hash and the destructor has been removed since there's no nice way
to keep it clean.
0.4
14 Sep 1998
* Added support for mail_parameters
* Added $mc->append method
(from code submitted by Kevin Sullivan <ksulliva@kludge.psc.edu>)
* Added CAVEATS section to documentation
(submitted by Bruce Gingery <bgingery@gtcs.com>)
* Attempt to work around possible NULL parts in make_body for TYPEMESSAGE.
0.3
1 Jun 1998
* Created this Changes file
* Removed duplicate decrement in av_to_stringlist which was
causing fetchheader to return only half the requested headers
* Add support for elts
0.2
14 Apr 1998
* Polished up for public release.
0.1
* First internal version