Changes for version 1.4.0 - 2000-10-26
- added SSL support via IO::Socket::SSL (optional new function). imap::admin doesn't attempt to load IO::Socket::SSL until you specify that you want to use ssl (so if you don't have it installed on your box it shouldn't make a difference)
- rearranged code so croaks do not happen for connection issues, instead you get an error from initialize code when you try to do a command. (This is to help all of those people using this in cgi scripts)
- in supporting ssl I had to switch to sysreads, so now all reads are handled by _read (still doesn't select, but getting closer)
- currently it doesn't check for ssl capability (rfc2595 compliance), but maybe in the future
Modules
Perl module for basic IMAP server administration