topical media & game development
professional-ajax-09-AjaxMail-AjaxMailNavigate.php / php
<?php
require_once("inc/config.inc.php");
require_once("inc/pop3lib/pop3.class.php");
require_once("inc/pop3lib/pop3message.class.php");
require_once("inc/pop3lib/pop3header.class.php");
require_once("inc/pop3lib/pop3attachment.class.php");
require_once("inc/AjaxMail.inc.php");
require_once("inc/JSON.php");
//headers
header("Cache-control: No-Cache");
header("Pragma: No-Cache");
//get information
_GET["folder"];
_GET["page"];
_GET["id"])) {
_GET["id"];
}
_GET["action"];
//create new mailbox
oJSON = new JSON();
action) {
case "getfolder":
mailbox->getFolderPage(page);
oJSON->encode(message = id);
if (mailbox->markMessageAsRead(output = message);
break;
default:
output ?>;
<?php
switch(
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.