POP3 Emails im Dashboard

Hallo,

würde gern das POP3 EMail Modul im Dashboard nutzen,
hierzu wollte ich eine PHP Seite in den Dashboard Browser laden.

Jedoch zeigt mein PHP Example nur „Array“ an, muß ich nun loopen, und alles neu grafisch aufbereiten ?
… oder gibt es einen besseren Trick ?

evtl. ist dies auch für andere Webfront / Dashboard Integrationen interessant!


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> 
<head> 

<title>IP-Symcon WebFront</title> 

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate" /> 
<meta http-equiv="Pragma" content="no-cache" /> 
<meta http-equiv="Expires" content="0" /> 
<meta http-equiv="cache-control" content="no-cache"> 
<? # <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/> ?> 

<link rel="icon" type="image/x-icon" href="favicon.ico" /> 
<link rel="stylesheet" type="text/css" href="webfront.css" /> 

<script type="text/javascript" src="./dojo-release-1.4.1/dojo/dojo.js" djConfig=""></script> 
<script type="text/javascript" src="./webfront.js"></script> 

</head> 

<body></body> 

<? 
    echo IPS_GetInstance (40374); 
?> 
</html> 

Remark:
Die Anzahl der EMails zeige ich bereits über eine IPS Variable an,
welche ich zuvor über eine Socket Verbindung geladen habe! (Link)

Danke & Gruß Jörg