Misc configuration fixes needed
Brought to you by:
dtype
The cgi programs need to change all instances of
use CGI_Lite; change to use CGI::Lite;
new CGI_Lite change to new CGI::Lite
Also there is another change in the perl cclient module - when the cclient module connects to an imap server it tries SSL first. If you have an IMAP server that offers both SSL and non-SSL then you must change all instances here in the CGI:
$pop_server/imap change to $pop_server/imap/notls
or you will have to configure your cclient to use SSL.