Source for file setup.php
Documentation is available at setup.php
-  * Setup of the mailfetch plugin. 
-  * @copyright 1999-2020 The SquirrelMail Project Team 
-  * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
-  * @version $Id: setup.php 14845 2020-01-07 08:09:34Z pdontthink $ 
-     global $squirrelmail_plugin_hooks; 
-     $squirrelmail_plugin_hooks['template_construct_page_header.tpl']['mail_fetch'] - =  'mail_fetch_link';
 
-     $squirrelmail_plugin_hooks['login_verified']['mail_fetch'] - =  'mail_fetch_setnew';
 
-     $squirrelmail_plugin_hooks['left_main_before']['mail_fetch'] - =  'mail_fetch_login';
 
-     $squirrelmail_plugin_hooks['optpage_register_block']['mail_fetch'] - =  'mailfetch_optpage_register_block';
 
-     $squirrelmail_plugin_hooks['rename_or_delete_folder']['mail_fetch'] - =  'mail_fetch_folderact';
 
-  * display link in menu line 
-     include_once (SM_PATH - .  'plugins/mail_fetch/functions.php');
 
-  * Fetch pop3 mails on login. 
-     include_once (SM_PATH - .  'plugins/mail_fetch/functions.php');
 
-  * Adds preference that is used to detect new logins 
-     include_once (SM_PATH - .  'plugins/mail_fetch/functions.php');
 
-  * Add plugin option block 
-     include_once (SM_PATH - .  'plugins/mail_fetch/functions.php');
 
-  * Update mail_fetch settings when folders are renamed or deleted. 
-     include_once (SM_PATH - .  'plugins/mail_fetch/functions.php');
 
 
	
		Documentation generated on Mon, 13 Jan 2020 04:23:32 +0100 by phpDocumentor 1.4.3