9f0c2ec0ac28edb2220c1ef8580a5d34bbdee74c
4 * setup file for the IMAP server info plugin
6 * @author Jason Munro <jason at stdbev.com>
7 * @copyright © 1999-2005 The SquirrelMail Project Team
8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
15 require_once (SM_PATH
. 'plugins/info/functions.php');
18 * Plugin init function
21 function squirrelmail_plugin_init_info() {
22 global $squirrelmail_plugin_hooks;
23 $squirrelmail_plugin_hooks['optpage_register_block']['info'] = 'info_opt';
27 * Plugin's block in option page
31 global $optpage_blocks;
33 $optpage_blocks[] = array(
34 'name' => _("IMAP server information"),
35 'url' => '../plugins/info/options.php',
36 '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."),