Source for file functions.php
Documentation is available at functions.php
* Functions for the Address Take plugin
* @copyright © 1999-2006 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: functions.php,v 1.15 2006/07/15 12:01:08 tokul Exp $
global $Email_RegExp_Match;
if (! eregi('^' .
$Email_RegExp_Match .
'$', $email))
global $abook_found_email, $Email_RegExp_Match;
while (eregi('(' .
$Email_RegExp_Match .
')', $str, $hits))
if (! isset
($abook_found_email[$hits[0]]))
$abook_found_email[$hits[0]] =
1;
foreach ($array as $item)
'<div style="text-align: center;">' .
"\n";
if (isset
($message->rfc822_header->reply_to))
if (isset
($message->rfc822_header->from))
if (isset
($message->rfc822_header->cc))
if (isset
($message->rfc822_header->to))
global $username, $data_dir, $abook_take_verify;
$abook_take_verify =
getPref($data_dir, $username, 'abook_take_verify', false);
global $abook_take_verify;
echo
'<tr>' .
html_tag('td',_("Address Book Take:"),'right','','style="white-space: nowrap;"') .
"\n" .
'<td>' .
addCheckbox('abook_take_abook_take_verify', $abook_take_verify) .
_("Try to verify addresses") .
"</td></tr>\n";
global $username, $data_dir;
setPref($data_dir, $username, 'abook_take_verify', '1');
setPref($data_dir, $username, 'abook_take_verify', '');
Documentation generated on Sat, 07 Oct 2006 16:11:23 +0300 by phpDocumentor 1.3.0RC6