// | AtMail Open - Licensed under the Apache 2.0 Open-source License| // | http://opensource.org/licenses/apache2.0.php | // +----------------------------------------------------------------+ require_once 'header.php'; require_once 'Session.php'; require_once 'Global.php'; require_once 'Log.php'; require_once 'SendMsg.php'; require_once 'Mail/RFC822.php'; session_start(); // get global settings from config file global $settings, $pref; $var = array(); $atmail = new AtmailGlobal(); $auth =& $atmail->getAuthObj(); $atmail->httpheaders(); $atmail->status = $auth->getuser($atmail->SessionID); $atmail->username = $auth->username; $atmail->pop3host = $auth->pop3host; // check for language version if (!$atmail->Language) { $atmail->Language = $pref['Language']; } // Print the error screen if the account has auth errors, or session timeout. if ($atmail->status == 1) { $atmail->auth_error(); } if ($atmail->status == 2) { $atmail->session_error(); } // Which function