Source for file setup.php
Documentation is available at setup.php
* setup file for the IMAP server info plugin
* @author Jason Munro <jason at stdbev.com>
* @copyright 1999-2012 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: setup.php 14249 2012-01-02 02:09:17Z pdontthink $
function squirrelmail_plugin_init_info() {
global $squirrelmail_plugin_hooks;
$squirrelmail_plugin_hooks['optpage_register_block']['info'] =
'info_opt';
* Plugin's block in option page
$optpage_blocks[] =
array(
'name' =>
_("IMAP server information"),
'url' =>
'../plugins/info/options.php',
'desc' =>
_("Run some test IMAP commands, displaying both the command and the result. These tests use the SquirrelMail IMAP commands and your current SquirrelMail configuration. Custom command strings can be used."),
Documentation generated on Fri, 24 May 2013 04:20:41 +0200 by phpDocumentor 1.4.3