ImapProxy v1.0 -------------- + Updated documentation. + The interval between stats can now be set to 0, disabling stats. ImapProxy v0.9-3 ---------------- + Added configure and automake scripts, provided by Blair Christensen + Added Solaris support, also provided by Blair Christensen + Solved the AIX zombie bug. Apparantely, older unices ignore the signal after its signal handler is called once. Resetting the signalhandler after each call to it, solves the problem. Thanks to Sergey Lyubka for telling me this. + Added some logging info, to make it possible to track sessions. Log entries in the form "[123.45.67.89:1111 (2222)] ..." indicate that the session is connected to a client on IP 123.45.67.89, using source port 1111, and the session is also connected to the server (via the proxy) on source port 2222 of the proxy. + Changed the config file parser. It is now easier to add new configfile options. (With a callback array) + Added an option to limit the amount of times a record is re-used. + Added an option to set the stats frequency. ImapProxy v0.9-2 ---------------- + Wrote a better parser, instead of the naive Split_string approach. + Literals and quoted strings can be used now to log in into the proxy. + The proxy now uses literals to pass the username and password to the server through the regular LOGIN command. This used to fail because I expected no spaces in the username and/or password. + Minor speed improvement in the database's find-function (swapped some if-conditions) ImapProxy v0.9-1 ---------------- Surely enough, there are bugs ! Some of which are fixed in this release. + use the LOGIN command when LOGIN authentication method is not supported + send continuation request to the client for each literal ImapProxy v0.9 -------------- This is the first release.