Просмотр файла mail/mail/config.php

Размер файла: 1Kb
<? 
#####################################################################
#  Copyright (c) 2002 Pau Oliva Fora <[email protected]>               #
#  Licensed under the GNU GPL. For full terms see the file COPYING. #
##################################################################### 

# pofHQ wapMAIL configuration

$IMAPSERVER="mail.masterhost.ru";	//imap server
$IMAPPORT="143";		//imap port
$DOMAIN="mail.infobox.ru";	//domain of sender's adress
$MESSAGESIZE="2100"; //message size in bytes per single wap page (to divide into parts)
$MAILSBYPAGE="5";  //how many mails to show by page when browsing your folders
$BASEFOLDER="INBOX"; //base folder for imap folders

#LANGUAGE	//select your language file

require("lang/english.php");		// english
#require("lang/spanish.php");		// spanish
#require("lang/catalan.php");		// catalan


## DO NOT CHANGE BELOW THIS LINE ##
require("functions.php");
header("content-type:text/vnd.wap.wml");
header("Pragma: no-cache");
header("Cache-Control: no-cache, must revalidate");
?>