From: Manni H. <man...@us...> - 2007-12-03 12:58:38
|
Update of /cvsroot/popfile/engine/Proxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17861/Proxy Modified Files: POP3.pm Log Message: More work on the Administration Tab which seems to be functional now (at least for POP3 and IMAP). Index: POP3.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v retrieving revision 1.114 retrieving revision 1.115 diff -C2 -d -r1.114 -r1.115 *** POP3.pm 20 Feb 2006 02:14:29 -0000 1.114 --- POP3.pm 3 Dec 2007 12:58:41 -0000 1.115 *************** *** 772,776 **** if ( $name eq 'pop3_security' ) { ! $self->config_( 'local', $$form{pop3_local}-1 ) if ( defined($$form{pop3_local}) ); return(undef, undef); --- 772,781 ---- if ( $name eq 'pop3_security' ) { ! if ( $form->{serveropt_pop3} ) { ! $self->config_( 'local', 0 ); ! } ! else { ! $self->config_( 'local', 1 ); ! } return(undef, undef); |