squirrelmail-webmail
1.4.22
About: SquirrelMail is a standards-based webmail package with strong MIME support, address books, and folder manipulation (written in PHP4).
![]() ![]() |
Go to the source code of this file.
Namespaces | |
plugins | |
Functions | |
Mail_Fetch_Status ($msg) | |
Variables | |
const | SM_PATH '../../' |
global | $plugins |
$mailfetch_server_number = getPref($data_dir, $username, "mailfetch_server_number") | |
$mailfetch_cypher = getPref($data_dir, $username, "mailfetch_cypher") | |
for ( $i=0; $i< $mailfetch_server_number; $i++) | |
if(! sqgetGlobalVar('server_to_fetch', $server_to_fetch, SQ_POST)) if( $server_to_fetch=='all') | else |
$i_stop = $i_start+1 | |
Mail_Fetch_Status | ( | $msg | ) |
Definition at line 34 of file fetch.php.
References html_tag().
$mailfetch_cypher = getPref($data_dir, $username, "mailfetch_cypher") |
Definition at line 47 of file fetch.php.
Referenced by mail_fetch_load_pref(), and mail_fetch_login().
$mailfetch_server_number = getPref($data_dir, $username, "mailfetch_server_number") |
Definition at line 45 of file fetch.php.
Referenced by mail_fetch_folderact(), mail_fetch_load_pref(), and mail_fetch_login().
if (! sqgetGlobalVar( 'server_to_fetch', $server_to_fetch, SQ_POST)) if ($server_to_fetch=='all') else |