Revision history for Net-IMAP-Server
0.5 Fri Apr 25 12:18:17 2008
* Add 'use Coro's for the places I added 'cede's
* Module::Install version bump
0.4 Wed Apr 23 15:24:22 2008
* Weaken the timeout callback, so we don't leak connection
objects
* Don't double-store refs to connections
* Actually clean out old keys in the connection hash
* Try to print from the right coro, so EV doesn't complain
about recursive entry, and then wedge the next time it
happens.
* Drop some more 'cede's in for commands which do many things
0.3 Tue Mar 11 12:33:14 2008
* Connections weren't being fully closed on timeout
0.2 Mon Mar 10 16:47:52 2008
* Initial release to CPAN