I am using 1.4.10a
Mail Fetch -- Version 1.3.0
When a user enters a password, it will always get encrypted regardless if
the checkbox is selected or not.
Good code:
if( $mailfetch_cypher == 'on' ) $mailfetch_pass_[$i] = decrypt(
$mailfetch_pass_[$i] );
Bad line of code:
setPref($data_dir,$username,"mailfetch_pass_$mf_sn",(isset($mf_pass)?encryp
t( $mf_pass ) :""));
Could be:
if( $mailfetch_cypher == 'on' )
setPref($data_dir,$username,"mailfetch_pass_$mf_sn",(isset($mf_pass)?encryp
t( $mf_pass ) :""));
Nobody/Anonymous
Specific Plugin
None
Public
|
Date: 2007-06-25 20:18
|
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2007-06-25 20:18 | kink |
| resolution_id | None | 2007-06-25 20:18 | kink |
| close_date | - | 2007-06-25 20:18 | kink |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use